Test Info
| Library Name | nuts |
| Version #1 | 0.8.0 |
| Version #2 | 0.8.1 |
| Subject | Binary Compatibility |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 5907 / 469 |
| Compatibility |
19.1% |
Problem Summary
| Severity | Count |
| Added Methods | - | 2257 |
| Removed Methods | High | 1203 |
Problems with Data Types | High | 675 |
| Medium | 9 |
| Low | 5 |
Problems with Methods | High | 113 |
| Medium | 0 |
| Low | 0 |
Other Changes in Data Types | - | 913 |
Other Changes in Methods | - | 3 |
Added Methods 2257
nuts-0.8.1.jar,
And.class
package net.thevpc.nuts
NutsPredicates.And<T>.equals ( Object o ) : boolean
net/thevpc/nuts/NutsPredicates.And.equals:(Ljava/lang/Object;)Z
NutsPredicates.And<T>.hashCode ( ) : int
net/thevpc/nuts/NutsPredicates.And.hashCode:()I
NutsPredicates.And<T>.NutsPredicates.And<T> ( Predicate<T> left, Predicate<? super T> right )
net/thevpc/nuts/NutsPredicates.And."<init>":(Ljava/util/function/Predicate;Ljava/util/function/Predicate;)V
NutsPredicates.And<T>.test ( T t ) : boolean
net/thevpc/nuts/NutsPredicates.And.test:(Ljava/lang/Object;)Z
NutsPredicates.And<T>.toString ( ) : String
net/thevpc/nuts/NutsPredicates.And.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
BaseOpPredicate.class
package net.thevpc.nuts
NutsPredicates.BaseOpPredicate<T>.NutsPredicates.BaseOpPredicate<T> ( )
net/thevpc/nuts/NutsPredicates.BaseOpPredicate."<init>":()V
nuts-0.8.1.jar,
BasePredicate.class
package net.thevpc.nuts
NutsPredicates.BasePredicate<T>.and ( Predicate<? super T> other ) : Predicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.and:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
NutsPredicates.BasePredicate<T>.negate ( ) : Predicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.negate:()Ljava/util/function/Predicate;
NutsPredicates.BasePredicate<T>.NutsPredicates.BasePredicate<T> ( )
net/thevpc/nuts/NutsPredicates.BasePredicate."<init>":()V
NutsPredicates.BasePredicate<T>.or ( Predicate<? super T> other ) : Predicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.or:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
nuts-0.8.1.jar,
Deps.class
package net.thevpc.nuts.boot
PrivateNutsUtils.Deps.PrivateNutsUtils.Deps ( )
net/thevpc/nuts/boot/PrivateNutsUtils.Deps."<init>":()V
nuts-0.8.1.jar,
ErrorInfo.class
package net.thevpc.nuts.boot
PrivateNutsUtils.ErrorInfo.getMessage ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getMessage:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getNutsId ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getNutsId:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getRepository ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getRepository:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getThrowable ( ) : Throwable
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getThrowable:()Ljava/lang/Throwable;
PrivateNutsUtils.ErrorInfo.getUrl ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getUrl:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.PrivateNutsUtils.ErrorInfo ( String nutsId, String repository, String url, String message, Throwable throwable )
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
PrivateNutsUtils.ErrorInfo.toString ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
ErrorInfoList.class
package net.thevpc.nuts.boot
PrivateNutsUtils.ErrorInfoList.add ( PrivateNutsUtils.ErrorInfo e ) : void
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.add:(Lnet/thevpc/nuts/boot/PrivateNutsUtils$ErrorInfo;)V
PrivateNutsUtils.ErrorInfoList.list ( ) : List<PrivateNutsUtils.ErrorInfo>
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.list:()Ljava/util/List;
PrivateNutsUtils.ErrorInfoList.PrivateNutsUtils.ErrorInfoList ( )
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList."<init>":()V
PrivateNutsUtils.ErrorInfoList.removeErrorsFor ( String nutsId ) : void
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.removeErrorsFor:(Ljava/lang/String;)V
nuts-0.8.1.jar,
Mode.class
package net.thevpc.nuts
NutsRunAs.Mode.id ( ) : String
net/thevpc/nuts/NutsRunAs.Mode.id:()Ljava/lang/String;
NutsRunAs.Mode.parseLenient ( String value ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.parseLenient ( String value, NutsRunAs.Mode emptyOrErrorValue ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRunAs$Mode;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.parseLenient ( String value, NutsRunAs.Mode emptyValue, NutsRunAs.Mode errorValue ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRunAs$Mode;Lnet/thevpc/nuts/NutsRunAs$Mode;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.valueOf ( String name ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.values ( ) [static] : NutsRunAs.Mode[ ]
net/thevpc/nuts/NutsRunAs.Mode.values:()[Lnet/thevpc/nuts/NutsRunAs$Mode;
nuts-0.8.1.jar,
Not.class
package net.thevpc.nuts
NutsPredicates.Not<T>.equals ( Object o ) : boolean
net/thevpc/nuts/NutsPredicates.Not.equals:(Ljava/lang/Object;)Z
NutsPredicates.Not<T>.hashCode ( ) : int
net/thevpc/nuts/NutsPredicates.Not.hashCode:()I
NutsPredicates.Not<T>.NutsPredicates.Not<T> ( Predicate<T> base )
net/thevpc/nuts/NutsPredicates.Not."<init>":(Ljava/util/function/Predicate;)V
NutsPredicates.Not<T>.test ( T t ) : boolean
net/thevpc/nuts/NutsPredicates.Not.test:(Ljava/lang/Object;)Z
NutsPredicates.Not<T>.toString ( ) : String
net/thevpc/nuts/NutsPredicates.Not.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
Nuts.class
package net.thevpc.nuts
Nuts.createOptions ( ) [static] : NutsWorkspaceOptions
net/thevpc/nuts/Nuts.createOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
Nuts.createOptionsBuilder ( ) [static] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/Nuts.createOptionsBuilder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
Nuts.getBuildNumber ( ) [static] : String
net/thevpc/nuts/Nuts.getBuildNumber:()Ljava/lang/String;
Nuts.openInheritedWorkspace ( String... args ) [static] : NutsSession
net/thevpc/nuts/Nuts.openInheritedWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
Nuts.openWorkspace ( ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:()Lnet/thevpc/nuts/NutsSession;
Nuts.openWorkspace ( NutsWorkspaceOptions options ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsSession;
Nuts.openWorkspace ( String... args ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
Nuts.run ( NutsSession session, String[ ] args ) [static] : void
net/thevpc/nuts/Nuts.run:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsActionSupport.class
package net.thevpc.nuts
NutsActionSupport.acceptCondition ( NutsActionSupportCondition request, NutsSession session ) : boolean
net/thevpc/nuts/NutsActionSupport.acceptCondition:(Lnet/thevpc/nuts/NutsActionSupportCondition;Lnet/thevpc/nuts/NutsSession;)Z
NutsActionSupport.id ( ) : String
net/thevpc/nuts/NutsActionSupport.id:()Ljava/lang/String;
NutsActionSupport.parseLenient ( String any ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyOrErrorValue ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupport;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyValue, NutsActionSupport errorValue ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupport;Lnet/thevpc/nuts/NutsActionSupport;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.valueOf ( String name ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.values ( ) [static] : NutsActionSupport[ ]
net/thevpc/nuts/NutsActionSupport.values:()[Lnet/thevpc/nuts/NutsActionSupport;
nuts-0.8.1.jar,
NutsActionSupportCondition.class
package net.thevpc.nuts
NutsActionSupportCondition.id ( ) : String
net/thevpc/nuts/NutsActionSupportCondition.id:()Ljava/lang/String;
NutsActionSupportCondition.parseLenient ( String value ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyOrErrorValue ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyValue, NutsActionSupportCondition errorValue ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupportCondition;Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.valueOf ( String name ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.values ( ) [static] : NutsActionSupportCondition[ ]
net/thevpc/nuts/NutsActionSupportCondition.values:()[Lnet/thevpc/nuts/NutsActionSupportCondition;
nuts-0.8.1.jar,
NutsAddRepositoryOptions.class
package net.thevpc.nuts
NutsAddRepositoryOptions.getOrder ( ) : int
net/thevpc/nuts/NutsAddRepositoryOptions.getOrder:()I
NutsAddRepositoryOptions.getRepositoryModel ( ) : NutsRepositoryModel
net/thevpc/nuts/NutsAddRepositoryOptions.getRepositoryModel:()Lnet/thevpc/nuts/NutsRepositoryModel;
NutsAddRepositoryOptions.setOrder ( int order ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setOrder:(I)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setRepositoryModel ( NutsRepositoryModel repositoryModel ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setRepositoryModel:(Lnet/thevpc/nuts/NutsRepositoryModel;)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
nuts-0.8.1.jar,
NutsAlreadyDeployedException.class
package net.thevpc.nuts
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id, NutsMessage msg, Throwable cause )
net/thevpc/nuts/NutsAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsAlreadyInstalledException.class
package net.thevpc.nuts
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession workspace, NutsId id, NutsMessage msg, Exception cause )
net/thevpc/nuts/NutsAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Exception;)V
nuts-0.8.1.jar,
NutsApiUtils.class
package net.thevpc.nuts.boot
NutsApiUtils.checkSession ( NutsSession session ) [static] : void
net/thevpc/nuts/boot/NutsApiUtils.checkSession:(Lnet/thevpc/nuts/NutsSession;)V
NutsApiUtils.createHomeLocationKey ( NutsOsFamily storeLocationLayout, NutsStoreLocation location ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.createHomeLocationKey:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApiUtils.createOptions ( ) [static] : NutsWorkspaceOptions
net/thevpc/nuts/boot/NutsApiUtils.createOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsApiUtils.createOptionsBuilder ( ) [static] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/boot/NutsApiUtils.createOptionsBuilder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsApiUtils.getPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, Map<String,String> homeLocations, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.getPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/util/Map;ZLjava/lang/String;)Ljava/lang/String;
NutsApiUtils.getPlatformOsFamily ( ) [static] : NutsOsFamily
net/thevpc/nuts/boot/NutsApiUtils.getPlatformOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
NutsApiUtils.getSysBoolNutsProperty ( String property, boolean defaultValue ) [static] : boolean
net/thevpc/nuts/boot/NutsApiUtils.getSysBoolNutsProperty:(Ljava/lang/String;Z)Z
NutsApiUtils.isGraphicalDesktopEnvironment ( ) [static] : boolean
net/thevpc/nuts/boot/NutsApiUtils.isGraphicalDesktopEnvironment:()Z
NutsApiUtils.parseCommandLineArray ( String commandLineString ) [static] : String[ ]
net/thevpc/nuts/boot/NutsApiUtils.parseCommandLineArray:(Ljava/lang/String;)[Ljava/lang/String;
NutsApiUtils.processThrowable ( Throwable ex, PrintStream out ) [static] : int
net/thevpc/nuts/boot/NutsApiUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;)I
NutsApiUtils.processThrowable ( Throwable ex, PrintStream out, boolean showMessage, boolean showTrace, boolean showGui ) [static] : int
net/thevpc/nuts/boot/NutsApiUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;ZZZ)I
NutsApiUtils.resolveNutsBuildNumber ( ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsBuildNumber:()Ljava/lang/String;
NutsApiUtils.resolveNutsVersionFromClassPath ( ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsVersionFromClassPath:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsApplication.class
package net.thevpc.nuts
NutsApplication.createApplicationContext ( NutsSession session, String[ ] args, long startTimeMillis ) : NutsApplicationContext
net/thevpc/nuts/NutsApplication.createApplicationContext:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;J)Lnet/thevpc/nuts/NutsApplicationContext;
nuts-0.8.1.jar,
NutsApplicationContext.class
package net.thevpc.nuts
NutsApplicationContext.configureLast ( NutsCommandLine p1 ) [abstract] : void
net/thevpc/nuts/NutsApplicationContext.configureLast:(Lnet/thevpc/nuts/NutsCommandLine;)V
NutsApplicationContext.getAppsFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getAppsFolder:()Ljava/lang/String;
NutsApplicationContext.getAppVersionStoreLocationSupplier ( ) [abstract] : NutsAppVersionStoreLocationSupplier
net/thevpc/nuts/NutsApplicationContext.getAppVersionStoreLocationSupplier:()Lnet/thevpc/nuts/NutsAppVersionStoreLocationSupplier;
NutsApplicationContext.getCacheFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getCacheFolder:()Ljava/lang/String;
NutsApplicationContext.getConfigFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getConfigFolder:()Ljava/lang/String;
NutsApplicationContext.getFolder ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApplicationContext.getLibFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getLibFolder:()Ljava/lang/String;
NutsApplicationContext.getLogFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getLogFolder:()Ljava/lang/String;
NutsApplicationContext.getRunFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getRunFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedAppsFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedAppsFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedConfigFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedConfigFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedFolder ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApplicationContext.getSharedLibFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedLibFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedLogFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedLogFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedRunFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedRunFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedTempFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedTempFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedVarFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedVarFolder:()Ljava/lang/String;
NutsApplicationContext.getTempFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getTempFolder:()Ljava/lang/String;
NutsApplicationContext.getVarFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getVarFolder:()Ljava/lang/String;
NutsApplicationContext.getVersionFolderFolder ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getVersionFolderFolder:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsApplicationContext.setAppVersionStoreLocationSupplier ( NutsAppVersionStoreLocationSupplier p1 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsApplicationContext.setAppVersionStoreLocationSupplier:(Lnet/thevpc/nuts/NutsAppVersionStoreLocationSupplier;)Lnet/thevpc/nuts/NutsApplicationContext;
nuts-0.8.1.jar,
NutsApplicationMode.class
package net.thevpc.nuts
NutsApplicationMode.parseLenient ( String value ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsApplicationMode;
NutsApplicationMode.parseLenient ( String value, NutsApplicationMode emptyOrErrorValue ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsApplicationMode;)Lnet/thevpc/nuts/NutsApplicationMode;
NutsApplicationMode.parseLenient ( String value, NutsApplicationMode emptyValue, NutsApplicationMode errorValue ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsApplicationMode;Lnet/thevpc/nuts/NutsApplicationMode;)Lnet/thevpc/nuts/NutsApplicationMode;
nuts-0.8.1.jar,
NutsApplications.class
package net.thevpc.nuts
NutsApplications.createApplicationContext ( NutsApplication applicationInstance, String[ ] args, NutsSession session ) [static] : NutsApplicationContext
net/thevpc/nuts/NutsApplications.createApplicationContext:(Lnet/thevpc/nuts/NutsApplication;[Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplications.createApplicationInstance ( Class<T> appType ) [static] : T
net/thevpc/nuts/NutsApplications.createApplicationInstance:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsApplication;
NutsApplications.processThrowable ( Throwable ex ) [static] : int
net/thevpc/nuts/NutsApplications.processThrowable:(Ljava/lang/Throwable;)I
NutsApplications.processThrowable ( Throwable ex, PrintStream out ) [static] : int
net/thevpc/nuts/NutsApplications.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;)I
NutsApplications.runApplication ( NutsApplication applicationInstance, String[ ] args, NutsSession session ) [static] : void
net/thevpc/nuts/NutsApplications.runApplication:(Lnet/thevpc/nuts/NutsApplication;[Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)V
NutsApplications.runApplicationAndExit ( NutsApplication application, String[ ] args ) [static] : void
net/thevpc/nuts/NutsApplications.runApplicationAndExit:(Lnet/thevpc/nuts/NutsApplication;[Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsAppVersionStoreLocationSupplier.class
package net.thevpc.nuts
NutsAppVersionStoreLocationSupplier.getStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsAppVersionStoreLocationSupplier.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsArchFamily.class
package net.thevpc.nuts
NutsArchFamily.getArchFamily ( ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.getArchFamily:()Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.id ( ) : String
net/thevpc/nuts/NutsArchFamily.id:()Ljava/lang/String;
NutsArchFamily.parseLenient ( String arch ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.parseLenient ( String arch, NutsArchFamily emptyOrErrorValue ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.parseLenient ( String arch, NutsArchFamily emptyValue, NutsArchFamily errorValue ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArchFamily;Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.valueOf ( String name ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.values ( ) [static] : NutsArchFamily[ ]
net/thevpc/nuts/NutsArchFamily.values:()[Lnet/thevpc/nuts/NutsArchFamily;
nuts-0.8.1.jar,
NutsArgument.class
package net.thevpc.nuts
NutsArgument.of ( String value, NutsSession session ) [static] : NutsArgument
net/thevpc/nuts/NutsArgument.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgument;
nuts-0.8.1.jar,
NutsArgumentCandidate.class
package net.thevpc.nuts
NutsArgumentCandidate.of ( String value, NutsSession session ) [static] : NutsArgumentCandidate
net/thevpc/nuts/NutsArgumentCandidate.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentCandidate;
nuts-0.8.1.jar,
NutsArgumentCandidateBuilder.class
package net.thevpc.nuts
NutsArgumentCandidateBuilder.of ( NutsSession session ) [static] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
nuts-0.8.1.jar,
NutsArgumentType.class
package net.thevpc.nuts
NutsArgumentType.parseLenient ( String value ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentType;
NutsArgumentType.parseLenient ( String value, NutsArgumentType emptyOrErrorValue ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArgumentType;)Lnet/thevpc/nuts/NutsArgumentType;
NutsArgumentType.parseLenient ( String value, NutsArgumentType emptyValue, NutsArgumentType errorValue ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArgumentType;Lnet/thevpc/nuts/NutsArgumentType;)Lnet/thevpc/nuts/NutsArgumentType;
nuts-0.8.1.jar,
NutsArrayElement.class
package net.thevpc.nuts
NutsArrayElement.getArray ( int p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsArrayElement.getArray:(I)Lnet/thevpc/nuts/NutsArrayElement;
NutsArrayElement.getBoolean ( int p1 ) [abstract] : boolean
net/thevpc/nuts/NutsArrayElement.getBoolean:(I)Z
NutsArrayElement.getByte ( int p1 ) [abstract] : byte
net/thevpc/nuts/NutsArrayElement.getByte:(I)B
NutsArrayElement.getDouble ( int p1 ) [abstract] : double
net/thevpc/nuts/NutsArrayElement.getDouble:(I)D
NutsArrayElement.getFloat ( int p1 ) [abstract] : float
net/thevpc/nuts/NutsArrayElement.getFloat:(I)F
NutsArrayElement.getInstant ( int p1 ) [abstract] : Instant
net/thevpc/nuts/NutsArrayElement.getInstant:(I)Ljava/time/Instant;
NutsArrayElement.getInt ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsArrayElement.getInt:(I)I
NutsArrayElement.getLong ( int p1 ) [abstract] : long
net/thevpc/nuts/NutsArrayElement.getLong:(I)J
NutsArrayElement.getObject ( int p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsArrayElement.getObject:(I)Lnet/thevpc/nuts/NutsObjectElement;
NutsArrayElement.getShort ( int p1 ) [abstract] : short
net/thevpc/nuts/NutsArrayElement.getShort:(I)S
NutsArrayElement.getString ( int p1 ) [abstract] : String
net/thevpc/nuts/NutsArrayElement.getString:(I)Ljava/lang/String;
NutsArrayElement.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/NutsArrayElement.isEmpty:()Z
NutsArrayElement.stream ( ) [abstract] : Stream<NutsElement>
net/thevpc/nuts/NutsArrayElement.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsArrayElementBuilder.class
package net.thevpc.nuts
NutsArrayElementBuilder.add ( boolean p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(Z)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( byte p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(B)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( char p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(C)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( double p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(D)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( float p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(F)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( int p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(I)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( long p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(J)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( Number p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(Ljava/lang/Number;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( String p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( boolean[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([Z)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( byte[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([B)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( char[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([C)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( double[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([D)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( float[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([F)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( int[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([I)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( long[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([J)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( NutsElement[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( String[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.of ( NutsSession session ) [static] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
nuts-0.8.1.jar,
NutsBootDescriptor.class
package net.thevpc.nuts.boot
NutsBootDescriptor.getDependencies ( ) : NutsBootId[ ]
net/thevpc/nuts/boot/NutsBootDescriptor.getDependencies:()[Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootDescriptor.getId ( ) : NutsBootId
net/thevpc/nuts/boot/NutsBootDescriptor.getId:()Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootDescriptor.NutsBootDescriptor ( NutsBootId id, NutsBootId[ ] dependencies )
net/thevpc/nuts/boot/NutsBootDescriptor."<init>":(Lnet/thevpc/nuts/boot/NutsBootId;[Lnet/thevpc/nuts/boot/NutsBootId;)V
NutsBootDescriptor.toString ( ) : String
net/thevpc/nuts/boot/NutsBootDescriptor.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsBootException.class
package net.thevpc.nuts
NutsBootException.detectBootException ( Throwable th ) [static] : NutsBootException
net/thevpc/nuts/NutsBootException.detectBootException:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/NutsBootException;
NutsBootException.getExitCode ( ) : int
net/thevpc/nuts/NutsBootException.getExitCode:()I
NutsBootException.getFormattedMessage ( ) : NutsMessage
net/thevpc/nuts/NutsBootException.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsBootException.NutsBootException ( NutsMessage message )
net/thevpc/nuts/NutsBootException."<init>":(Lnet/thevpc/nuts/NutsMessage;)V
NutsBootException.NutsBootException ( NutsMessage message, int exitCode )
net/thevpc/nuts/NutsBootException."<init>":(Lnet/thevpc/nuts/NutsMessage;I)V
NutsBootException.NutsBootException ( NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsBootException."<init>":(Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsBootException.NutsBootException ( NutsMessage message, Throwable cause, int exitCode )
net/thevpc/nuts/NutsBootException."<init>":(Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;I)V
nuts-0.8.1.jar,
NutsBootId.class
package net.thevpc.nuts.boot
NutsBootId.equals ( Object obj ) : boolean
net/thevpc/nuts/boot/NutsBootId.equals:(Ljava/lang/Object;)Z
NutsBootId.getArch ( ) : String
net/thevpc/nuts/boot/NutsBootId.getArch:()Ljava/lang/String;
NutsBootId.getArtifactId ( ) : String
net/thevpc/nuts/boot/NutsBootId.getArtifactId:()Ljava/lang/String;
NutsBootId.getGroupId ( ) : String
net/thevpc/nuts/boot/NutsBootId.getGroupId:()Ljava/lang/String;
NutsBootId.getLongName ( ) : String
net/thevpc/nuts/boot/NutsBootId.getLongName:()Ljava/lang/String;
NutsBootId.getOs ( ) : String
net/thevpc/nuts/boot/NutsBootId.getOs:()Ljava/lang/String;
NutsBootId.getShortName ( ) : String
net/thevpc/nuts/boot/NutsBootId.getShortName:()Ljava/lang/String;
NutsBootId.getVersion ( ) : NutsBootVersion
net/thevpc/nuts/boot/NutsBootId.getVersion:()Lnet/thevpc/nuts/boot/NutsBootVersion;
NutsBootId.hashCode ( ) : int
net/thevpc/nuts/boot/NutsBootId.hashCode:()I
NutsBootId.isOptional ( ) : boolean
net/thevpc/nuts/boot/NutsBootId.isOptional:()Z
NutsBootId.NutsBootId ( String groupId, String artifactId, NutsBootVersion version, boolean optional, String os, String arch )
net/thevpc/nuts/boot/NutsBootId."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/boot/NutsBootVersion;ZLjava/lang/String;Ljava/lang/String;)V
NutsBootId.parse ( String id ) [static] : NutsBootId
net/thevpc/nuts/boot/NutsBootId.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootId.parseAll ( String id ) [static] : NutsBootId[ ]
net/thevpc/nuts/boot/NutsBootId.parseAll:(Ljava/lang/String;)[Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootId.toString ( ) : String
net/thevpc/nuts/boot/NutsBootId.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsBootManager.class
package net.thevpc.nuts
NutsBootManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsBootManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsBootManager.setSession ( NutsSession p1 ) [abstract] : NutsBootManager
net/thevpc/nuts/NutsBootManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsBootManager;
nuts-0.8.1.jar,
NutsBootVersion.class
package net.thevpc.nuts.boot
NutsBootVersion.accept ( NutsBootVersion other ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.accept:(Lnet/thevpc/nuts/boot/NutsBootVersion;)Z
NutsBootVersion.compareTo ( NutsBootVersion other ) : int
net/thevpc/nuts/boot/NutsBootVersion.compareTo:(Lnet/thevpc/nuts/boot/NutsBootVersion;)I
NutsBootVersion.compareTo ( String other ) : int
net/thevpc/nuts/boot/NutsBootVersion.compareTo:(Ljava/lang/String;)I
NutsBootVersion.equals ( Object o ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.equals:(Ljava/lang/Object;)Z
NutsBootVersion.getFrom ( ) : String
net/thevpc/nuts/boot/NutsBootVersion.getFrom:()Ljava/lang/String;
NutsBootVersion.getTo ( ) : String
net/thevpc/nuts/boot/NutsBootVersion.getTo:()Ljava/lang/String;
NutsBootVersion.hashCode ( ) : int
net/thevpc/nuts/boot/NutsBootVersion.hashCode:()I
NutsBootVersion.isBlank ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isBlank:()Z
NutsBootVersion.isIncludeFrom ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isIncludeFrom:()Z
NutsBootVersion.isIncludeTo ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isIncludeTo:()Z
NutsBootVersion.isInterval ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isInterval:()Z
NutsBootVersion.isSingleValue ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isSingleValue:()Z
NutsBootVersion.parse ( String s ) [static] : NutsBootVersion
net/thevpc/nuts/boot/NutsBootVersion.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/NutsBootVersion;
NutsBootVersion.toString ( ) : String
net/thevpc/nuts/boot/NutsBootVersion.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsBootWorkspace.class
package net.thevpc.nuts.boot
NutsBootWorkspace.createProcessBuilder ( ) : ProcessBuilder
net/thevpc/nuts/boot/NutsBootWorkspace.createProcessBuilder:()Ljava/lang/ProcessBuilder;
NutsBootWorkspace.createProcessCommandLine ( ) : String[ ]
net/thevpc/nuts/boot/NutsBootWorkspace.createProcessCommandLine:()[Ljava/lang/String;
NutsBootWorkspace.getOptions ( ) : NutsWorkspaceOptions
net/thevpc/nuts/boot/NutsBootWorkspace.getOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsBootWorkspace.getRequirementsHelpString ( boolean unsatisfiedOnly ) : String
net/thevpc/nuts/boot/NutsBootWorkspace.getRequirementsHelpString:(Z)Ljava/lang/String;
NutsBootWorkspace.hasUnsatisfiedRequirements ( ) : boolean
net/thevpc/nuts/boot/NutsBootWorkspace.hasUnsatisfiedRequirements:()Z
NutsBootWorkspace.NutsBootWorkspace ( NutsWorkspaceOptions options )
net/thevpc/nuts/boot/NutsBootWorkspace."<init>":(Lnet/thevpc/nuts/NutsWorkspaceOptions;)V
NutsBootWorkspace.NutsBootWorkspace ( String... args )
net/thevpc/nuts/boot/NutsBootWorkspace."<init>":([Ljava/lang/String;)V
NutsBootWorkspace.openWorkspace ( ) : NutsSession
net/thevpc/nuts/boot/NutsBootWorkspace.openWorkspace:()Lnet/thevpc/nuts/NutsSession;
NutsBootWorkspace.resolveBootRepositories ( ) : Set<String>
net/thevpc/nuts/boot/NutsBootWorkspace.resolveBootRepositories:()Ljava/util/Set;
NutsBootWorkspace.runWorkspace ( ) : void
net/thevpc/nuts/boot/NutsBootWorkspace.runWorkspace:()V
NutsBootWorkspace.startNewProcess ( ) : int
net/thevpc/nuts/boot/NutsBootWorkspace.startNewProcess:()I
nuts-0.8.1.jar,
NutsBootWorkspaceFactory.class
package net.thevpc.nuts.spi
NutsBootWorkspaceFactory.createWorkspace ( NutsWorkspaceInitInformation p1 ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsBootWorkspaceFactory.createWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceInitInformation;)Lnet/thevpc/nuts/NutsWorkspace;
NutsBootWorkspaceFactory.getBootSupportLevel ( NutsWorkspaceOptions p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsBootWorkspaceFactory.getBootSupportLevel:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)I
nuts-0.8.1.jar,
NutsClassLoaderNode.class
package net.thevpc.nuts
NutsClassLoaderNode.getDependencies ( ) : NutsClassLoaderNode[ ]
net/thevpc/nuts/NutsClassLoaderNode.getDependencies:()[Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsClassLoaderNode.getId ( ) : String
net/thevpc/nuts/NutsClassLoaderNode.getId:()Ljava/lang/String;
NutsClassLoaderNode.getURL ( ) : URL
net/thevpc/nuts/NutsClassLoaderNode.getURL:()Ljava/net/URL;
NutsClassLoaderNode.isEnabled ( ) : boolean
net/thevpc/nuts/NutsClassLoaderNode.isEnabled:()Z
NutsClassLoaderNode.NutsClassLoaderNode ( String id, URL url, boolean enabled, NutsClassLoaderNode... dependencies )
net/thevpc/nuts/NutsClassLoaderNode."<init>":(Ljava/lang/String;Ljava/net/URL;Z[Lnet/thevpc/nuts/NutsClassLoaderNode;)V
NutsClassLoaderNode.toString ( ) : String
net/thevpc/nuts/NutsClassLoaderNode.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsClassLoaderNodeBuilder.class
package net.thevpc.nuts
NutsClassLoaderNodeBuilder.addDependency ( NutsClassLoaderNode other ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.addDependency:(Lnet/thevpc/nuts/NutsClassLoaderNode;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.build ( ) : NutsClassLoaderNode
net/thevpc/nuts/NutsClassLoaderNodeBuilder.build:()Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsClassLoaderNodeBuilder.getDependencies ( ) : List<NutsClassLoaderNode>
net/thevpc/nuts/NutsClassLoaderNodeBuilder.getDependencies:()Ljava/util/List;
NutsClassLoaderNodeBuilder.getId ( ) : String
net/thevpc/nuts/NutsClassLoaderNodeBuilder.getId:()Ljava/lang/String;
NutsClassLoaderNodeBuilder.getURL ( ) : URL
net/thevpc/nuts/NutsClassLoaderNodeBuilder.getURL:()Ljava/net/URL;
NutsClassLoaderNodeBuilder.isEnabled ( ) : boolean
net/thevpc/nuts/NutsClassLoaderNodeBuilder.isEnabled:()Z
NutsClassLoaderNodeBuilder.NutsClassLoaderNodeBuilder ( )
net/thevpc/nuts/NutsClassLoaderNodeBuilder."<init>":()V
NutsClassLoaderNodeBuilder.setAll ( NutsClassLoaderNode o ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setAll:(Lnet/thevpc/nuts/NutsClassLoaderNode;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setAll ( NutsClassLoaderNodeBuilder o ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setAll:(Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setDependencies ( List<NutsClassLoaderNode> dependencies ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setId ( String id ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setUrl ( URL url ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setUrl:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
nuts-0.8.1.jar,
NutsCodeFormat.class
package net.thevpc.nuts
NutsCodeFormat.getSupportLevel ( NutsSupportLevelContext<String> p1 ) [abstract] : int
net/thevpc/nuts/NutsCodeFormat.getSupportLevel:(Lnet/thevpc/nuts/NutsSupportLevelContext;)I
NutsCodeFormat.stringToText ( String p1, NutsSession p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsCodeFormat.stringToText:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
NutsCodeFormat.tokenToText ( String p1, String p2, NutsSession p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsCodeFormat.tokenToText:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsCommandAutoCompleteResolver.class
package net.thevpc.nuts
NutsCommandAutoCompleteResolver.resolveCandidates ( NutsCommandLine p1, int p2, NutsSession p3 ) [abstract] : List<NutsArgumentCandidate>
net/thevpc/nuts/NutsCommandAutoCompleteResolver.resolveCandidates:(Lnet/thevpc/nuts/NutsCommandLine;ILnet/thevpc/nuts/NutsSession;)Ljava/util/List;
nuts-0.8.1.jar,
NutsCommandConfig.class
package net.thevpc.nuts
NutsCommandConfig.equals ( Object o ) : boolean
net/thevpc/nuts/NutsCommandConfig.equals:(Ljava/lang/Object;)Z
NutsCommandConfig.getCommand ( ) : String[ ]
net/thevpc/nuts/NutsCommandConfig.getCommand:()[Ljava/lang/String;
NutsCommandConfig.getExecutorOptions ( ) : String[ ]
net/thevpc/nuts/NutsCommandConfig.getExecutorOptions:()[Ljava/lang/String;
NutsCommandConfig.getFactoryId ( ) : String
net/thevpc/nuts/NutsCommandConfig.getFactoryId:()Ljava/lang/String;
NutsCommandConfig.getHelpCommand ( ) : String[ ]
net/thevpc/nuts/NutsCommandConfig.getHelpCommand:()[Ljava/lang/String;
NutsCommandConfig.getHelpText ( ) : String
net/thevpc/nuts/NutsCommandConfig.getHelpText:()Ljava/lang/String;
NutsCommandConfig.getName ( ) : String
net/thevpc/nuts/NutsCommandConfig.getName:()Ljava/lang/String;
NutsCommandConfig.getOwner ( ) : NutsId
net/thevpc/nuts/NutsCommandConfig.getOwner:()Lnet/thevpc/nuts/NutsId;
NutsCommandConfig.hashCode ( ) : int
net/thevpc/nuts/NutsCommandConfig.hashCode:()I
NutsCommandConfig.NutsCommandConfig ( )
net/thevpc/nuts/NutsCommandConfig."<init>":()V
NutsCommandConfig.setCommand ( String... value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setExecutorOptions ( String[ ] value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setExecutorOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setFactoryId ( String value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setFactoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setHelpCommand ( String... value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setHelpCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setHelpText ( String value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setHelpText:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setName ( String value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setOwner ( NutsId value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setOwner:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.toString ( ) : String
net/thevpc/nuts/NutsCommandConfig.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsCommandFactoryConfig.class
package net.thevpc.nuts
NutsCommandFactoryConfig.equals ( Object o ) : boolean
net/thevpc/nuts/NutsCommandFactoryConfig.equals:(Ljava/lang/Object;)Z
NutsCommandFactoryConfig.getFactoryId ( ) : String
net/thevpc/nuts/NutsCommandFactoryConfig.getFactoryId:()Ljava/lang/String;
NutsCommandFactoryConfig.getFactoryType ( ) : String
net/thevpc/nuts/NutsCommandFactoryConfig.getFactoryType:()Ljava/lang/String;
NutsCommandFactoryConfig.getParameters ( ) : Map<String,String>
net/thevpc/nuts/NutsCommandFactoryConfig.getParameters:()Ljava/util/Map;
NutsCommandFactoryConfig.getPriority ( ) : int
net/thevpc/nuts/NutsCommandFactoryConfig.getPriority:()I
NutsCommandFactoryConfig.hashCode ( ) : int
net/thevpc/nuts/NutsCommandFactoryConfig.hashCode:()I
NutsCommandFactoryConfig.NutsCommandFactoryConfig ( )
net/thevpc/nuts/NutsCommandFactoryConfig."<init>":()V
NutsCommandFactoryConfig.setFactoryId ( String value ) : NutsCommandFactoryConfig
net/thevpc/nuts/NutsCommandFactoryConfig.setFactoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCommandFactoryConfig.setFactoryType ( String value ) : NutsCommandFactoryConfig
net/thevpc/nuts/NutsCommandFactoryConfig.setFactoryType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCommandFactoryConfig.setParameters ( Map<String,String> value ) : NutsCommandFactoryConfig
net/thevpc/nuts/NutsCommandFactoryConfig.setParameters:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCommandFactoryConfig.setPriority ( int value ) : NutsCommandFactoryConfig
net/thevpc/nuts/NutsCommandFactoryConfig.setPriority:(I)Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCommandFactoryConfig.toString ( ) : String
net/thevpc/nuts/NutsCommandFactoryConfig.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsCommandHistory.class
package net.thevpc.nuts
NutsCommandHistory.add ( Instant p1, String p2 ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.add:(Ljava/time/Instant;Ljava/lang/String;)V
NutsCommandHistory.getEntry ( int p1 ) [abstract] : NutsCommandHistoryEntry
net/thevpc/nuts/NutsCommandHistory.getEntry:(I)Lnet/thevpc/nuts/NutsCommandHistoryEntry;
NutsCommandHistory.iterator ( int p1 ) [abstract] : ListIterator<NutsCommandHistoryEntry>
net/thevpc/nuts/NutsCommandHistory.iterator:(I)Ljava/util/ListIterator;
NutsCommandHistory.load ( ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.load:()V
NutsCommandHistory.load ( InputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.load:(Ljava/io/InputStream;)V
NutsCommandHistory.purge ( ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.purge:()V
NutsCommandHistory.save ( ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.save:()V
NutsCommandHistory.save ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.save:(Ljava/io/OutputStream;)V
NutsCommandHistory.size ( ) [abstract] : int
net/thevpc/nuts/NutsCommandHistory.size:()I
nuts-0.8.1.jar,
NutsCommandHistoryBuilder.class
package net.thevpc.nuts
NutsCommandHistoryBuilder.build ( ) [abstract] : NutsCommandHistory
net/thevpc/nuts/NutsCommandHistoryBuilder.build:()Lnet/thevpc/nuts/NutsCommandHistory;
NutsCommandHistoryBuilder.setPath ( File p1 ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandHistoryBuilder.setPath:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
NutsCommandHistoryBuilder.setPath ( Path p1 ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandHistoryBuilder.setPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
nuts-0.8.1.jar,
NutsCommandHistoryEntry.class
package net.thevpc.nuts
NutsCommandHistoryEntry.getIndex ( ) [abstract] : int
net/thevpc/nuts/NutsCommandHistoryEntry.getIndex:()I
NutsCommandHistoryEntry.getLine ( ) [abstract] : String
net/thevpc/nuts/NutsCommandHistoryEntry.getLine:()Ljava/lang/String;
NutsCommandHistoryEntry.getTime ( ) [abstract] : Instant
net/thevpc/nuts/NutsCommandHistoryEntry.getTime:()Ljava/time/Instant;
nuts-0.8.1.jar,
NutsCommandLine.class
package net.thevpc.nuts
NutsCommandLine.formatter ( ) : NutsFormat
net/thevpc/nuts/NutsCommandLine.formatter:()Lnet/thevpc/nuts/NutsFormat;
NutsCommandLine.formatter ( ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLine.formatter:()Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLine.of ( String[ ] args, NutsSession session ) [static] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.of:([Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.parse ( String line, NutsSession session ) [static] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.process ( NutsCommandLineConfigurable p1, NutsCommandLineProcessor p2 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.process:(Lnet/thevpc/nuts/NutsCommandLineConfigurable;Lnet/thevpc/nuts/NutsCommandLineProcessor;)V
NutsCommandLine.required ( NutsMessage p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.required:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.required ( NutsString p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.required:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.throwError ( NutsMessage p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.throwError:(Lnet/thevpc/nuts/NutsMessage;)V
NutsCommandLine.throwError ( NutsString p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.throwError:(Lnet/thevpc/nuts/NutsString;)V
NutsCommandLine.unexpectedArgument ( NutsMessage p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.unexpectedArgument:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.unexpectedArgument ( NutsString p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.unexpectedArgument:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsCommandLine;
nuts-0.8.1.jar,
NutsCommandLineConfigurable.class
package net.thevpc.nuts
NutsCommandLineConfigurable.configure ( boolean p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineConfigurable.configure:(ZLnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineConfigurable.configure ( boolean p1, String... p2 ) [abstract] : Object
net/thevpc/nuts/NutsCommandLineConfigurable.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsCommandLineConfigurable.configureFirst ( NutsCommandLine p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineConfigurable.configureFirst:(Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineConfigurable.configureLast ( NutsCommandLine commandLine ) : void
net/thevpc/nuts/NutsCommandLineConfigurable.configureLast:(Lnet/thevpc/nuts/NutsCommandLine;)V
nuts-0.8.1.jar,
NutsCommandlineFamily.class
package net.thevpc.nuts
NutsCommandlineFamily.getArchFamily ( ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.getArchFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.id ( ) : String
net/thevpc/nuts/NutsCommandlineFamily.id:()Ljava/lang/String;
NutsCommandlineFamily.parseLenient ( String arch ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyOrErrorValue ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyValue, NutsCommandlineFamily errorValue ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandlineFamily;Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.valueOf ( String name ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.values ( ) [static] : NutsCommandlineFamily[ ]
net/thevpc/nuts/NutsCommandlineFamily.values:()[Lnet/thevpc/nuts/NutsCommandlineFamily;
nuts-0.8.1.jar,
NutsCommandLineFormat.class
package net.thevpc.nuts
NutsCommandLineFormat.getCommandlineFamily ( ) [abstract] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandLineFormat.getCommandlineFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandLineFormat.getFormatStrategy ( ) [abstract] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormat.getFormatStrategy:()Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormat.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineFormat.isNtf:()Z
NutsCommandLineFormat.setCommandlineFamily ( NutsCommandlineFamily p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setCommandlineFamily:(Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineFormat.setFormatStrategy ( NutsCommandLineFormatStrategy p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandLineFormat.setFormatStrategy:(Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;)V
NutsCommandLineFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsCommandLineFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsCommandLineFormat.setNtf ( boolean p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsCommandLineFormat;
nuts-0.8.1.jar,
NutsCommandLineFormatStrategy.class
package net.thevpc.nuts
NutsCommandLineFormatStrategy.getArchFamily ( ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.getArchFamily:()Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.id ( ) : String
net/thevpc/nuts/NutsCommandLineFormatStrategy.id:()Ljava/lang/String;
NutsCommandLineFormatStrategy.parseLenient ( String arch ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.parseLenient ( String arch, NutsCommandLineFormatStrategy emptyValue ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.parseLenient ( String arch, NutsCommandLineFormatStrategy emptyValue, NutsCommandLineFormatStrategy errorValue ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.valueOf ( String name ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.values ( ) [static] : NutsCommandLineFormatStrategy[ ]
net/thevpc/nuts/NutsCommandLineFormatStrategy.values:()[Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
nuts-0.8.1.jar,
NutsCommandLineManager.class
package net.thevpc.nuts
NutsCommandLineManager.createHistory ( ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandLineManager.createHistory:()Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
NutsCommandLineManager.getCommandlineFamily ( ) [abstract] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandLineManager.getCommandlineFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandLineManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCommandLineManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCommandLineManager.setCommandlineFamily ( NutsCommandlineFamily p1 ) [abstract] : NutsCommandLineManager
net/thevpc/nuts/NutsCommandLineManager.setCommandlineFamily:(Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandLineManager;
NutsCommandLineManager.setSession ( NutsSession p1 ) [abstract] : NutsCommandLineManager
net/thevpc/nuts/NutsCommandLineManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLineManager;
nuts-0.8.1.jar,
NutsCommandLineProcessor.class
package net.thevpc.nuts
NutsCommandLineProcessor.onAutoComplete ( NutsCommandAutoComplete autoComplete ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onAutoComplete:(Lnet/thevpc/nuts/NutsCommandAutoComplete;)V
NutsCommandLineProcessor.onExec ( ) [abstract] : void
net/thevpc/nuts/NutsCommandLineProcessor.onExec:()V
NutsCommandLineProcessor.onInit ( NutsCommandLine commandline ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onInit:(Lnet/thevpc/nuts/NutsCommandLine;)V
NutsCommandLineProcessor.onNextNonOption ( NutsArgument p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineProcessor.onNextNonOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineProcessor.onNextOption ( NutsArgument p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineProcessor.onNextOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineProcessor.onPrepare ( NutsCommandLine commandline ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onPrepare:(Lnet/thevpc/nuts/NutsCommandLine;)V
nuts-0.8.1.jar,
NutsCommandReadHighlighter.class
package net.thevpc.nuts
NutsCommandReadHighlighter.highlight ( String p1, NutsSession p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsCommandReadHighlighter.highlight:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsComponent.class
package net.thevpc.nuts.spi
NutsComponent<CriteriaType>.getSupportLevel ( NutsSupportLevelContext<CriteriaType> p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsComponent.getSupportLevel:(Lnet/thevpc/nuts/NutsSupportLevelContext;)I
nuts-0.8.1.jar,
NutsConcurrentManager.class
package net.thevpc.nuts
NutsConcurrentManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsConcurrentManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsConcurrentManager.setSession ( NutsSession p1 ) [abstract] : NutsConcurrentManager
net/thevpc/nuts/NutsConcurrentManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsConcurrentManager;
nuts-0.8.1.jar,
NutsConfirmationMode.class
package net.thevpc.nuts
NutsConfirmationMode.parseLenient ( String value ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsConfirmationMode;
NutsConfirmationMode.parseLenient ( String value, NutsConfirmationMode emptyOrErrorValue ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsConfirmationMode;)Lnet/thevpc/nuts/NutsConfirmationMode;
NutsConfirmationMode.parseLenient ( String value, NutsConfirmationMode emptyValue, NutsConfirmationMode errorValue ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsConfirmationMode;Lnet/thevpc/nuts/NutsConfirmationMode;)Lnet/thevpc/nuts/NutsConfirmationMode;
nuts-0.8.1.jar,
NutsContent.class
package net.thevpc.nuts
NutsContent.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsContent.getFilePath:()Ljava/nio/file/Path;
NutsContent.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsContent.getLocation:()Lnet/thevpc/nuts/NutsPath;
NutsContent.getPath ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsContent.getPath:()Lnet/thevpc/nuts/NutsPath;
nuts-0.8.1.jar,
NutsContentEvent.class
package net.thevpc.nuts
NutsContentEvent.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsContentEvent.getLocation:()Lnet/thevpc/nuts/NutsPath;
nuts-0.8.1.jar,
NutsContentType.class
package net.thevpc.nuts
NutsContentType.id ( ) : String
net/thevpc/nuts/NutsContentType.id:()Ljava/lang/String;
NutsContentType.parseLenient ( String value ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.parseLenient ( String value, NutsContentType emptyOrErrorValue ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.parseLenient ( String value, NutsContentType emptyValue, NutsContentType errorValue ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsContentType;Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.valueOf ( String name ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.values ( ) [static] : NutsContentType[ ]
net/thevpc/nuts/NutsContentType.values:()[Lnet/thevpc/nuts/NutsContentType;
nuts-0.8.1.jar,
NutsCustomCommandManager.class
package net.thevpc.nuts
NutsCustomCommandManager.addCommand ( NutsCommandConfig p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.addCommand:(Lnet/thevpc/nuts/NutsCommandConfig;)Z
NutsCustomCommandManager.addCommandFactory ( NutsCommandFactoryConfig p1 ) [abstract] : void
net/thevpc/nuts/NutsCustomCommandManager.addCommandFactory:(Lnet/thevpc/nuts/NutsCommandFactoryConfig;)V
NutsCustomCommandManager.commandExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.commandExists:(Ljava/lang/String;)Z
NutsCustomCommandManager.commandFactoryExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.commandFactoryExists:(Ljava/lang/String;)Z
NutsCustomCommandManager.findAllCommands ( ) [abstract] : List<NutsWorkspaceCustomCommand>
net/thevpc/nuts/NutsCustomCommandManager.findAllCommands:()Ljava/util/List;
NutsCustomCommandManager.findCommand ( String p1 ) [abstract] : NutsWorkspaceCustomCommand
net/thevpc/nuts/NutsCustomCommandManager.findCommand:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCustomCommand;
NutsCustomCommandManager.findCommand ( String p1, NutsId p2, NutsId p3 ) [abstract] : NutsWorkspaceCustomCommand
net/thevpc/nuts/NutsCustomCommandManager.findCommand:(Ljava/lang/String;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsWorkspaceCustomCommand;
NutsCustomCommandManager.findCommandsByOwner ( NutsId p1 ) [abstract] : List<NutsWorkspaceCustomCommand>
net/thevpc/nuts/NutsCustomCommandManager.findCommandsByOwner:(Lnet/thevpc/nuts/NutsId;)Ljava/util/List;
NutsCustomCommandManager.getCommandFactories ( ) [abstract] : NutsCommandFactoryConfig[ ]
net/thevpc/nuts/NutsCustomCommandManager.getCommandFactories:()[Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCustomCommandManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCustomCommandManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCustomCommandManager.removeCommand ( String p1 ) [abstract] : void
net/thevpc/nuts/NutsCustomCommandManager.removeCommand:(Ljava/lang/String;)V
NutsCustomCommandManager.removeCommandFactory ( String p1 ) [abstract] : void
net/thevpc/nuts/NutsCustomCommandManager.removeCommandFactory:(Ljava/lang/String;)V
NutsCustomCommandManager.removeCommandFactoryIfExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.removeCommandFactoryIfExists:(Ljava/lang/String;)Z
NutsCustomCommandManager.removeCommandIfExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.removeCommandIfExists:(Ljava/lang/String;)Z
NutsCustomCommandManager.setSession ( NutsSession p1 ) [abstract] : NutsCustomCommandManager
net/thevpc/nuts/NutsCustomCommandManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCustomCommandManager;
NutsCustomCommandManager.updateCommand ( NutsCommandConfig p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.updateCommand:(Lnet/thevpc/nuts/NutsCommandConfig;)Z
nuts-0.8.1.jar,
NutsDefaultArgumentCandidate.class
package net.thevpc.nuts
NutsDefaultArgumentCandidate.getDisplay ( ) : String
net/thevpc/nuts/NutsDefaultArgumentCandidate.getDisplay:()Ljava/lang/String;
NutsDefaultArgumentCandidate.getValue ( ) : String
net/thevpc/nuts/NutsDefaultArgumentCandidate.getValue:()Ljava/lang/String;
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value )
net/thevpc/nuts/NutsDefaultArgumentCandidate."<init>":(Ljava/lang/String;)V
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value, String display )
net/thevpc/nuts/NutsDefaultArgumentCandidate."<init>":(Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsDefaultCommandAutoComplete.class
package net.thevpc.nuts
NutsDefaultCommandAutoComplete.getCurrentWordIndex ( ) : int
net/thevpc/nuts/NutsDefaultCommandAutoComplete.getCurrentWordIndex:()I
NutsDefaultCommandAutoComplete.getLine ( ) : String
net/thevpc/nuts/NutsDefaultCommandAutoComplete.getLine:()Ljava/lang/String;
NutsDefaultCommandAutoComplete.getSession ( ) : NutsSession
net/thevpc/nuts/NutsDefaultCommandAutoComplete.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDefaultCommandAutoComplete.getWords ( ) : List<String>
net/thevpc/nuts/NutsDefaultCommandAutoComplete.getWords:()Ljava/util/List;
NutsDefaultCommandAutoComplete.NutsDefaultCommandAutoComplete ( )
net/thevpc/nuts/NutsDefaultCommandAutoComplete."<init>":()V
NutsDefaultCommandAutoComplete.setCurrentWordIndex ( int currentWordIndex ) : NutsDefaultCommandAutoComplete
net/thevpc/nuts/NutsDefaultCommandAutoComplete.setCurrentWordIndex:(I)Lnet/thevpc/nuts/NutsDefaultCommandAutoComplete;
NutsDefaultCommandAutoComplete.setLine ( String line ) : NutsDefaultCommandAutoComplete
net/thevpc/nuts/NutsDefaultCommandAutoComplete.setLine:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDefaultCommandAutoComplete;
NutsDefaultCommandAutoComplete.setSession ( NutsSession session ) : NutsDefaultCommandAutoComplete
net/thevpc/nuts/NutsDefaultCommandAutoComplete.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDefaultCommandAutoComplete;
NutsDefaultCommandAutoComplete.setWords ( List<String> words ) : NutsDefaultCommandAutoComplete
net/thevpc/nuts/NutsDefaultCommandAutoComplete.setWords:(Ljava/util/List;)Lnet/thevpc/nuts/NutsDefaultCommandAutoComplete;
nuts-0.8.1.jar,
NutsDefaultContent.class
package net.thevpc.nuts
NutsDefaultContent.getFilePath ( ) : Path
net/thevpc/nuts/NutsDefaultContent.getFilePath:()Ljava/nio/file/Path;
NutsDefaultContent.getLocation ( ) : NutsPath
net/thevpc/nuts/NutsDefaultContent.getLocation:()Lnet/thevpc/nuts/NutsPath;
NutsDefaultContent.getPath ( ) : NutsPath
net/thevpc/nuts/NutsDefaultContent.getPath:()Lnet/thevpc/nuts/NutsPath;
NutsDefaultContent.NutsDefaultContent ( NutsPath location, boolean cached, boolean temporary )
net/thevpc/nuts/NutsDefaultContent."<init>":(Lnet/thevpc/nuts/NutsPath;ZZ)V
nuts-0.8.1.jar,
NutsDefaultSupportLevelContext.class
package net.thevpc.nuts
NutsDefaultSupportLevelContext<T>.getSession ( ) : NutsSession
net/thevpc/nuts/NutsDefaultSupportLevelContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDefaultSupportLevelContext<T>.NutsDefaultSupportLevelContext<T> ( NutsSession session, T constraints )
net/thevpc/nuts/NutsDefaultSupportLevelContext."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsDefaultTerminalSpec.class
package net.thevpc.nuts
NutsDefaultTerminalSpec.getParent ( ) : NutsSystemTerminalBase
net/thevpc/nuts/NutsDefaultTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsDefaultTerminalSpec.setParent ( NutsSystemTerminalBase parent ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalSpec;
nuts-0.8.1.jar,
NutsDefinition.class
package net.thevpc.nuts
NutsDefinition.getDependencies ( ) [abstract] : NutsDependencies
net/thevpc/nuts/NutsDefinition.getDependencies:()Lnet/thevpc/nuts/NutsDependencies;
NutsDefinition.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsDefinition.getLocation:()Lnet/thevpc/nuts/NutsPath;
nuts-0.8.1.jar,
NutsDependencies.class
package net.thevpc.nuts
NutsDependencies.all ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.all:()Ljava/util/List;
NutsDependencies.filter ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencies.filter:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencies.immediate ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.immediate:()Ljava/util/List;
NutsDependencies.mergedDependencies ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.mergedDependencies:()Ljava/util/List;
NutsDependencies.mergedNodes ( ) [abstract] : List<NutsDependencyTreeNode>
net/thevpc/nuts/NutsDependencies.mergedNodes:()Ljava/util/List;
NutsDependencies.nodes ( ) [abstract] : List<NutsDependencyTreeNode>
net/thevpc/nuts/NutsDependencies.nodes:()Ljava/util/List;
NutsDependencies.sourceIds ( ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsDependencies.sourceIds:()Ljava/util/List;
NutsDependencies.stream ( ) [abstract] : Stream<NutsDependency>
net/thevpc/nuts/NutsDependencies.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsDependency.class
package net.thevpc.nuts
NutsDependency.formatter ( ) : NutsFormat
net/thevpc/nuts/NutsDependency.formatter:()Lnet/thevpc/nuts/NutsFormat;
NutsDependency.formatter ( ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependency.formatter:()Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependency.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getArch:()Ljava/lang/String;
NutsDependency.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getOs:()Ljava/lang/String;
NutsDependency.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getRepository:()Ljava/lang/String;
NutsDependency.getType ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getType:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsDependencyBuilder.class
package net.thevpc.nuts
NutsDependencyBuilder.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getArch:()Ljava/lang/String;
NutsDependencyBuilder.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getOs:()Ljava/lang/String;
NutsDependencyBuilder.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getRepository:()Ljava/lang/String;
NutsDependencyBuilder.getType ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getType:()Ljava/lang/String;
NutsDependencyBuilder.of ( NutsSession session ) [static] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setArch ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setOs ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setRepository ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setScope ( NutsDependencyScope p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setType ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.toId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDependencyBuilder.toId:()Lnet/thevpc/nuts/NutsId;
nuts-0.8.1.jar,
NutsDependencyFilterManager.class
package net.thevpc.nuts
NutsDependencyFilterManager.byArch ( Collection<NutsArchFamily> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( NutsArchFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( NutsArchFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:([Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( Collection<NutsOsFamily> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( NutsOsFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( NutsOsFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:([Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byType ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsDependencyFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsDependencyFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsDependencyFilterManager
net/thevpc/nuts/NutsDependencyFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyFilterManager;
nuts-0.8.1.jar,
NutsDependencyFormat.class
package net.thevpc.nuts
NutsDependencyFormat.isOmitRepository ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitRepository:()Z
NutsDependencyFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsDependencyFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsDependencyFormat.setNtf ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitRepository ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitRepository:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
nuts-0.8.1.jar,
NutsDependencyManager.class
package net.thevpc.nuts
NutsDependencyManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDependencyManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDependencyManager.setSession ( NutsSession p1 ) [abstract] : NutsDependencyManager
net/thevpc/nuts/NutsDependencyManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyManager;
nuts-0.8.1.jar,
NutsDependencyParser.class
package net.thevpc.nuts
NutsDependencyParser.of ( NutsSession session ) [static] : NutsDependencyParser
net/thevpc/nuts/NutsDependencyParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyParser;
nuts-0.8.1.jar,
NutsDependencyScope.class
package net.thevpc.nuts
NutsDependencyScope.isApi ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isApi:()Z
NutsDependencyScope.isCompile ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isCompile:()Z
NutsDependencyScope.isImplementation ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isImplementation:()Z
NutsDependencyScope.isOther ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isOther:()Z
NutsDependencyScope.isProvided ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isProvided:()Z
NutsDependencyScope.isRuntime ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isRuntime:()Z
NutsDependencyScope.isSystem ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isSystem:()Z
NutsDependencyScope.isTest ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isTest:()Z
NutsDependencyScope.parseLenient ( String value ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyScope;
NutsDependencyScope.parseLenient ( String value, NutsDependencyScope emptyOrErrorValue ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyScope;
NutsDependencyScope.parseLenient ( String value, NutsDependencyScope emptyValue, NutsDependencyScope errorValue ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScope;Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyScope;
nuts-0.8.1.jar,
NutsDependencyScopePattern.class
package net.thevpc.nuts
NutsDependencyScopePattern.parseLenient ( String value ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
NutsDependencyScopePattern.parseLenient ( String value, NutsDependencyScopePattern emptyOrErrorValue ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
NutsDependencyScopePattern.parseLenient ( String value, NutsDependencyScopePattern emptyValue, NutsDependencyScopePattern errorValue ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScopePattern;Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
nuts-0.8.1.jar,
NutsDeployRepositoryCommand.class
package net.thevpc.nuts.spi
NutsDeployRepositoryCommand.getContent ( ) [abstract] : Object
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.getContent:()Ljava/lang/Object;
NutsDeployRepositoryCommand.getDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.getDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsDeployRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsDeployRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsDeployRepositoryCommand.run ( ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( File p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Ljava/io/File;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( InputStream p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Ljava/io/InputStream;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( Path p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( URL p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Ljava/net/URL;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setDescriptor ( NutsDescriptor p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setDescriptor:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsDeployRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
nuts-0.8.1.jar,
NutsDescriptor.class
package net.thevpc.nuts
NutsDescriptor.getCategories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getCategories:()[Ljava/lang/String;
NutsDescriptor.getDesktopEnvironment ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getDesktopEnvironment:()[Ljava/lang/String;
NutsDescriptor.getGenericName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptor.getGenericName:()Ljava/lang/String;
NutsDescriptor.getIcons ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getIcons:()[Ljava/lang/String;
nuts-0.8.1.jar,
NutsDescriptorBuilder.class
package net.thevpc.nuts
NutsDescriptorBuilder.getCategories ( ) [abstract] : List<String>
net/thevpc/nuts/NutsDescriptorBuilder.getCategories:()Ljava/util/List;
NutsDescriptorBuilder.getDesktopEnvironment ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getDesktopEnvironment:()[Ljava/lang/String;
NutsDescriptorBuilder.getGenericName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorBuilder.getGenericName:()Ljava/lang/String;
NutsDescriptorBuilder.getIcons ( ) [abstract] : List<String>
net/thevpc/nuts/NutsDescriptorBuilder.getIcons:()Ljava/util/List;
NutsDescriptorBuilder.isApplication ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorBuilder.isApplication:()Z
NutsDescriptorBuilder.of ( NutsSession session ) [static] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeDesktopEnvironment ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeDesktopEnvironment:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setCategories ( List<String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setCategories:(Ljava/util/List;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setDesktopEnvironment ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setDesktopEnvironment:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setGenericName ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setGenericName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setIcons ( List<String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setIcons:(Ljava/util/List;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
nuts-0.8.1.jar,
NutsDescriptorContentParserComponent.class
package net.thevpc.nuts.spi
NutsDescriptorContentParserComponent.parse ( NutsDescriptorContentParserContext p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/spi/NutsDescriptorContentParserComponent.parse:(Lnet/thevpc/nuts/spi/NutsDescriptorContentParserContext;)Lnet/thevpc/nuts/NutsDescriptor;
nuts-0.8.1.jar,
NutsDescriptorContentParserContext.class
package net.thevpc.nuts.spi
NutsDescriptorContentParserContext.getFileExtension ( ) [abstract] : String
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getFileExtension:()Ljava/lang/String;
NutsDescriptorContentParserContext.getFullStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getFullStream:()Ljava/io/InputStream;
NutsDescriptorContentParserContext.getHeadStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getHeadStream:()Ljava/io/InputStream;
NutsDescriptorContentParserContext.getMimeType ( ) [abstract] : String
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getMimeType:()Ljava/lang/String;
NutsDescriptorContentParserContext.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getName:()Ljava/lang/String;
NutsDescriptorContentParserContext.getParseOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getParseOptions:()[Ljava/lang/String;
NutsDescriptorContentParserContext.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDescriptorContentParserContext.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsDescriptorFilterManager.class
package net.thevpc.nuts
NutsDescriptorFilterManager.byApiVersion ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byApiVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byCompanion ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byCompanion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byExtension ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byExtension:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byRuntime ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byRuntime:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsDescriptorFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsDescriptorFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorFilterManager
net/thevpc/nuts/NutsDescriptorFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorFilterManager;
nuts-0.8.1.jar,
NutsDescriptorFormat.class
package net.thevpc.nuts
NutsDescriptorFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsDescriptorFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsDescriptorFormat.setNtf ( boolean p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorFormat.setValue ( NutsDescriptor p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.setValue:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorFormat;
nuts-0.8.1.jar,
NutsDescriptorManager.class
package net.thevpc.nuts
NutsDescriptorManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDescriptorManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDescriptorManager.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorManager
net/thevpc/nuts/NutsDescriptorManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorManager;
nuts-0.8.1.jar,
NutsDescriptorParser.class
package net.thevpc.nuts
NutsDescriptorParser.getDescriptorStyle ( ) [abstract] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorParser.getDescriptorStyle:()Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorParser.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDescriptorParser.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDescriptorParser.of ( NutsSession session ) [static] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorParser;
NutsDescriptorParser.setDescriptorStyle ( NutsDescriptorStyle p1 ) [abstract] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorParser.setDescriptorStyle:(Lnet/thevpc/nuts/NutsDescriptorStyle;)Lnet/thevpc/nuts/NutsDescriptorParser;
NutsDescriptorParser.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorParser.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorParser;
nuts-0.8.1.jar,
NutsDescriptorStyle.class
package net.thevpc.nuts
NutsDescriptorStyle.id ( ) : String
net/thevpc/nuts/NutsDescriptorStyle.id:()Ljava/lang/String;
NutsDescriptorStyle.parseLenient ( String value ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.parseLenient ( String value, NutsDescriptorStyle emptyOrErrorValue ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDescriptorStyle;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.parseLenient ( String value, NutsDescriptorStyle emptyValue, NutsDescriptorStyle errorValue ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDescriptorStyle;Lnet/thevpc/nuts/NutsDescriptorStyle;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.valueOf ( String name ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.values ( ) [static] : NutsDescriptorStyle[ ]
net/thevpc/nuts/NutsDescriptorStyle.values:()[Lnet/thevpc/nuts/NutsDescriptorStyle;
nuts-0.8.1.jar,
NutsDesktopEnvironmentFamily.class
package net.thevpc.nuts
NutsDesktopEnvironmentFamily.id ( ) : String
net/thevpc/nuts/NutsDesktopEnvironmentFamily.id:()Ljava/lang/String;
NutsDesktopEnvironmentFamily.parseLenient ( String e ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyOrErrorValue ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyValue, NutsDesktopEnvironmentFamily errorValue ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.valueOf ( String name ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.values ( ) [static] : NutsDesktopEnvironmentFamily[ ]
net/thevpc/nuts/NutsDesktopEnvironmentFamily.values:()[Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
nuts-0.8.1.jar,
NutsDesktopIntegrationItem.class
package net.thevpc.nuts
NutsDesktopIntegrationItem.id ( ) : String
net/thevpc/nuts/NutsDesktopIntegrationItem.id:()Ljava/lang/String;
NutsDesktopIntegrationItem.parseLenient ( String value ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.parseLenient ( String value, NutsDesktopIntegrationItem emptyOrErrorValue ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.parseLenient ( String value, NutsDesktopIntegrationItem emptyValue, NutsDesktopIntegrationItem errorValue ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopIntegrationItem;Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.valueOf ( String name ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.values ( ) [static] : NutsDesktopIntegrationItem[ ]
net/thevpc/nuts/NutsDesktopIntegrationItem.values:()[Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
nuts-0.8.1.jar,
NutsElement.class
package net.thevpc.nuts
NutsElement.asArray ( ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsElement.asArray:()Lnet/thevpc/nuts/NutsArrayElement;
NutsElement.asBoolean ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.asBoolean:()Z
NutsElement.asByte ( ) [abstract] : byte
net/thevpc/nuts/NutsElement.asByte:()B
NutsElement.asDouble ( ) [abstract] : double
net/thevpc/nuts/NutsElement.asDouble:()D
NutsElement.asFloat ( ) [abstract] : float
net/thevpc/nuts/NutsElement.asFloat:()F
NutsElement.asInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsElement.asInstant:()Ljava/time/Instant;
NutsElement.asInt ( ) [abstract] : int
net/thevpc/nuts/NutsElement.asInt:()I
NutsElement.asLong ( ) [abstract] : long
net/thevpc/nuts/NutsElement.asLong:()J
NutsElement.asObject ( ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsElement.asObject:()Lnet/thevpc/nuts/NutsObjectElement;
NutsElement.asPrimitive ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElement.asPrimitive:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElement.asSafeArray ( ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsElement.asSafeArray:()Lnet/thevpc/nuts/NutsArrayElement;
NutsElement.asSafeByte ( ) [abstract] : Byte
net/thevpc/nuts/NutsElement.asSafeByte:()Ljava/lang/Byte;
NutsElement.asSafeByte ( byte p1 ) [abstract] : byte
net/thevpc/nuts/NutsElement.asSafeByte:(B)B
NutsElement.asSafeDouble ( ) [abstract] : Double
net/thevpc/nuts/NutsElement.asSafeDouble:()Ljava/lang/Double;
NutsElement.asSafeDouble ( double p1 ) [abstract] : double
net/thevpc/nuts/NutsElement.asSafeDouble:(D)D
NutsElement.asSafeFloat ( ) [abstract] : Float
net/thevpc/nuts/NutsElement.asSafeFloat:()Ljava/lang/Float;
NutsElement.asSafeFloat ( float p1 ) [abstract] : float
net/thevpc/nuts/NutsElement.asSafeFloat:(F)F
NutsElement.asSafeInt ( ) [abstract] : Integer
net/thevpc/nuts/NutsElement.asSafeInt:()Ljava/lang/Integer;
NutsElement.asSafeInt ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsElement.asSafeInt:(I)I
NutsElement.asSafeLong ( ) [abstract] : Long
net/thevpc/nuts/NutsElement.asSafeLong:()Ljava/lang/Long;
NutsElement.asSafeLong ( long p1 ) [abstract] : long
net/thevpc/nuts/NutsElement.asSafeLong:(J)J
NutsElement.asSafeObject ( ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsElement.asSafeObject:()Lnet/thevpc/nuts/NutsObjectElement;
NutsElement.asSafeShort ( ) [abstract] : Short
net/thevpc/nuts/NutsElement.asSafeShort:()Ljava/lang/Short;
NutsElement.asSafeShort ( short p1 ) [abstract] : short
net/thevpc/nuts/NutsElement.asSafeShort:(S)S
NutsElement.asSafeString ( ) [abstract] : String
net/thevpc/nuts/NutsElement.asSafeString:()Ljava/lang/String;
NutsElement.asSafeString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsElement.asSafeString:(Ljava/lang/String;)Ljava/lang/String;
NutsElement.asShort ( ) [abstract] : short
net/thevpc/nuts/NutsElement.asShort:()S
NutsElement.asString ( ) [abstract] : String
net/thevpc/nuts/NutsElement.asString:()Ljava/lang/String;
NutsElement.isArray ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isArray:()Z
NutsElement.isByte ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isByte:()Z
NutsElement.isDouble ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isDouble:()Z
NutsElement.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isEmpty:()Z
NutsElement.isFloat ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isFloat:()Z
NutsElement.isInstant ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isInstant:()Z
NutsElement.isInt ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isInt:()Z
NutsElement.isLong ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isLong:()Z
NutsElement.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isNull:()Z
NutsElement.isNumber ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isNumber:()Z
NutsElement.isObject ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isObject:()Z
NutsElement.isPrimitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isPrimitive:()Z
NutsElement.isShort ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isShort:()Z
NutsElement.isString ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isString:()Z
nuts-0.8.1.jar,
NutsElementEntry.class
package net.thevpc.nuts
NutsElementEntry.getKey ( ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementEntry.getKey:()Lnet/thevpc/nuts/NutsElement;
NutsElementEntry.getValue ( ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementEntry.getValue:()Lnet/thevpc/nuts/NutsElement;
nuts-0.8.1.jar,
NutsElementFactoryContext.class
package net.thevpc.nuts
NutsElementFactoryContext.defaultDestruct ( Object p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/NutsElementFactoryContext.defaultDestruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFactoryContext.defaultElementToObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/NutsElementFactoryContext.defaultElementToObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NutsElementFactoryContext.defaultObjectToElement ( Object p1, Type p2 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFactoryContext.defaultObjectToElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/NutsElement;
NutsElementFactoryContext.destruct ( Object p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/NutsElementFactoryContext.destruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NutsElementFactoryContext.element ( ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFactoryContext.element:()Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFactoryContext.elementToObject ( NutsElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFactoryContext.elementToObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFactoryContext.elementToObject ( NutsElement p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/NutsElementFactoryContext.elementToObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NutsElementFactoryContext.getDestructTypeFilter ( ) [abstract] : Predicate<Type>
net/thevpc/nuts/NutsElementFactoryContext.getDestructTypeFilter:()Ljava/util/function/Predicate;
NutsElementFactoryContext.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsElementFactoryContext.getProperties:()Ljava/util/Map;
NutsElementFactoryContext.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsElementFactoryContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsElementFactoryContext.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsElementFactoryContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsElementFactoryContext.objectToElement ( Object p1, Type p2 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFactoryContext.objectToElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/NutsElement;
nuts-0.8.1.jar,
NutsElementFormat.class
package net.thevpc.nuts
NutsElementFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.convert ( Object p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.convert:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.destruct ( Object p1 ) [abstract] : Object
net/thevpc/nuts/NutsElementFormat.destruct:(Ljava/lang/Object;)Ljava/lang/Object;
NutsElementFormat.forArray ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsElementFormat.forArray:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsElementFormat.forBoolean ( boolean p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forBoolean:(Z)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forBoolean ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forBoolean:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forByte ( Byte p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forByte:(Ljava/lang/Byte;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forDouble ( Double p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forDouble:(Ljava/lang/Double;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forEntry ( NutsElement p1, NutsElement p2 ) [abstract] : NutsElementEntry
net/thevpc/nuts/NutsElementFormat.forEntry:(Lnet/thevpc/nuts/NutsElement;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElementEntry;
NutsElementFormat.forFalse ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFalse:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forFloat ( Float p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFloat:(Ljava/lang/Float;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forFloat ( Short p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFloat:(Ljava/lang/Short;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( Date p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/util/Date;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( Instant p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/time/Instant;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInt ( Integer p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInt:(Ljava/lang/Integer;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forLong ( Long p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forLong:(Ljava/lang/Long;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNull ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNull:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNumber ( Number p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNumber:(Ljava/lang/Number;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNumber ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNumber:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forObject ( ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsElementFormat.forObject:()Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsElementFormat.forString ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forString:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forTrue ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forTrue:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.getContentType ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsElementFormat.getContentType:()Lnet/thevpc/nuts/NutsContentType;
NutsElementFormat.getDestructTypeFilter ( ) [abstract] : Predicate<Type>
net/thevpc/nuts/NutsElementFormat.getDestructTypeFilter:()Ljava/util/function/Predicate;
NutsElementFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NutsElementFormat.isCompact:()Z
NutsElementFormat.iter ( NutsPrintStream p1 ) [abstract] : NutsIterableFormat
net/thevpc/nuts/NutsElementFormat.iter:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsIterableFormat;
NutsElementFormat.of ( NutsSession session ) [static] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.parse ( byte[ ] p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:([B)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( byte[ ] p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:([BLjava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( File p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/File;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( File p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/File;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( InputStream p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( InputStream p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/InputStream;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( Path p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( Path p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/nio/file/Path;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( Reader p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/Reader;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( Reader p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/Reader;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( String p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( URL p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( URL p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/net/URL;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.setCompact ( boolean p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setCompact:(Z)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setContentType ( NutsContentType p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setContentType:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setDestructTypeFilter ( Predicate<Type> p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setDestructTypeFilter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setMapper ( Class p1, NutsElementMapper p2 ) [abstract] : void
net/thevpc/nuts/NutsElementFormat.setMapper:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsElementMapper;)V
NutsElementFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsElementFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.setNtf ( boolean p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
nuts-0.8.1.jar,
NutsElementMapper.class
package net.thevpc.nuts
NutsElementMapper<T>.createElement ( T p1, Type p2, NutsElementFactoryContext p3 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementMapper.createElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/NutsElementFactoryContext;)Lnet/thevpc/nuts/NutsElement;
NutsElementMapper<T>.createObject ( NutsElement p1, Type p2, NutsElementFactoryContext p3 ) [abstract] : T
net/thevpc/nuts/NutsElementMapper.createObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/NutsElementFactoryContext;)Ljava/lang/Object;
NutsElementMapper<T>.destruct ( T p1, Type p2, NutsElementFactoryContext p3 ) [abstract] : Object
net/thevpc/nuts/NutsElementMapper.destruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/NutsElementFactoryContext;)Ljava/lang/Object;
nuts-0.8.1.jar,
NutsElementNotFoundException.class
package net.thevpc.nuts
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsElementType.class
package net.thevpc.nuts
NutsElementType.isNumber ( ) : boolean
net/thevpc/nuts/NutsElementType.isNumber:()Z
NutsElementType.parseLenient ( String value ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementType;
NutsElementType.parseLenient ( String value, NutsElementType emptyOrErrorValue ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsElementType;)Lnet/thevpc/nuts/NutsElementType;
NutsElementType.parseLenient ( String value, NutsElementType emptyValue, NutsElementType errorValue ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsElementType;Lnet/thevpc/nuts/NutsElementType;)Lnet/thevpc/nuts/NutsElementType;
nuts-0.8.1.jar,
NutsEnum.class
package net.thevpc.nuts
NutsEnum.id ( ) [abstract] : String
net/thevpc/nuts/NutsEnum.id:()Ljava/lang/String;
NutsEnum.parseLenient ( Class<T> type, String value ) [static] : T
net/thevpc/nuts/NutsEnum.parseLenient:(Ljava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnum;
NutsEnum.parseLenient ( Class<T> type, String value, T emptyOrErrorValue ) [static] : T
net/thevpc/nuts/NutsEnum.parseLenient:(Ljava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/NutsEnum;)Lnet/thevpc/nuts/NutsEnum;
NutsEnum.parseLenient ( Class<T> type, String value, T emptyValue, T errorOrUnknownValue ) [static] : T
net/thevpc/nuts/NutsEnum.parseLenient:(Ljava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/NutsEnum;Lnet/thevpc/nuts/NutsEnum;)Lnet/thevpc/nuts/NutsEnum;
nuts-0.8.1.jar,
NutsException.class
package net.thevpc.nuts
NutsException.getFormattedMessage ( ) : NutsMessage
net/thevpc/nuts/NutsException.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsException.getFormattedString ( ) : NutsString
net/thevpc/nuts/NutsException.getFormattedString:()Lnet/thevpc/nuts/NutsString;
NutsException.getSession ( ) : NutsSession
net/thevpc/nuts/NutsException.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsException.NutsException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsException.NutsException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsException.NutsException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsExceptionBase.class
package net.thevpc.nuts
NutsExceptionBase.detectExceptionBase ( Throwable th ) [static] : NutsExceptionBase
net/thevpc/nuts/NutsExceptionBase.detectExceptionBase:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/NutsExceptionBase;
NutsExceptionBase.detectSession ( Throwable th ) [static] : NutsSession
net/thevpc/nuts/NutsExceptionBase.detectSession:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/NutsSession;
NutsExceptionBase.getFormattedMessage ( ) [abstract] : NutsMessage
net/thevpc/nuts/NutsExceptionBase.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsExceptionBase.getFormattedString ( ) [abstract] : NutsString
net/thevpc/nuts/NutsExceptionBase.getFormattedString:()Lnet/thevpc/nuts/NutsString;
NutsExceptionBase.getMessage ( ) [abstract] : String
net/thevpc/nuts/NutsExceptionBase.getMessage:()Ljava/lang/String;
NutsExceptionBase.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExceptionBase.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsExceptionBase.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsExceptionBase.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsExecCommand.class
package net.thevpc.nuts
NutsExecCommand.formatter ( ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommand.formatter:()Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommand.getErr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsExecCommand.getErr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsExecCommand.getOut ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsExecCommand.getOut:()Lnet/thevpc/nuts/NutsPrintStream;
NutsExecCommand.getRedirectInpuFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getRedirectInpuFile:()Ljava/lang/String;
NutsExecCommand.getRedirectOuputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getRedirectOuputFile:()Ljava/lang/String;
NutsExecCommand.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsExecCommand.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsExecCommand.getSleepMillis ( ) [abstract] : int
net/thevpc/nuts/NutsExecCommand.getSleepMillis:()I
NutsExecCommand.isInheritSystemIO ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecCommand.isInheritSystemIO:()Z
NutsExecCommand.setErr ( NutsPrintStream p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setErr:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setInheritSystemIO ( boolean p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setInheritSystemIO:(Z)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setOut ( NutsPrintStream p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setOut:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRedirectInpuFile ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectInpuFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRedirectOuputFile ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectOuputFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRunAs ( NutsRunAs p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRunAs:(Lnet/thevpc/nuts/NutsRunAs;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setSleepMillis ( int p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setSleepMillis:(I)Lnet/thevpc/nuts/NutsExecCommand;
nuts-0.8.1.jar,
NutsExecCommandFormat.class
package net.thevpc.nuts
NutsExecCommandFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsExecCommandFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsExecCommandFormat.setNtf ( boolean p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsExecCommandFormat;
nuts-0.8.1.jar,
NutsExecutableType.class
package net.thevpc.nuts
NutsExecutableType.parseLenient ( String value ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecutableType;
NutsExecutableType.parseLenient ( String value, NutsExecutableType emptyOrErrorValue ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutableType;)Lnet/thevpc/nuts/NutsExecutableType;
NutsExecutableType.parseLenient ( String value, NutsExecutableType emptyValue, NutsExecutableType errorValue ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutableType;Lnet/thevpc/nuts/NutsExecutableType;)Lnet/thevpc/nuts/NutsExecutableType;
nuts-0.8.1.jar,
NutsExecutionContext.class
package net.thevpc.nuts
NutsExecutionContext.getExecutorArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsExecutionContext.getExecutorArguments:()[Ljava/lang/String;
NutsExecutionContext.getRedirectInputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecutionContext.getRedirectInputFile:()Ljava/lang/String;
NutsExecutionContext.getRedirectOutputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecutionContext.getRedirectOutputFile:()Ljava/lang/String;
NutsExecutionContext.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsExecutionContext.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsExecutionContext.getSleepMillis ( ) [abstract] : long
net/thevpc/nuts/NutsExecutionContext.getSleepMillis:()J
NutsExecutionContext.isInheritSystemIO ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecutionContext.isInheritSystemIO:()Z
nuts-0.8.1.jar,
NutsExecutionEntryAction.class
package net.thevpc.nuts
NutsExecutionEntryAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExecutionEntryAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsExecutionEntryAction.parse ( File p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/io/File;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.parse ( InputStream p1, String p2, String p3 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.parse ( Path p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/nio/file/Path;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.setSession ( NutsSession p1 ) [abstract] : NutsExecutionEntryAction
net/thevpc/nuts/NutsExecutionEntryAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutionEntryAction;
nuts-0.8.1.jar,
NutsExecutionException.class
package net.thevpc.nuts
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;I)V
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZI)V
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;I)V
NutsExecutionException.toString ( ) : String
net/thevpc/nuts/NutsExecutionException.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsExecutionType.class
package net.thevpc.nuts
NutsExecutionType.parseLenient ( String value ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecutionType;
NutsExecutionType.parseLenient ( String value, NutsExecutionType emptyOrErrorValue ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsExecutionType;
NutsExecutionType.parseLenient ( String value, NutsExecutionType emptyValue, NutsExecutionType errorValue ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutionType;Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsExecutionType;
nuts-0.8.1.jar,
NutsExtensionAlreadyRegisteredException.class
package net.thevpc.nuts
NutsExtensionAlreadyRegisteredException.NutsExtensionAlreadyRegisteredException ( NutsSession session, NutsId id, String installed )
net/thevpc/nuts/NutsExtensionAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;)V
NutsExtensionAlreadyRegisteredException.NutsExtensionAlreadyRegisteredException ( NutsSession session, NutsId id, String installed, Throwable cause )
net/thevpc/nuts/NutsExtensionAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsExtensionException.class
package net.thevpc.nuts
NutsExtensionException.getId ( ) : NutsId
net/thevpc/nuts/NutsExtensionException.getId:()Lnet/thevpc/nuts/NutsId;
NutsExtensionException.NutsExtensionException ( NutsSession session, NutsId extensionId, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsExtensionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsExtensionNotFoundException.class
package net.thevpc.nuts
NutsExtensionNotFoundException.NutsExtensionNotFoundException ( NutsSession session, Class missingType, String extensionName )
net/thevpc/nuts/NutsExtensionNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Class;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsFactoryException.class
package net.thevpc.nuts
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsFetchCommand.class
package net.thevpc.nuts
NutsFetchCommand.addRepositoryFilter ( NutsRepositoryFilter p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addRepositoryFilter:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.getRepositoryFilter ( ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsFetchCommand.getRepositoryFilter:()Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsFetchCommand.setRepositoryFilter ( NutsRepositoryFilter p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setRepositoryFilter:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsFetchCommand;
nuts-0.8.1.jar,
NutsFetchContentRepositoryCommand.class
package net.thevpc.nuts.spi
NutsFetchContentRepositoryCommand.getDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsFetchContentRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchContentRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsFetchContentRepositoryCommand.getLocalPath ( ) [abstract] : String
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getLocalPath:()Ljava/lang/String;
NutsFetchContentRepositoryCommand.getResult ( ) [abstract] : NutsContent
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getResult:()Lnet/thevpc/nuts/NutsContent;
NutsFetchContentRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsFetchContentRepositoryCommand.run ( ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setDescriptor ( NutsDescriptor p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setDescriptor:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setLocalPath ( String p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setLocalPath:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsFetchContentRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
nuts-0.8.1.jar,
NutsFetchDescriptorRepositoryCommand.class
package net.thevpc.nuts.spi
NutsFetchDescriptorRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchDescriptorRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsFetchDescriptorRepositoryCommand.getResult ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.getResult:()Lnet/thevpc/nuts/NutsDescriptor;
NutsFetchDescriptorRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.run ( ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
nuts-0.8.1.jar,
NutsFetchMode.class
package net.thevpc.nuts
NutsFetchMode.parseLenient ( String value ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchMode.parseLenient ( String value, NutsFetchMode emptyOrErrorValue ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchMode.parseLenient ( String value, NutsFetchMode emptyValue, NutsFetchMode errorValue ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/NutsFetchMode;
nuts-0.8.1.jar,
NutsFetchModeNotSupportedException.class
package net.thevpc.nuts
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message )
net/thevpc/nuts/NutsFetchModeNotSupportedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsFetchMode;Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;)V
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message, Exception cause )
net/thevpc/nuts/NutsFetchModeNotSupportedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsFetchMode;Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Exception;)V
nuts-0.8.1.jar,
NutsFetchStrategy.class
package net.thevpc.nuts
NutsFetchStrategy.parseLenient ( String value ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchStrategy;
NutsFetchStrategy.parseLenient ( String value, NutsFetchStrategy emptyOrErrorValue ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsFetchStrategy;
NutsFetchStrategy.parseLenient ( String value, NutsFetchStrategy emptyValue, NutsFetchStrategy errorValue ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchStrategy;Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsFetchStrategy;
nuts-0.8.1.jar,
NutsFilterManager.class
package net.thevpc.nuts
NutsFilterManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsFilterManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsFilterManager.installStatus ( ) [abstract] : NutsInstallStatusFilterManager
net/thevpc/nuts/NutsFilterManager.installStatus:()Lnet/thevpc/nuts/NutsInstallStatusFilterManager;
NutsFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsFilterManager
net/thevpc/nuts/NutsFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFilterManager;
nuts-0.8.1.jar,
NutsFilterOp.class
package net.thevpc.nuts
NutsFilterOp.id ( ) : String
net/thevpc/nuts/NutsFilterOp.id:()Ljava/lang/String;
NutsFilterOp.parseLenient ( String value ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFilterOp;
NutsFilterOp.parseLenient ( String value, NutsFilterOp emptyOrErrorValue ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFilterOp;)Lnet/thevpc/nuts/NutsFilterOp;
NutsFilterOp.parseLenient ( String value, NutsFilterOp emptyValue, NutsFilterOp errorValue ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFilterOp;Lnet/thevpc/nuts/NutsFilterOp;)Lnet/thevpc/nuts/NutsFilterOp;
nuts-0.8.1.jar,
NutsFormat.class
package net.thevpc.nuts
NutsFormat.format ( ) [abstract] : NutsString
net/thevpc/nuts/NutsFormat.format:()Lnet/thevpc/nuts/NutsString;
NutsFormat.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/NutsFormat.isNtf:()Z
NutsFormat.print ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Lnet/thevpc/nuts/NutsPrintStream;)V
NutsFormat.print ( NutsSessionTerminal p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Lnet/thevpc/nuts/NutsSessionTerminal;)V
NutsFormat.println ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Lnet/thevpc/nuts/NutsPrintStream;)V
NutsFormat.println ( NutsSessionTerminal p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Lnet/thevpc/nuts/NutsSessionTerminal;)V
NutsFormat.println ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Ljava/io/OutputStream;)V
NutsFormat.setNtf ( boolean p1 ) [abstract] : NutsFormat
net/thevpc/nuts/NutsFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
nuts-0.8.1.jar,
NutsFormatManager.class
package net.thevpc.nuts
NutsFormatManager.element ( Object p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsFormatManager.element:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElementFormat;
NutsFormatManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsFormatManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsFormatManager.object ( Object p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsFormatManager.object:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsFormatManager.props ( Object p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsFormatManager.props:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsFormatManager.setSession ( NutsSession p1 ) [abstract] : NutsFormatManager
net/thevpc/nuts/NutsFormatManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormatManager;
NutsFormatManager.table ( Object p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsFormatManager.table:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTableFormat;
NutsFormatManager.tree ( Object p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsFormatManager.tree:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTreeFormat;
nuts-0.8.1.jar,
NutsFormatSPI.class
package net.thevpc.nuts.spi
NutsFormatSPI.configureFirst ( NutsCommandLine p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsFormatSPI.configureFirst:(Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsFormatSPI.print ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsFormatSPI.print:(Lnet/thevpc/nuts/NutsPrintStream;)V
nuts-0.8.1.jar,
NutsFormattable.class
package net.thevpc.nuts
NutsFormattable.format ( ) : NutsString
net/thevpc/nuts/NutsFormattable.format:()Lnet/thevpc/nuts/NutsString;
NutsFormattable.formatter ( ) [abstract] : NutsFormat
net/thevpc/nuts/NutsFormattable.formatter:()Lnet/thevpc/nuts/NutsFormat;
nuts-0.8.1.jar,
NutsId.class
package net.thevpc.nuts
NutsId.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsId.getPackaging:()Ljava/lang/String;
NutsId.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsId.getRepository:()Ljava/lang/String;
NutsId.parse ( String value, NutsSession session ) [static] : NutsId
net/thevpc/nuts/NutsId.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsId;
NutsId.repositoryToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.repositoryToken:()Lnet/thevpc/nuts/NutsTokenFilter;
nuts-0.8.1.jar,
NutsIdBuilder.class
package net.thevpc.nuts
NutsIdBuilder.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getPackaging:()Ljava/lang/String;
NutsIdBuilder.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getRepository:()Ljava/lang/String;
NutsIdBuilder.omitImportedGroupId ( ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.omitImportedGroupId:()Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setRepository ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
nuts-0.8.1.jar,
NutsIdFilterManager.class
package net.thevpc.nuts
NutsIdFilterManager.byInstallStatus ( NutsInstallStatusFilter p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byInstallStatus:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsIdFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsIdFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsIdFilterManager
net/thevpc/nuts/NutsIdFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdFilterManager;
nuts-0.8.1.jar,
NutsIdFormat.class
package net.thevpc.nuts
NutsIdFormat.isOmitRepository ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitRepository:()Z
NutsIdFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsIdFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsIdFormat.setNtf ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitRepository ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitRepository:(Z)Lnet/thevpc/nuts/NutsIdFormat;
nuts-0.8.1.jar,
NutsIdInvalidDependency.class
package net.thevpc.nuts
NutsNotFoundException.NutsIdInvalidDependency.getId ( ) : NutsId
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidDependency.getId:()Lnet/thevpc/nuts/NutsId;
NutsNotFoundException.NutsIdInvalidDependency.NutsNotFoundException.NutsIdInvalidDependency ( NutsId id, Set<NutsNotFoundException.NutsIdInvalidDependency> cause )
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidDependency."<init>":(Lnet/thevpc/nuts/NutsId;Ljava/util/Set;)V
nuts-0.8.1.jar,
NutsIdManager.class
package net.thevpc.nuts
NutsIdManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIdManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIdManager.parse ( String p1 ) [abstract] : NutsId
net/thevpc/nuts/NutsIdManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsId;
NutsIdManager.setSession ( NutsSession p1 ) [abstract] : NutsIdManager
net/thevpc/nuts/NutsIdManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdManager;
nuts-0.8.1.jar,
NutsIdParser.class
package net.thevpc.nuts
NutsIdParser.of ( NutsSession session ) [static] : NutsIdParser
net/thevpc/nuts/NutsIdParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdParser;
nuts-0.8.1.jar,
NutsIdType.class
package net.thevpc.nuts
NutsIdType.id ( ) : String
net/thevpc/nuts/NutsIdType.id:()Ljava/lang/String;
NutsIdType.parseLenient ( String value ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdType;
NutsIdType.parseLenient ( String value, NutsIdType emptyOrErrorValue ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsIdType;)Lnet/thevpc/nuts/NutsIdType;
NutsIdType.parseLenient ( String value, NutsIdType emptyValue, NutsIdType errorValue ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsIdType;Lnet/thevpc/nuts/NutsIdType;)Lnet/thevpc/nuts/NutsIdType;
nuts-0.8.1.jar,
NutsIllegalArgumentException.class
package net.thevpc.nuts
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsImportManager.class
package net.thevpc.nuts
NutsImportManager.add ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.add:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsImportManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsImportManager.isImportedGroupId ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsImportManager.isImportedGroupId:(Ljava/lang/String;)Z
NutsImportManager.remove ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.remove:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.removeAll ( ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.removeAll:()Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.set ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.set:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.setSession ( NutsSession p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsImportManager;
nuts-0.8.1.jar,
NutsIndexerNotAccessibleException.class
package net.thevpc.nuts
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsIndexStoreFactory.class
package net.thevpc.nuts.spi
NutsIndexStoreFactory.createIndexStore ( NutsRepository p1 ) [abstract] : NutsIndexStore
net/thevpc/nuts/spi/NutsIndexStoreFactory.createIndexStore:(Lnet/thevpc/nuts/NutsRepository;)Lnet/thevpc/nuts/NutsIndexStore;
nuts-0.8.1.jar,
NutsInfoFormat.class
package net.thevpc.nuts
NutsInfoFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsInfoFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsInfoFormat.setNtf ( boolean p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsInfoFormat;
nuts-0.8.1.jar,
NutsInput.class
package net.thevpc.nuts
NutsInput.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getContentEncoding:()Ljava/lang/String;
NutsInput.getContentType ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getContentType:()Ljava/lang/String;
NutsInput.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsInput.getFilePath:()Ljava/nio/file/Path;
NutsInput.getFormattedName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsInput.getFormattedName:()Lnet/thevpc/nuts/NutsString;
NutsInput.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsInput.getLastModifiedInstant:()Ljava/time/Instant;
NutsInput.head ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/NutsInput.head:(I)Ljava/util/List;
NutsInput.isFile ( ) [abstract] : boolean
net/thevpc/nuts/NutsInput.isFile:()Z
NutsInput.lines ( ) [abstract] : Stream<String>
net/thevpc/nuts/NutsInput.lines:()Ljava/util/stream/Stream;
NutsInput.tail ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/NutsInput.tail:(I)Ljava/util/List;
nuts-0.8.1.jar,
NutsInputAction.class
package net.thevpc.nuts
NutsInputAction.getName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsInputAction.getName:()Lnet/thevpc/nuts/NutsString;
NutsInputAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsInputAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsInputAction.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsInputAction.getTypeName:()Ljava/lang/String;
NutsInputAction.isMultiRead ( ) [abstract] : boolean
net/thevpc/nuts/NutsInputAction.isMultiRead:()Z
NutsInputAction.of ( byte[ ] p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:([B)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( File p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/io/File;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( InputStream p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( NutsInput p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( NutsPath p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( Object p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( Path p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( String p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( URL p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.setMultiRead ( boolean p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setMultiRead:(Z)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setName ( NutsString p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setName:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setSession ( NutsSession p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setTypeName ( String p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInputAction;
nuts-0.8.1.jar,
NutsInputStreamTransparentAdapter.class
package net.thevpc.nuts.spi
NutsInputStreamTransparentAdapter.baseInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsInputStreamTransparentAdapter.baseInputStream:()Ljava/io/InputStream;
nuts-0.8.1.jar,
NutsInstallationException.class
package net.thevpc.nuts
NutsInstallationException.getId ( ) : NutsId
net/thevpc/nuts/NutsInstallationException.getId:()Lnet/thevpc/nuts/NutsId;
NutsInstallationException.NutsInstallationException ( NutsSession session, NutsId id, NutsMessage msg, Throwable ex )
net/thevpc/nuts/NutsInstallationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsInstallCommand.class
package net.thevpc.nuts
NutsInstallCommand.setId ( NutsId p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setId ( String p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setIds ( NutsId... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setIds ( String... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
nuts-0.8.1.jar,
NutsInstallException.class
package net.thevpc.nuts
NutsInstallException.NutsInstallException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsInstallException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsInstallException.NutsInstallException ( NutsSession workspace, NutsId id, NutsMessage msg, Throwable ex )
net/thevpc/nuts/NutsInstallException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsInstallInformation.class
package net.thevpc.nuts
NutsInstallInformation.getCreatedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsInstallInformation.getCreatedInstant:()Ljava/time/Instant;
NutsInstallInformation.getInstallFolder ( ) [abstract] : String
net/thevpc/nuts/NutsInstallInformation.getInstallFolder:()Ljava/lang/String;
NutsInstallInformation.getInstallStatus ( ) [abstract] : NutsInstallStatus
net/thevpc/nuts/NutsInstallInformation.getInstallStatus:()Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallInformation.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsInstallInformation.getLastModifiedInstant:()Ljava/time/Instant;
nuts-0.8.1.jar,
NutsInstallStatus.class
package net.thevpc.nuts
NutsInstallStatus.equals ( Object o ) : boolean
net/thevpc/nuts/NutsInstallStatus.equals:(Ljava/lang/Object;)Z
NutsInstallStatus.hashCode ( ) : int
net/thevpc/nuts/NutsInstallStatus.hashCode:()I
NutsInstallStatus.isDefaultVersion ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isDefaultVersion:()Z
NutsInstallStatus.isDeployed ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isDeployed:()Z
NutsInstallStatus.isInstalled ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isInstalled:()Z
NutsInstallStatus.isInstalledOrRequired ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isInstalledOrRequired:()Z
NutsInstallStatus.isNonDeployed ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isNonDeployed:()Z
NutsInstallStatus.isObsolete ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isObsolete:()Z
NutsInstallStatus.isRequired ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isRequired:()Z
NutsInstallStatus.of ( boolean installed, boolean required, boolean obsolete, boolean defaultVersion ) [static] : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.of:(ZZZZ)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.toString ( ) : String
net/thevpc/nuts/NutsInstallStatus.toString:()Ljava/lang/String;
NutsInstallStatus.withDefaultVersion ( boolean defaultVersion ) : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.withDefaultVersion:(Z)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.withInstalled ( boolean installed ) : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.withInstalled:(Z)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.withObsolete ( boolean obsolete ) : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.withObsolete:(Z)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.withRequired ( boolean required ) : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.withRequired:(Z)Lnet/thevpc/nuts/NutsInstallStatus;
nuts-0.8.1.jar,
NutsInstallStatusFilter.class
package net.thevpc.nuts
NutsInstallStatusFilter.acceptInstallStatus ( NutsInstallStatus p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsInstallStatusFilter.acceptInstallStatus:(Lnet/thevpc/nuts/NutsInstallStatus;Lnet/thevpc/nuts/NutsSession;)Z
NutsInstallStatusFilter.and ( NutsInstallStatusFilter p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilter.and:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilter.neg ( ) : NutsFilter
net/thevpc/nuts/NutsInstallStatusFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
NutsInstallStatusFilter.neg ( ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilter.neg:()Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilter.or ( NutsInstallStatusFilter p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilter.or:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsInstallStatusFilter;
nuts-0.8.1.jar,
NutsInstallStatusFilterManager.class
package net.thevpc.nuts
NutsInstallStatusFilterManager.byDefaultValue ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byDefaultValue:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byDeployed ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byDeployed:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byInstalled ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byInstalled:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byObsolete ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byObsolete:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byRequired ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byRequired:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsInstallStatusFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsInstallStatusFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsInstallStatusFilterManager
net/thevpc/nuts/NutsInstallStatusFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInstallStatusFilterManager;
nuts-0.8.1.jar,
NutsInstallStrategy.class
package net.thevpc.nuts
NutsInstallStrategy.id ( ) : String
net/thevpc/nuts/NutsInstallStrategy.id:()Ljava/lang/String;
NutsInstallStrategy.parseLenient ( String value ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallStrategy.parseLenient ( String value, NutsInstallStrategy emptyOrErrorValue ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsInstallStrategy;)Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallStrategy.parseLenient ( String value, NutsInstallStrategy emptyValue, NutsInstallStrategy errorValue ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsInstallStrategy;Lnet/thevpc/nuts/NutsInstallStrategy;)Lnet/thevpc/nuts/NutsInstallStrategy;
nuts-0.8.1.jar,
NutsInvalidRepositoryException.class
package net.thevpc.nuts
NutsInvalidRepositoryException.NutsInvalidRepositoryException ( NutsSession session, String repository, NutsMessage message )
net/thevpc/nuts/NutsInvalidRepositoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;)V
nuts-0.8.1.jar,
NutsInvalidWorkspaceException.class
package net.thevpc.nuts
NutsInvalidWorkspaceException.NutsInvalidWorkspaceException ( String workspaceLocation, NutsMessage errorMessage )
net/thevpc/nuts/NutsInvalidWorkspaceException."<init>":(Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;)V
nuts-0.8.1.jar,
NutsIOCopyAction.class
package net.thevpc.nuts
NutsIOCopyAction.isMkdirs ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isMkdirs:()Z
NutsIOCopyAction.isRecursive ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isRecursive:()Z
NutsIOCopyAction.setMkdirs ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setMkdirs:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setRecursive ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setRecursive:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( NutsPath p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
nuts-0.8.1.jar,
NutsIOCopyValidationException.class
package net.thevpc.nuts
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsIOCopyValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsIOCopyValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsIOException.class
package net.thevpc.nuts
NutsIOException.NutsIOException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsIOException.NutsIOException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsIOException.NutsIOException ( NutsSession session, Throwable cause )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsIOHashAction.class
package net.thevpc.nuts
NutsIOHashAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOHashAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOHashAction.setSession ( NutsSession p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( File p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( InputStream p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( NutsDescriptor p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( NutsPath p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( Path p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOHashAction;
nuts-0.8.1.jar,
NutsIOLockAction.class
package net.thevpc.nuts
NutsIOLockAction.setResource ( Object p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setResource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOLockAction;
nuts-0.8.1.jar,
NutsIOManager.class
package net.thevpc.nuts
NutsIOManager.addPathFactory ( NutsPathFactory p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.addPathFactory:(Lnet/thevpc/nuts/NutsPathFactory;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.createMemoryPrintStream ( ) [abstract] : NutsMemoryPrintStream
net/thevpc/nuts/NutsIOManager.createMemoryPrintStream:()Lnet/thevpc/nuts/NutsMemoryPrintStream;
NutsIOManager.createPrintStream ( OutputStream p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.createPrintStream ( OutputStream p1, NutsTerminalMode p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.createPrintStream ( Writer p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/Writer;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOManager.input ( ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsIOManager.input:()Lnet/thevpc/nuts/NutsInputAction;
NutsIOManager.isStandardErrorStream ( NutsPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardErrorStream:(Lnet/thevpc/nuts/NutsPrintStream;)Z
NutsIOManager.isStandardInputStream ( InputStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardInputStream:(Ljava/io/InputStream;)Z
NutsIOManager.isStandardOutputStream ( NutsPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardOutputStream:(Lnet/thevpc/nuts/NutsPrintStream;)Z
NutsIOManager.nullPrintStream ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.nullPrintStream:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.output ( ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsIOManager.output:()Lnet/thevpc/nuts/NutsOutputAction;
NutsIOManager.path ( File p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/io/File;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( Path p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( String p1, ClassLoader p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/lang/String;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( URL p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.removePathFactory ( NutsPathFactory p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.removePathFactory:(Lnet/thevpc/nuts/NutsPathFactory;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.setSession ( NutsSession p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.stderr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.stderr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.stdin ( ) [abstract] : InputStream
net/thevpc/nuts/NutsIOManager.stdin:()Ljava/io/InputStream;
NutsIOManager.stdout ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.stdout:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.tmp ( ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsIOManager.tmp:()Lnet/thevpc/nuts/NutsTempAction;
nuts-0.8.1.jar,
NutsIOProcessAction.class
package net.thevpc.nuts
NutsIOProcessAction.isSupportedKillProcess ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOProcessAction.isSupportedKillProcess:()Z
NutsIOProcessAction.killProcess ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOProcessAction.killProcess:(Ljava/lang/String;)Z
nuts-0.8.1.jar,
NutsIOUncompressAction.class
package net.thevpc.nuts
NutsIOUncompressAction.visit ( NutsIOUncompressVisitor p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.visit:(Lnet/thevpc/nuts/NutsIOUncompressVisitor;)Lnet/thevpc/nuts/NutsIOUncompressAction;
nuts-0.8.1.jar,
NutsIOUncompressVisitor.class
package net.thevpc.nuts
NutsIOUncompressVisitor.visitFile ( String p1, InputStream p2 ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressVisitor.visitFile:(Ljava/lang/String;Ljava/io/InputStream;)Z
NutsIOUncompressVisitor.visitFolder ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressVisitor.visitFolder:(Ljava/lang/String;)Z
nuts-0.8.1.jar,
NutsIterableFormat.class
package net.thevpc.nuts
NutsIterableFormat.getOutputFormat ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsIterableFormat.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
nuts-0.8.1.jar,
NutsLauncherOptions.class
package net.thevpc.nuts
NutsLauncherOptions.copy ( ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.copy:()Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.getAlias ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getAlias:()Ljava/lang/String;
NutsLauncherOptions.getArgs ( ) : List<String>
net/thevpc/nuts/NutsLauncherOptions.getArgs:()Ljava/util/List;
NutsLauncherOptions.getCreateCustomShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateCustomShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.getCreateDesktopShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateDesktopShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.getCreateMenuShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateMenuShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.getCustomScriptPath ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getCustomScriptPath:()Ljava/lang/String;
NutsLauncherOptions.getCustomShortcutPath ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getCustomShortcutPath:()Ljava/lang/String;
NutsLauncherOptions.getIcon ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getIcon:()Ljava/lang/String;
NutsLauncherOptions.getId ( ) : NutsId
net/thevpc/nuts/NutsLauncherOptions.getId:()Lnet/thevpc/nuts/NutsId;
NutsLauncherOptions.getMenuCategory ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getMenuCategory:()Ljava/lang/String;
NutsLauncherOptions.getNutsOptions ( ) : List<String>
net/thevpc/nuts/NutsLauncherOptions.getNutsOptions:()Ljava/util/List;
NutsLauncherOptions.getShortcutName ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getShortcutName:()Ljava/lang/String;
NutsLauncherOptions.getSwitchWorkspaceLocation ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getSwitchWorkspaceLocation:()Ljava/lang/String;
NutsLauncherOptions.getSystemWideConfig ( ) : Boolean
net/thevpc/nuts/NutsLauncherOptions.getSystemWideConfig:()Ljava/lang/Boolean;
NutsLauncherOptions.getWorkingDirectory ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getWorkingDirectory:()Ljava/lang/String;
NutsLauncherOptions.isCreateAlias ( ) : boolean
net/thevpc/nuts/NutsLauncherOptions.isCreateAlias:()Z
NutsLauncherOptions.isCreateScript ( ) : boolean
net/thevpc/nuts/NutsLauncherOptions.isCreateScript:()Z
NutsLauncherOptions.isInstallExtensions ( ) : boolean
net/thevpc/nuts/NutsLauncherOptions.isInstallExtensions:()Z
NutsLauncherOptions.isOpenTerminal ( ) : boolean
net/thevpc/nuts/NutsLauncherOptions.isOpenTerminal:()Z
NutsLauncherOptions.NutsLauncherOptions ( )
net/thevpc/nuts/NutsLauncherOptions."<init>":()V
NutsLauncherOptions.setAlias ( String alias ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setAlias:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setArgs ( List<String> args ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setArgs:(Ljava/util/List;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateAlias ( boolean createAlias ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateAlias:(Z)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateCustomShortcut ( NutsActionSupportCondition createCustomShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateCustomShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateDesktopShortcut ( NutsActionSupportCondition createDesktopShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateDesktopShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateMenuShortcut ( NutsActionSupportCondition createMenuShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateMenuShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateScript ( boolean createScript ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateScript:(Z)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCustomScriptPath ( String customScriptPath ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCustomScriptPath:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCustomShortcutPath ( String customShortcutPath ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCustomShortcutPath:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setIcon ( String icon ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setIcon:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setId ( NutsId id ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setInstallExtensions ( boolean installExtensions ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setInstallExtensions:(Z)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setMenuCategory ( String menuCategory ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setMenuCategory:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setNutsOptions ( List<String> nutsOptions ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setNutsOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setOpenTerminal ( boolean openTerminal ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setOpenTerminal:(Z)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setShortcutName ( String shortcutName ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setShortcutName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setSwitchWorkspaceLocation ( String switchWorkspaceLocation ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setSwitchWorkspaceLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setSystemWideConfig ( Boolean systemWideConfig ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setSystemWideConfig:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setWorkingDirectory ( String workingDirectory ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setWorkingDirectory:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
nuts-0.8.1.jar,
NutsLockAcquireException.class
package net.thevpc.nuts
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsLockBarrierException.class
package net.thevpc.nuts
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsLockException.class
package net.thevpc.nuts
NutsLockException.NutsLockException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockException.NutsLockException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NutsLockException.NutsLockException ( NutsSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsLockReleaseException.class
package net.thevpc.nuts
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsLogConfig.class
package net.thevpc.nuts
NutsLogConfig.copy ( ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.copy:()Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.getLogFileFilter ( ) : Filter
net/thevpc/nuts/NutsLogConfig.getLogFileFilter:()Ljava/util/logging/Filter;
NutsLogConfig.getLogTermFilter ( ) : Filter
net/thevpc/nuts/NutsLogConfig.getLogTermFilter:()Ljava/util/logging/Filter;
NutsLogConfig.setLogFileFilter ( Filter logFileFilter ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogFileFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogTermFilter ( Filter logTermFilter ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogTermFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NutsLogConfig;
nuts-0.8.1.jar,
NutsLogger.class
package net.thevpc.nuts
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, String p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;)V
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, String p4, Object... p5 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;[Ljava/lang/Object;)V
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, Supplier<String> p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/util/function/Supplier;)V
NutsLogger.log ( NutsSession p1, Level p2, String p3, Throwable p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsLogger.of ( Class clazz, NutsSession session ) [static] : NutsLogger
net/thevpc/nuts/NutsLogger.of:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLogger;
nuts-0.8.1.jar,
NutsLoggerOp.class
package net.thevpc.nuts
NutsLoggerOp.of ( Class clazz, NutsSession session ) [static] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.of:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.session ( NutsSession p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.session:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.verb ( NutsLogVerb p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.verb:(Lnet/thevpc/nuts/NutsLogVerb;)Lnet/thevpc/nuts/NutsLoggerOp;
nuts-0.8.1.jar,
NutsLoginException.class
package net.thevpc.nuts
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsLogManager.class
package net.thevpc.nuts
NutsLogManager.addHandler ( Handler p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.addHandler:(Ljava/util/logging/Handler;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsLogManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsLogManager.removeHandler ( Handler p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.removeHandler:(Ljava/util/logging/Handler;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.setFileLevel ( Level p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setFileLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.setSession ( NutsSession p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.setTermLevel ( Level p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setTermLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLogManager;
nuts-0.8.1.jar,
NutsLogVerb.class
package net.thevpc.nuts
NutsLogVerb.equals ( Object o ) : boolean
net/thevpc/nuts/NutsLogVerb.equals:(Ljava/lang/Object;)Z
NutsLogVerb.hashCode ( ) : int
net/thevpc/nuts/NutsLogVerb.hashCode:()I
NutsLogVerb.name ( ) : String
net/thevpc/nuts/NutsLogVerb.name:()Ljava/lang/String;
NutsLogVerb.NutsLogVerb ( String name )
net/thevpc/nuts/NutsLogVerb."<init>":(Ljava/lang/String;)V
NutsLogVerb.of ( String name ) [static] : NutsLogVerb
net/thevpc/nuts/NutsLogVerb.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLogVerb;
NutsLogVerb.toString ( ) : String
net/thevpc/nuts/NutsLogVerb.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsMemoryPrintStream.class
package net.thevpc.nuts
NutsMemoryPrintStream.getBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsMemoryPrintStream.getBytes:()[B
nuts-0.8.1.jar,
NutsMessage.class
package net.thevpc.nuts
NutsMessage.cstyle ( String message, Object... params ) [static] : NutsMessage
net/thevpc/nuts/NutsMessage.cstyle:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMessage;
NutsMessage.formatted ( String message ) [static] : NutsMessage
net/thevpc/nuts/NutsMessage.formatted:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMessage;
NutsMessage.getMessage ( ) : String
net/thevpc/nuts/NutsMessage.getMessage:()Ljava/lang/String;
NutsMessage.getParams ( ) : Object[ ]
net/thevpc/nuts/NutsMessage.getParams:()[Ljava/lang/Object;
NutsMessage.getStyle ( ) : NutsTextFormatStyle
net/thevpc/nuts/NutsMessage.getStyle:()Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsMessage.jstyle ( String message, Object... params ) [static] : NutsMessage
net/thevpc/nuts/NutsMessage.jstyle:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMessage;
NutsMessage.NutsMessage ( NutsTextFormatStyle style, String message, Object... params )
net/thevpc/nuts/NutsMessage."<init>":(Lnet/thevpc/nuts/NutsTextFormatStyle;Ljava/lang/String;[Ljava/lang/Object;)V
NutsMessage.plain ( String message ) [static] : NutsMessage
net/thevpc/nuts/NutsMessage.plain:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMessage;
NutsMessage.toString ( ) : String
net/thevpc/nuts/NutsMessage.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsMonitorAction.class
package net.thevpc.nuts
NutsMonitorAction.getName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsMonitorAction.getName:()Lnet/thevpc/nuts/NutsString;
NutsMonitorAction.setName ( NutsString p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setName:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( NutsPath p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsMonitorAction;
nuts-0.8.1.jar,
NutsMutableTableModel.class
package net.thevpc.nuts
NutsMutableTableModel.of ( NutsSession session ) [static] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsMutableTableModel;
nuts-0.8.1.jar,
NutsNotExecutableException.class
package net.thevpc.nuts
NutsNotExecutableException.getId ( ) : NutsId
net/thevpc/nuts/NutsNotExecutableException.getId:()Lnet/thevpc/nuts/NutsId;
NutsNotExecutableException.NutsNotExecutableException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsNotExecutableException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
nuts-0.8.1.jar,
NutsNotFoundException.class
package net.thevpc.nuts
NutsNotFoundException.getId ( ) : NutsId
net/thevpc/nuts/NutsNotFoundException.getId:()Lnet/thevpc/nuts/NutsId;
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsMessage message )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;)V
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsNotFoundException.NutsIdInvalidDependency[ ] dependencies, NutsNotFoundException.NutsIdInvalidLocation[ ] locations, Throwable cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;[Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidDependency;[Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidLocation;Ljava/lang/Throwable;)V
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, Throwable cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsNotInstallableException.class
package net.thevpc.nuts
NutsNotInstallableException.NutsNotInstallableException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsNotInstallableException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsNotInstallableException.NutsNotInstallableException ( NutsSession session, NutsId id, NutsMessage msg, Exception ex )
net/thevpc/nuts/NutsNotInstallableException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Exception;)V
nuts-0.8.1.jar,
NutsNotInstalledException.class
package net.thevpc.nuts
NutsNotInstalledException.NutsNotInstalledException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsNotInstalledException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsNotInstalledException.NutsNotInstalledException ( NutsSession session, NutsId id, NutsMessage msg, Exception ex )
net/thevpc/nuts/NutsNotInstalledException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Exception;)V
nuts-0.8.1.jar,
NutsObjectElement.class
package net.thevpc.nuts
NutsObjectElement.get ( NutsElement p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElement.get:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElement.getArray ( NutsElement p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsObjectElement.getArray:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElement;
NutsObjectElement.getArray ( String p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsObjectElement.getArray:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArrayElement;
NutsObjectElement.getBoolean ( NutsElement p1 ) [abstract] : boolean
net/thevpc/nuts/NutsObjectElement.getBoolean:(Lnet/thevpc/nuts/NutsElement;)Z
NutsObjectElement.getBoolean ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsObjectElement.getBoolean:(Ljava/lang/String;)Z
NutsObjectElement.getByte ( NutsElement p1 ) [abstract] : byte
net/thevpc/nuts/NutsObjectElement.getByte:(Lnet/thevpc/nuts/NutsElement;)B
NutsObjectElement.getByte ( String p1 ) [abstract] : byte
net/thevpc/nuts/NutsObjectElement.getByte:(Ljava/lang/String;)B
NutsObjectElement.getDouble ( NutsElement p1 ) [abstract] : double
net/thevpc/nuts/NutsObjectElement.getDouble:(Lnet/thevpc/nuts/NutsElement;)D
NutsObjectElement.getDouble ( String p1 ) [abstract] : double
net/thevpc/nuts/NutsObjectElement.getDouble:(Ljava/lang/String;)D
NutsObjectElement.getFloat ( NutsElement p1 ) [abstract] : float
net/thevpc/nuts/NutsObjectElement.getFloat:(Lnet/thevpc/nuts/NutsElement;)F
NutsObjectElement.getFloat ( String p1 ) [abstract] : float
net/thevpc/nuts/NutsObjectElement.getFloat:(Ljava/lang/String;)F
NutsObjectElement.getInstant ( NutsElement p1 ) [abstract] : Instant
net/thevpc/nuts/NutsObjectElement.getInstant:(Lnet/thevpc/nuts/NutsElement;)Ljava/time/Instant;
NutsObjectElement.getInstant ( String p1 ) [abstract] : Instant
net/thevpc/nuts/NutsObjectElement.getInstant:(Ljava/lang/String;)Ljava/time/Instant;
NutsObjectElement.getInt ( NutsElement p1 ) [abstract] : int
net/thevpc/nuts/NutsObjectElement.getInt:(Lnet/thevpc/nuts/NutsElement;)I
NutsObjectElement.getInt ( String p1 ) [abstract] : int
net/thevpc/nuts/NutsObjectElement.getInt:(Ljava/lang/String;)I
NutsObjectElement.getLong ( NutsElement p1 ) [abstract] : long
net/thevpc/nuts/NutsObjectElement.getLong:(Lnet/thevpc/nuts/NutsElement;)J
NutsObjectElement.getLong ( String p1 ) [abstract] : long
net/thevpc/nuts/NutsObjectElement.getLong:(Ljava/lang/String;)J
NutsObjectElement.getNumber ( NutsElement p1 ) [abstract] : Number
net/thevpc/nuts/NutsObjectElement.getNumber:(Lnet/thevpc/nuts/NutsElement;)Ljava/lang/Number;
NutsObjectElement.getNumber ( String p1 ) [abstract] : Number
net/thevpc/nuts/NutsObjectElement.getNumber:(Ljava/lang/String;)Ljava/lang/Number;
NutsObjectElement.getObject ( NutsElement p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElement.getObject:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElement.getObject ( String p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElement.getObject:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElement.getSafe ( NutsElement p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElement.getSafe:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElement.getSafe ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElement.getSafe:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElement.getSafeArray ( NutsElement p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsObjectElement.getSafeArray:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElement;
NutsObjectElement.getSafeArray ( String p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsObjectElement.getSafeArray:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArrayElement;
NutsObjectElement.getSafeInt ( String p1 ) [abstract] : Integer
net/thevpc/nuts/NutsObjectElement.getSafeInt:(Ljava/lang/String;)Ljava/lang/Integer;
NutsObjectElement.getSafeInt ( String p1, int p2 ) [abstract] : Integer
net/thevpc/nuts/NutsObjectElement.getSafeInt:(Ljava/lang/String;I)Ljava/lang/Integer;
NutsObjectElement.getSafeObject ( NutsElement p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElement.getSafeObject:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElement.getSafeObject ( String p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElement.getSafeObject:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElement.getSafeString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsObjectElement.getSafeString:(Ljava/lang/String;)Ljava/lang/String;
NutsObjectElement.getSafeString ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsObjectElement.getSafeString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsObjectElement.getShort ( NutsElement p1 ) [abstract] : short
net/thevpc/nuts/NutsObjectElement.getShort:(Lnet/thevpc/nuts/NutsElement;)S
NutsObjectElement.getShort ( String p1 ) [abstract] : short
net/thevpc/nuts/NutsObjectElement.getShort:(Ljava/lang/String;)S
NutsObjectElement.getString ( NutsElement p1 ) [abstract] : String
net/thevpc/nuts/NutsObjectElement.getString:(Lnet/thevpc/nuts/NutsElement;)Ljava/lang/String;
NutsObjectElement.getString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsObjectElement.getString:(Ljava/lang/String;)Ljava/lang/String;
NutsObjectElement.stream ( ) [abstract] : Stream<NutsElementEntry>
net/thevpc/nuts/NutsObjectElement.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsObjectElementBuilder.class
package net.thevpc.nuts
NutsObjectElementBuilder.add ( NutsElementEntry p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.add:(Lnet/thevpc/nuts/NutsElementEntry;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.get ( NutsElement p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElementBuilder.get:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElementBuilder.of ( NutsSession session ) [static] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.remove ( NutsElement p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.remove:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, boolean p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;Z)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, double p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;D)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, int p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;I)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, NutsElement p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, String p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, boolean p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, double p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;D)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, int p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;I)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, String p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
nuts-0.8.1.jar,
NutsObjectFormat.class
package net.thevpc.nuts
NutsObjectFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsObjectFormat.setNtf ( boolean p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
nuts-0.8.1.jar,
NutsOpenMode.class
package net.thevpc.nuts
NutsOpenMode.id ( ) : String
net/thevpc/nuts/NutsOpenMode.id:()Ljava/lang/String;
NutsOpenMode.parseLenient ( String value ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.parseLenient ( String value, NutsOpenMode emptyOrErrorValue ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOpenMode;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.parseLenient ( String value, NutsOpenMode emptyValue, NutsOpenMode errorValue ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOpenMode;Lnet/thevpc/nuts/NutsOpenMode;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.valueOf ( String name ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.values ( ) [static] : NutsOpenMode[ ]
net/thevpc/nuts/NutsOpenMode.values:()[Lnet/thevpc/nuts/NutsOpenMode;
nuts-0.8.1.jar,
NutsOsFamily.class
package net.thevpc.nuts
NutsOsFamily.parseLenient ( String e, NutsOsFamily emptyValue, NutsOsFamily errorValue ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsOsFamily;
NutsOsFamily.parseLenient ( String value ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOsFamily;
NutsOsFamily.parseLenient ( String value, NutsOsFamily emptyOrErrorValue ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsOsFamily;
nuts-0.8.1.jar,
NutsOutput.class
package net.thevpc.nuts
NutsOutput.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsOutput.getFilePath:()Ljava/nio/file/Path;
nuts-0.8.1.jar,
NutsOutputAction.class
package net.thevpc.nuts
NutsOutputAction.getName ( ) [abstract] : String
net/thevpc/nuts/NutsOutputAction.getName:()Ljava/lang/String;
NutsOutputAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsOutputAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsOutputAction.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsOutputAction.getTypeName:()Ljava/lang/String;
NutsOutputAction.of ( File p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/io/File;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( NutsPath p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( Object p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( OutputStream p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( Path p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( String p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( URL p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.setName ( String p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputAction;
NutsOutputAction.setSession ( NutsSession p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsOutputAction;
NutsOutputAction.setTypeName ( String p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputAction;
nuts-0.8.1.jar,
NutsParseEnumException.class
package net.thevpc.nuts
NutsParseEnumException.NutsParseEnumException ( NutsSession session, NutsMessage message, String invalidValue, Class<?> enumType )
net/thevpc/nuts/NutsParseEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/String;Ljava/lang/Class;)V
NutsParseEnumException.NutsParseEnumException ( NutsSession session, String invalidValue, Class<?> enumType )
net/thevpc/nuts/NutsParseEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;Ljava/lang/Class;)V
nuts-0.8.1.jar,
NutsParseException.class
package net.thevpc.nuts
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsPath.class
package net.thevpc.nuts
NutsPath.asFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsPath.asFilePath:()Ljava/nio/file/Path;
NutsPath.asString ( ) [abstract] : String
net/thevpc/nuts/NutsPath.asString:()Ljava/lang/String;
NutsPath.asURL ( ) [abstract] : URL
net/thevpc/nuts/NutsPath.asURL:()Ljava/net/URL;
NutsPath.delete ( boolean p1 ) [abstract] : void
net/thevpc/nuts/NutsPath.delete:(Z)V
NutsPath.exists ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.exists:()Z
NutsPath.getBaseName ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getBaseName:()Ljava/lang/String;
NutsPath.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getContentEncoding:()Ljava/lang/String;
NutsPath.getContentLength ( ) [abstract] : long
net/thevpc/nuts/NutsPath.getContentLength:()J
NutsPath.getContentType ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getContentType:()Ljava/lang/String;
NutsPath.getFormattedName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsPath.getFormattedName:()Lnet/thevpc/nuts/NutsString;
NutsPath.getFullExtension ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getFullExtension:()Ljava/lang/String;
NutsPath.getLastExtension ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getLastExtension:()Ljava/lang/String;
NutsPath.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsPath.getLastModifiedInstant:()Ljava/time/Instant;
NutsPath.getLocation ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getLocation:()Ljava/lang/String;
NutsPath.getName ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getName:()Ljava/lang/String;
NutsPath.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsPath.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsPath.input ( ) [abstract] : NutsInput
net/thevpc/nuts/NutsPath.input:()Lnet/thevpc/nuts/NutsInput;
NutsPath.isFilePath ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isFilePath:()Z
NutsPath.isURL ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isURL:()Z
NutsPath.mkdir ( boolean p1 ) [abstract] : void
net/thevpc/nuts/NutsPath.mkdir:(Z)V
NutsPath.of ( File path, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/io/File;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.of ( String path, ClassLoader classLoader, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.of ( String path, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.of ( URL path, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/net/URL;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.output ( ) [abstract] : NutsOutput
net/thevpc/nuts/NutsPath.output:()Lnet/thevpc/nuts/NutsOutput;
NutsPath.toCompressedForm ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.toCompressedForm:()Lnet/thevpc/nuts/NutsPath;
NutsPath.toFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsPath.toFilePath:()Ljava/nio/file/Path;
NutsPath.toString ( ) [abstract] : String
net/thevpc/nuts/NutsPath.toString:()Ljava/lang/String;
NutsPath.toURL ( ) [abstract] : URL
net/thevpc/nuts/NutsPath.toURL:()Ljava/net/URL;
nuts-0.8.1.jar,
NutsPathFactory.class
package net.thevpc.nuts
NutsPathFactory.createPath ( String p1, NutsSession p2, ClassLoader p3 ) [abstract] : NutsSupplier<NutsPathSPI>
net/thevpc/nuts/NutsPathFactory.createPath:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsSupplier;
nuts-0.8.1.jar,
NutsPathSPI.class
package net.thevpc.nuts.spi
NutsPathSPI.asString ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.asString:()Ljava/lang/String;
NutsPathSPI.delete ( boolean p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.delete:(Z)V
NutsPathSPI.exists ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.exists:()Z
NutsPathSPI.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getContentEncoding:()Ljava/lang/String;
NutsPathSPI.getContentLength ( ) [abstract] : long
net/thevpc/nuts/spi/NutsPathSPI.getContentLength:()J
NutsPathSPI.getContentType ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getContentType:()Ljava/lang/String;
NutsPathSPI.getFormatterSPI ( ) [abstract] : NutsFormatSPI
net/thevpc/nuts/spi/NutsPathSPI.getFormatterSPI:()Lnet/thevpc/nuts/spi/NutsFormatSPI;
NutsPathSPI.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/spi/NutsPathSPI.getLastModifiedInstant:()Ljava/time/Instant;
NutsPathSPI.getLocation ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getLocation:()Ljava/lang/String;
NutsPathSPI.getName ( ) : String
net/thevpc/nuts/spi/NutsPathSPI.getName:()Ljava/lang/String;
NutsPathSPI.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/spi/NutsPathSPI.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsPathSPI.inputStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsPathSPI.inputStream:()Ljava/io/InputStream;
NutsPathSPI.mkdir ( boolean p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.mkdir:(Z)V
NutsPathSPI.outputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/spi/NutsPathSPI.outputStream:()Ljava/io/OutputStream;
NutsPathSPI.toCompressedForm ( ) : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.toCompressedForm:()Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.toFilePath ( ) : Path
net/thevpc/nuts/spi/NutsPathSPI.toFilePath:()Ljava/nio/file/Path;
NutsPathSPI.toString ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.toString:()Ljava/lang/String;
NutsPathSPI.toURL ( ) : URL
net/thevpc/nuts/spi/NutsPathSPI.toURL:()Ljava/net/URL;
nuts-0.8.1.jar,
NutsPositionType.class
package net.thevpc.nuts
NutsPositionType.parseLenient ( String value ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPositionType;
NutsPositionType.parseLenient ( String value, NutsPositionType emptyOrErrorValue ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPositionType;)Lnet/thevpc/nuts/NutsPositionType;
NutsPositionType.parseLenient ( String value, NutsPositionType emptyValue, NutsPositionType errorValue ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPositionType;Lnet/thevpc/nuts/NutsPositionType;)Lnet/thevpc/nuts/NutsPositionType;
nuts-0.8.1.jar,
NutsPredicates.class
package net.thevpc.nuts
NutsPredicates.always ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.always:()Ljava/util/function/Predicate;
NutsPredicates.blank ( ) [static] : Predicate<String>
net/thevpc/nuts/NutsPredicates.blank:()Ljava/util/function/Predicate;
NutsPredicates.isNull ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.isNull:()Ljava/util/function/Predicate;
NutsPredicates.never ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.never:()Ljava/util/function/Predicate;
NutsPredicates.nonNull ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.nonNull:()Ljava/util/function/Predicate;
NutsPredicates.NutsPredicates ( )
net/thevpc/nuts/NutsPredicates."<init>":()V
nuts-0.8.1.jar,
NutsPrimitiveElement.class
package net.thevpc.nuts
NutsPrimitiveElement.getByte ( ) [abstract] : byte
net/thevpc/nuts/NutsPrimitiveElement.getByte:()B
NutsPrimitiveElement.getInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsPrimitiveElement.getInstant:()Ljava/time/Instant;
NutsPrimitiveElement.getShort ( ) [abstract] : short
net/thevpc/nuts/NutsPrimitiveElement.getShort:()S
NutsPrimitiveElement.isByte ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isByte:()Z
NutsPrimitiveElement.isShort ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isShort:()Z
nuts-0.8.1.jar,
NutsPrintStream.class
package net.thevpc.nuts
NutsPrintStream.append ( char p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.append:(C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.append ( CharSequence p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.append:(Ljava/lang/CharSequence;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.append ( CharSequence p1, int p2, int p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.append:(Ljava/lang/CharSequence;II)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.asOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/NutsPrintStream.asOutputStream:()Ljava/io/OutputStream;
NutsPrintStream.asPrintStream ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsPrintStream.asPrintStream:()Ljava/io/PrintStream;
NutsPrintStream.asWriter ( ) [abstract] : Writer
net/thevpc/nuts/NutsPrintStream.asWriter:()Ljava/io/Writer;
NutsPrintStream.close ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.close:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.convertMode ( NutsTerminalMode p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.convertMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.convertSession ( NutsSession p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.convertSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.flush ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.flush:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.format ( Locale p1, String p2, Object... p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.format:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.format ( String p1, Object... p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.format:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.getColumns ( ) [abstract] : int
net/thevpc/nuts/NutsPrintStream.getColumns:()I
NutsPrintStream.isAutoFlash ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrintStream.isAutoFlash:()Z
NutsPrintStream.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrintStream.isNtf:()Z
NutsPrintStream.mode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsPrintStream.mode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsPrintStream.print ( boolean p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(Z)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( char p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( char[ ] p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:([C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( double p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(D)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( float p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(F)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( int p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(I)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( long p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(J)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( NutsString p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( Object p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( String p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printf ( Locale p1, String p2, Object... p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printf:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printf ( String p1, Object... p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printf:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printj ( String p1, Object... p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printj:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( boolean p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(Z)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( char p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( char[ ] p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:([C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( double p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(D)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( float p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(F)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( int p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(I)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( long p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(J)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( NutsString p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( Object p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( String p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.resetLine ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.resetLine:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.run ( NutsTerminalCommand p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.run:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( byte[ ] p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:([B)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( byte[ ] p1, int p2, int p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:([BII)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( char[ ] p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:([C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( char[ ] p1, int p2, int p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:([CII)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( int p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:(I)Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.1.jar,
NutsPrintStreamAdapter.class
package net.thevpc.nuts
NutsPrintStreamAdapter.getBaseNutsPrintStream ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreamAdapter.getBaseNutsPrintStream:()Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.1.jar,
NutsProgressEvent.class
package net.thevpc.nuts
NutsProgressEvent.getMessage ( ) [abstract] : NutsString
net/thevpc/nuts/NutsProgressEvent.getMessage:()Lnet/thevpc/nuts/NutsString;
NutsProgressEvent.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsProgressEvent.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsPropertiesFormat.class
package net.thevpc.nuts
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.isSorted ( ) [abstract] : boolean
net/thevpc/nuts/NutsPropertiesFormat.isSorted:()Z
NutsPropertiesFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsPropertiesFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setNtf ( boolean p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setSorted ( boolean p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setSorted:(Z)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setValue ( Object p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPropertiesFormat;
nuts-0.8.1.jar,
NutsPushException.class
package net.thevpc.nuts
NutsPushException.getId ( ) : NutsId
net/thevpc/nuts/NutsPushException.getId:()Lnet/thevpc/nuts/NutsId;
NutsPushException.NutsPushException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsPushException.NutsPushException ( NutsSession session, NutsId id, NutsMessage message )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;)V
NutsPushException.NutsPushException ( NutsSession session, NutsId id, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsPushRepositoryCommand.class
package net.thevpc.nuts.spi
NutsPushRepositoryCommand.getArgs ( ) [abstract] : String[ ]
net/thevpc/nuts/spi/NutsPushRepositoryCommand.getArgs:()[Ljava/lang/String;
NutsPushRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsPushRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsPushRepositoryCommand.getRepository ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPushRepositoryCommand.getRepository:()Ljava/lang/String;
NutsPushRepositoryCommand.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPushRepositoryCommand.isOffline:()Z
NutsPushRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsPushRepositoryCommand.run ( ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setArgs ( String[ ] p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setOffline ( boolean p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setOffline:(Z)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setRepository ( String p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsPushRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
nuts-0.8.1.jar,
NutsQuestion.class
package net.thevpc.nuts
NutsQuestion<T>.getCancelMessage ( ) [abstract] : String
net/thevpc/nuts/NutsQuestion.getCancelMessage:()Ljava/lang/String;
NutsQuestion<T>.getCancelMessageParameters ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestion.getCancelMessageParameters:()[Ljava/lang/Object;
NutsQuestion<T>.isResetLine ( ) [abstract] : boolean
net/thevpc/nuts/NutsQuestion.isResetLine:()Z
NutsQuestion<T>.resetLine ( ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.resetLine:()Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.resetLine ( boolean p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.resetLine:(Z)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setCancelMessage ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setCancelMessage:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
nuts-0.8.1.jar,
NutsReadOnlyException.class
package net.thevpc.nuts
NutsReadOnlyException.NutsReadOnlyException ( NutsSession session )
net/thevpc/nuts/NutsReadOnlyException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsReadOnlyException.NutsReadOnlyException ( NutsSession session, String location )
net/thevpc/nuts/NutsReadOnlyException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsRepository.class
package net.thevpc.nuts
NutsRepository.addRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepository.addRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)Lnet/thevpc/nuts/NutsRepository;
NutsRepository.addUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepository.addUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)Lnet/thevpc/nuts/NutsRepository;
NutsRepository.isAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isAvailable:()Z
NutsRepository.isAvailable ( boolean p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isAvailable:(Z)Z
NutsRepository.isRemote ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isRemote:()Z
NutsRepository.removeRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepository.removeRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)Lnet/thevpc/nuts/NutsRepository;
NutsRepository.removeUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepository.removeUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)Lnet/thevpc/nuts/NutsRepository;
nuts-0.8.1.jar,
NutsRepositoryAlreadyRegisteredException.class
package net.thevpc.nuts
NutsRepositoryAlreadyRegisteredException.NutsRepositoryAlreadyRegisteredException ( NutsSession session, String repository )
net/thevpc/nuts/NutsRepositoryAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;)V
NutsRepositoryAlreadyRegisteredException.NutsRepositoryAlreadyRegisteredException ( NutsSession session, String repository, Throwable err )
net/thevpc/nuts/NutsRepositoryAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsRepositoryCommand.class
package net.thevpc.nuts.spi
NutsRepositoryCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsRepositoryCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/spi/NutsRepositoryCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsRepositoryCommand.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/spi/NutsRepositoryCommand.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryCommand.run ( ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
nuts-0.8.1.jar,
NutsRepositoryConfigManager.class
package net.thevpc.nuts
NutsRepositoryConfigManager.findMirror ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.findMirrorById ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirrorById:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.findMirrorByName ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirrorByName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getMirror ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.getMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getMirrors ( ) [abstract] : NutsRepository[ ]
net/thevpc/nuts/NutsRepositoryConfigManager.getMirrors:()[Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getRepositoryRef ( ) [abstract] : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryConfigManager.getRepositoryRef:()Lnet/thevpc/nuts/NutsRepositoryRef;
NutsRepositoryConfigManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryConfigManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryConfigManager.getStoreLocation ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:()Ljava/lang/String;
NutsRepositoryConfigManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsRepositoryConfigManager.isIndexSubscribed ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryConfigManager.isIndexSubscribed:()Z
NutsRepositoryConfigManager.removeMirror ( String p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.removeMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setEnabled ( boolean p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setEnabled:(Z)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setIndexEnabled ( boolean p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setIndexEnabled:(Z)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setMirrorEnabled ( String p1, boolean p2 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setMirrorEnabled:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setTemporary ( boolean p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setTemporary:(Z)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.subscribeIndex ( ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.subscribeIndex:()Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.unsubscribeIndex ( ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.unsubscribeIndex:()Lnet/thevpc/nuts/NutsRepositoryConfigManager;
nuts-0.8.1.jar,
NutsRepositoryEnvManager.class
package net.thevpc.nuts
NutsRepositoryEnvManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryEnvManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryEnvManager.set ( String p1, String p2 ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/NutsRepositoryEnvManager.set:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepositoryEnvManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/NutsRepositoryEnvManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryEnvManager;
nuts-0.8.1.jar,
NutsRepositoryException.class
package net.thevpc.nuts
NutsRepositoryException.NutsRepositoryException ( NutsSession session, String repository, NutsMessage message, Throwable ex )
net/thevpc/nuts/NutsRepositoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsRepositoryFactoryComponent.class
package net.thevpc.nuts.spi
NutsRepositoryFactoryComponent.create ( NutsAddRepositoryOptions p1, NutsSession p2, NutsRepository p3 ) [abstract] : NutsRepository
net/thevpc/nuts/spi/NutsRepositoryFactoryComponent.create:(Lnet/thevpc/nuts/NutsAddRepositoryOptions;Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsRepository;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryFactoryComponent.getDefaultRepositories ( NutsSession p1 ) [abstract] : NutsAddRepositoryOptions[ ]
net/thevpc/nuts/spi/NutsRepositoryFactoryComponent.getDefaultRepositories:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsAddRepositoryOptions;
nuts-0.8.1.jar,
NutsRepositoryFilterManager.class
package net.thevpc.nuts
NutsRepositoryFilterManager.installedRepo ( ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilterManager.installedRepo:()Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsRepositoryFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsRepositoryFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryFilterManager
net/thevpc/nuts/NutsRepositoryFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryFilterManager;
nuts-0.8.1.jar,
NutsRepositoryManager.class
package net.thevpc.nuts
NutsRepositoryManager.addRepository ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.addRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.findRepository ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.findRepositoryById ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepositoryById:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.findRepositoryByName ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepositoryByName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getRepositories ( ) [abstract] : NutsRepository[ ]
net/thevpc/nuts/NutsRepositoryManager.getRepositories:()[Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getRepository ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.getRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryManager.removeAllRepositories ( ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsRepositoryManager.removeAllRepositories:()Lnet/thevpc/nuts/NutsRepositoryManager;
NutsRepositoryManager.removeRepository ( String p1 ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsRepositoryManager.removeRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryManager;
NutsRepositoryManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsRepositoryManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryManager;
nuts-0.8.1.jar,
NutsRepositoryModel.class
package net.thevpc.nuts
NutsRepositoryModel.fetchContent ( NutsId id, NutsDescriptor descriptor, String localPath, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : NutsContent
net/thevpc/nuts/NutsRepositoryModel.fetchContent:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsDescriptor;Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContent;
NutsRepositoryModel.isAcceptFetchMode ( NutsFetchMode mode ) : boolean
net/thevpc/nuts/NutsRepositoryModel.isAcceptFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Z
NutsRepositoryModel.isRemote ( ) : boolean
net/thevpc/nuts/NutsRepositoryModel.isRemote:()Z
nuts-0.8.1.jar,
NutsRepositoryNotFoundException.class
package net.thevpc.nuts
NutsRepositoryNotFoundException.NutsRepositoryNotFoundException ( NutsSession session, String repository )
net/thevpc/nuts/NutsRepositoryNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsRepositorySecurityManager.class
package net.thevpc.nuts
NutsRepositorySecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepositorySecurityManager.checkCredentials:([C[C)Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepositorySecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.createCredentials:([CZ[C)[C
NutsRepositorySecurityManager.findUsers ( ) [abstract] : NutsUser[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.findUsers:()[Lnet/thevpc/nuts/NutsUser;
NutsRepositorySecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsRepositorySecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
NutsRepositorySecurityManager.getCredentials ( char[ ] p1 ) [abstract] : char[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.getCredentials:([C)[C
NutsRepositorySecurityManager.getEffectiveUser ( String p1 ) [abstract] : NutsUser
net/thevpc/nuts/NutsRepositorySecurityManager.getEffectiveUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUser;
NutsRepositorySecurityManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositorySecurityManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositorySecurityManager.removeCredentials ( char[ ] p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepositorySecurityManager.removeCredentials:([C)Z
NutsRepositorySecurityManager.setAuthenticationAgent ( String p1 ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepositorySecurityManager.setAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepositorySecurityManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepositorySecurityManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositorySecurityManager;
nuts-0.8.1.jar,
NutsRepositorySPI.class
package net.thevpc.nuts.spi
NutsRepositorySPI.config ( ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/spi/NutsRepositorySPI.config:()Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositorySPI.deploy ( ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.deploy:()Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsRepositorySPI.env ( ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/spi/NutsRepositorySPI.env:()Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepositorySPI.fetchContent ( ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.fetchContent:()Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsRepositorySPI.fetchDescriptor ( ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.fetchDescriptor:()Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
NutsRepositorySPI.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositorySPI.getName:()Ljava/lang/String;
NutsRepositorySPI.getParentRepository ( ) [abstract] : NutsRepository
net/thevpc/nuts/spi/NutsRepositorySPI.getParentRepository:()Lnet/thevpc/nuts/NutsRepository;
NutsRepositorySPI.getRepositoryListeners ( ) [abstract] : NutsRepositoryListener[ ]
net/thevpc/nuts/spi/NutsRepositorySPI.getRepositoryListeners:()[Lnet/thevpc/nuts/NutsRepositoryListener;
NutsRepositorySPI.getRepositoryType ( ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositorySPI.getRepositoryType:()Ljava/lang/String;
NutsRepositorySPI.getUserProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/spi/NutsRepositorySPI.getUserProperties:()Ljava/util/Map;
NutsRepositorySPI.getUserPropertyListeners ( ) [abstract] : NutsMapListener<String,Object>[ ]
net/thevpc/nuts/spi/NutsRepositorySPI.getUserPropertyListeners:()[Lnet/thevpc/nuts/NutsMapListener;
NutsRepositorySPI.getUuid ( ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositorySPI.getUuid:()Ljava/lang/String;
NutsRepositorySPI.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsRepositorySPI.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsRepositorySPI.isAcceptFetchMode ( NutsFetchMode p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositorySPI.isAcceptFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsSession;)Z
NutsRepositorySPI.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositorySPI.isEnabled:()Z
NutsRepositorySPI.push ( ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.push:()Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsRepositorySPI.search ( ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.search:()Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
NutsRepositorySPI.searchVersions ( ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.searchVersions:()Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsRepositorySPI.security ( ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/spi/NutsRepositorySPI.security:()Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepositorySPI.setEnabled ( boolean p1 ) [abstract] : NutsRepository
net/thevpc/nuts/spi/NutsRepositorySPI.setEnabled:(Z)Lnet/thevpc/nuts/NutsRepository;
NutsRepositorySPI.undeploy ( ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositorySPI.undeploy:()Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositorySPI.updateStatistics ( ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/spi/NutsRepositorySPI.updateStatistics:()Lnet/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand;
nuts-0.8.1.jar,
NutsRepositoryUndeployCommand.class
package net.thevpc.nuts.spi
NutsRepositoryUndeployCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsRepositoryUndeployCommand.getRepository ( ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.getRepository:()Ljava/lang/String;
NutsRepositoryUndeployCommand.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.isOffline:()Z
NutsRepositoryUndeployCommand.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.isTransitive:()Z
NutsRepositoryUndeployCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsRepositoryUndeployCommand.run ( ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setId ( NutsId p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setOffline ( boolean p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setOffline:(Z)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setRepository ( String p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsRepositoryUndeployCommand.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setTransitive ( boolean p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setTransitive:(Z)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
nuts-0.8.1.jar,
NutsRunAs.class
package net.thevpc.nuts
NutsRunAs.currentUser ( ) [static] : NutsRunAs
net/thevpc/nuts/NutsRunAs.currentUser:()Lnet/thevpc/nuts/NutsRunAs;
NutsRunAs.equals ( Object o ) : boolean
net/thevpc/nuts/NutsRunAs.equals:(Ljava/lang/Object;)Z
NutsRunAs.getMode ( ) : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.getMode:()Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.getUser ( ) : String
net/thevpc/nuts/NutsRunAs.getUser:()Ljava/lang/String;
NutsRunAs.hashCode ( ) : int
net/thevpc/nuts/NutsRunAs.hashCode:()I
NutsRunAs.root ( ) [static] : NutsRunAs
net/thevpc/nuts/NutsRunAs.root:()Lnet/thevpc/nuts/NutsRunAs;
NutsRunAs.sudo ( ) [static] : NutsRunAs
net/thevpc/nuts/NutsRunAs.sudo:()Lnet/thevpc/nuts/NutsRunAs;
NutsRunAs.user ( String name ) [static] : NutsRunAs
net/thevpc/nuts/NutsRunAs.user:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRunAs;
nuts-0.8.1.jar,
NutsSdkManager.class
package net.thevpc.nuts
NutsSdkManager.add ( NutsSdkLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.add:(Lnet/thevpc/nuts/NutsSdkLocation;)Z
NutsSdkManager.find ( NutsSdkLocation p1 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.find:(Lnet/thevpc/nuts/NutsSdkLocation;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.find ( String p1, Predicate<NutsSdkLocation> p2 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.find:(Ljava/lang/String;Ljava/util/function/Predicate;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByName ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByName:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByPath ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByPath:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByVersion ( String p1, NutsVersionFilter p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByVersion:(Ljava/lang/String;Lnet/thevpc/nuts/NutsVersionFilter;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByVersion ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByVersion:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findOne ( String p1, Predicate<NutsSdkLocation> p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findOne:(Ljava/lang/String;Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSdkManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsSdkManager.remove ( NutsSdkLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.remove:(Lnet/thevpc/nuts/NutsSdkLocation;)Z
NutsSdkManager.resolve ( String p1, String p2, String p3 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.resolve:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.searchSystem ( String p1 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.searchSystem:(Ljava/lang/String;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.searchSystem ( String p1, String p2 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.searchSystem:(Ljava/lang/String;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.setSession ( NutsSession p1 ) [abstract] : NutsSdkManager
net/thevpc/nuts/NutsSdkManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkManager;
NutsSdkManager.update ( NutsSdkLocation p1, NutsSdkLocation p2 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.update:(Lnet/thevpc/nuts/NutsSdkLocation;Lnet/thevpc/nuts/NutsSdkLocation;)Z
nuts-0.8.1.jar,
NutsSearchCommand.class
package net.thevpc.nuts
NutsSearchCommand.addRepositoryFilter ( NutsRepositoryFilter p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addRepositoryFilter:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.getInstallStatus ( ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsSearchCommand.getInstallStatus:()Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsSearchCommand.getResultDependencies ( ) [abstract] : NutsResultList<NutsDependencies>
net/thevpc/nuts/NutsSearchCommand.getResultDependencies:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInlineDependencies ( ) [abstract] : NutsResultList<NutsDependency>
net/thevpc/nuts/NutsSearchCommand.getResultInlineDependencies:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getTargetApiVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsSearchCommand.getTargetApiVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsSearchCommand.setId ( NutsId p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setId ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setIds ( NutsId... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setIds ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setInstallStatus ( NutsInstallStatusFilter p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setInstallStatus:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setTargetApiVersion ( NutsVersion p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setTargetApiVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsSearchCommand;
nuts-0.8.1.jar,
NutsSearchRepositoryCommand.class
package net.thevpc.nuts.spi
NutsSearchRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsSearchRepositoryCommand.getFilter ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getFilter:()Lnet/thevpc/nuts/NutsIdFilter;
NutsSearchRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getResult:()Ljava/util/Iterator;
NutsSearchRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsSearchRepositoryCommand.run ( ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setFilter ( NutsIdFilter p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.setFilter:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsSearchRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
nuts-0.8.1.jar,
NutsSearchVersionsRepositoryCommand.class
package net.thevpc.nuts.spi
NutsSearchVersionsRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsSearchVersionsRepositoryCommand.getFilter ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getFilter:()Lnet/thevpc/nuts/NutsIdFilter;
NutsSearchVersionsRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsSearchVersionsRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getResult:()Ljava/util/Iterator;
NutsSearchVersionsRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.run ( ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setFilter ( NutsIdFilter p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setFilter:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
nuts-0.8.1.jar,
NutsSecurityException.class
package net.thevpc.nuts
NutsSecurityException.getFormattedMessage ( ) : NutsMessage
net/thevpc/nuts/NutsSecurityException.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsSecurityException.getFormattedString ( ) : NutsString
net/thevpc/nuts/NutsSecurityException.getFormattedString:()Lnet/thevpc/nuts/NutsString;
NutsSecurityException.getSession ( ) : NutsSession
net/thevpc/nuts/NutsSecurityException.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsSecurityException.NutsSecurityException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsSecurityException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsSecurityException.NutsSecurityException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsSecurityException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsServiceLoader.class
package net.thevpc.nuts
NutsServiceLoader<T,B>.loadBest ( B p1 ) [abstract] : T
net/thevpc/nuts/NutsServiceLoader.loadBest:(Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
nuts-0.8.1.jar,
NutsSession.class
package net.thevpc.nuts
NutsSession.configure ( NutsWorkspaceOptions p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.configure:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsSession;
NutsSession.copyFrom ( NutsWorkspaceOptions p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.copyFrom:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsSession;
NutsSession.eout ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsSession.eout:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsSession.err ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSession.err:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSession.flush ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.flush:()Lnet/thevpc/nuts/NutsSession;
NutsSession.getAppId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsSession.getAppId:()Lnet/thevpc/nuts/NutsId;
NutsSession.getBot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsSession.getBot:()Ljava/lang/Boolean;
NutsSession.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsSession.getDebug:()Ljava/lang/Boolean;
NutsSession.getElemOut ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsSession.getElemOut:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsSession.getErrLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getErrLinePrefix:()Ljava/lang/String;
NutsSession.getExecutionType ( ) [abstract] : NutsExecutionType
net/thevpc/nuts/NutsSession.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsSession.getIterableOutput ( ) [abstract] : NutsIterableFormat
net/thevpc/nuts/NutsSession.getIterableOutput:()Lnet/thevpc/nuts/NutsIterableFormat;
NutsSession.getLocale ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getLocale:()Ljava/lang/String;
NutsSession.getLogFileFilter ( ) [abstract] : Filter
net/thevpc/nuts/NutsSession.getLogFileFilter:()Ljava/util/logging/Filter;
NutsSession.getLogFileLevel ( ) [abstract] : Level
net/thevpc/nuts/NutsSession.getLogFileLevel:()Ljava/util/logging/Level;
NutsSession.getLogTermFilter ( ) [abstract] : Filter
net/thevpc/nuts/NutsSession.getLogTermFilter:()Ljava/util/logging/Filter;
NutsSession.getLogTermLevel ( ) [abstract] : Level
net/thevpc/nuts/NutsSession.getLogTermLevel:()Ljava/util/logging/Level;
NutsSession.getOutLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getOutLinePrefix:()Ljava/lang/String;
NutsSession.getOutputFormat ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsSession.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
NutsSession.getOutputFormat ( NutsContentType p1 ) [abstract] : NutsContentType
net/thevpc/nuts/NutsSession.getOutputFormat:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsContentType;
NutsSession.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsSession.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsSession.isBot ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isBot:()Z
NutsSession.isDebug ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isDebug:()Z
NutsSession.isDry ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isDry:()Z
NutsSession.isGui ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isGui:()Z
NutsSession.out ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSession.out:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSession.setAppId ( NutsId p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setAppId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setBot ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setBot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setDebug ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setDebug:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setDry ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setDry:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setElemOut ( NutsArrayElementBuilder p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setElemOut:(Lnet/thevpc/nuts/NutsArrayElementBuilder;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setErrLinePrefix ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setErrLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setExecutionType ( NutsExecutionType p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setExecutionType:(Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setGui ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setGui:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setIterableOut ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setIterableOut:(Z)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLocale ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLocale:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogFileFilter ( Filter p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogFileFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogFileLevel ( Level p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogFileLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogFilter ( Filter p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogLevel ( Level p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setOutLinePrefix ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setOutLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setOutputFormat ( NutsContentType p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setOutputFormat:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setRunAs ( NutsRunAs p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setRunAs:(Lnet/thevpc/nuts/NutsRunAs;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setTrace ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setTrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
nuts-0.8.1.jar,
NutsSessionAware.class
package net.thevpc.nuts
NutsSessionAware.setSession ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionAware.setSession:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsSessionTerminal.class
package net.thevpc.nuts
NutsSessionTerminal.ask ( ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsSessionTerminal.ask:()Lnet/thevpc/nuts/NutsQuestion;
NutsSessionTerminal.err ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSessionTerminal.err:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSessionTerminal.getErr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSessionTerminal.getErr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSessionTerminal.getIn ( ) [abstract] : InputStream
net/thevpc/nuts/NutsSessionTerminal.getIn:()Ljava/io/InputStream;
NutsSessionTerminal.getOut ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSessionTerminal.getOut:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSessionTerminal.in ( ) [abstract] : InputStream
net/thevpc/nuts/NutsSessionTerminal.in:()Ljava/io/InputStream;
NutsSessionTerminal.out ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSessionTerminal.out:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSessionTerminal.printProgress ( float p1, NutsMessage p2 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.printProgress:(FLnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.printProgress ( float p1, String p2, Object... p3 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.printProgress:(FLjava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.printProgress ( NutsMessage p1 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.printProgress:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.printProgress ( String p1, Object... p2 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.printProgress:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.readLine ( NutsPrintStream p1, NutsMessage p2 ) [abstract] : String
net/thevpc/nuts/NutsSessionTerminal.readLine:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;)Ljava/lang/String;
NutsSessionTerminal.readLine ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 ) [abstract] : String
net/thevpc/nuts/NutsSessionTerminal.readLine:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsSessionTerminal.readLine ( NutsPrintStream p1, String p2, Object... p3 ) [abstract] : String
net/thevpc/nuts/NutsSessionTerminal.readLine:(Lnet/thevpc/nuts/NutsPrintStream;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
NutsSessionTerminal.readLine ( String p1, Object... p2 ) [abstract] : String
net/thevpc/nuts/NutsSessionTerminal.readLine:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
NutsSessionTerminal.readPassword ( NutsPrintStream p1, NutsMessage p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSessionTerminal.readPassword:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;)[C
NutsSessionTerminal.readPassword ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSessionTerminal.readPassword:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)[C
NutsSessionTerminal.readPassword ( NutsPrintStream p1, String p2, Object... p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSessionTerminal.readPassword:(Lnet/thevpc/nuts/NutsPrintStream;Ljava/lang/String;[Ljava/lang/Object;)[C
NutsSessionTerminal.readPassword ( String p1, Object... p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSessionTerminal.readPassword:(Ljava/lang/String;[Ljava/lang/Object;)[C
NutsSessionTerminal.setErr ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionTerminal.setErr:(Lnet/thevpc/nuts/NutsPrintStream;)V
NutsSessionTerminal.setOut ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionTerminal.setOut:(Lnet/thevpc/nuts/NutsPrintStream;)V
nuts-0.8.1.jar,
NutsStoreLocation.class
package net.thevpc.nuts
NutsStoreLocation.parseLenient ( String value ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStoreLocation;
NutsStoreLocation.parseLenient ( String value, NutsStoreLocation emptyOrErrorValue ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsStoreLocation;
NutsStoreLocation.parseLenient ( String value, NutsStoreLocation emptyValue, NutsStoreLocation errorValue ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocation;Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsStoreLocation;
nuts-0.8.1.jar,
NutsStoreLocationStrategy.class
package net.thevpc.nuts
NutsStoreLocationStrategy.parseLenient ( String value ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsStoreLocationStrategy.parseLenient ( String value, NutsStoreLocationStrategy emptyOrErrorValue ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsStoreLocationStrategy.parseLenient ( String value, NutsStoreLocationStrategy emptyValue, NutsStoreLocationStrategy errorValue ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocationStrategy;Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
nuts-0.8.1.jar,
NutsString.class
package net.thevpc.nuts
NutsString.filteredText ( ) [abstract] : String
net/thevpc/nuts/NutsString.filteredText:()Ljava/lang/String;
NutsString.immutable ( ) [abstract] : NutsString
net/thevpc/nuts/NutsString.immutable:()Lnet/thevpc/nuts/NutsString;
NutsString.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/NutsString.isEmpty:()Z
NutsString.parse ( String str, NutsSession session ) [static] : NutsString
net/thevpc/nuts/NutsString.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
NutsString.textLength ( ) [abstract] : int
net/thevpc/nuts/NutsString.textLength:()I
NutsString.toText ( ) [abstract] : NutsText
net/thevpc/nuts/NutsString.toText:()Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsSupplier.class
package net.thevpc.nuts
NutsSupplier<T>.create ( ) [abstract] : T
net/thevpc/nuts/NutsSupplier.create:()Ljava/lang/Object;
NutsSupplier<T>.getLevel ( ) [abstract] : int
net/thevpc/nuts/NutsSupplier.getLevel:()I
nuts-0.8.1.jar,
NutsSupportLevelContext.class
package net.thevpc.nuts
NutsSupportLevelContext<T>.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSupportLevelContext.getSession:()Lnet/thevpc/nuts/NutsSession;
nuts-0.8.1.jar,
NutsSystemTerminal.class
package net.thevpc.nuts
NutsSystemTerminal.err ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSystemTerminal.err:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSystemTerminal.in ( ) [abstract] : InputStream
net/thevpc/nuts/NutsSystemTerminal.in:()Ljava/io/InputStream;
NutsSystemTerminal.out ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSystemTerminal.out:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSystemTerminal.printProgress ( float p1, NutsMessage p2, NutsSession p3 ) [abstract] : NutsSystemTerminal
net/thevpc/nuts/NutsSystemTerminal.printProgress:(FLnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSystemTerminal;
NutsSystemTerminal.readLine ( NutsMessage p1, NutsSession p2 ) [abstract] : String
net/thevpc/nuts/NutsSystemTerminal.readLine:(Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsSystemTerminal.readPassword ( NutsMessage p1, NutsSession p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSystemTerminal.readPassword:(Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)[C
nuts-0.8.1.jar,
NutsSystemTerminalBase.class
package net.thevpc.nuts.spi
NutsSystemTerminalBase.getAutoCompleteResolver ( ) : NutsCommandAutoCompleteResolver
net/thevpc/nuts/spi/NutsSystemTerminalBase.getAutoCompleteResolver:()Lnet/thevpc/nuts/NutsCommandAutoCompleteResolver;
NutsSystemTerminalBase.getCommandHistory ( ) [abstract] : NutsCommandHistory
net/thevpc/nuts/spi/NutsSystemTerminalBase.getCommandHistory:()Lnet/thevpc/nuts/NutsCommandHistory;
NutsSystemTerminalBase.getCommandReadHighlighter ( ) [abstract] : NutsCommandReadHighlighter
net/thevpc/nuts/spi/NutsSystemTerminalBase.getCommandReadHighlighter:()Lnet/thevpc/nuts/NutsCommandReadHighlighter;
NutsSystemTerminalBase.getErr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/spi/NutsSystemTerminalBase.getErr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSystemTerminalBase.getIn ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsSystemTerminalBase.getIn:()Ljava/io/InputStream;
NutsSystemTerminalBase.getOut ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/spi/NutsSystemTerminalBase.getOut:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSystemTerminalBase.isAutoCompleteSupported ( ) : boolean
net/thevpc/nuts/spi/NutsSystemTerminalBase.isAutoCompleteSupported:()Z
NutsSystemTerminalBase.readLine ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 ) [abstract] : String
net/thevpc/nuts/spi/NutsSystemTerminalBase.readLine:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsSystemTerminalBase.readPassword ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/spi/NutsSystemTerminalBase.readPassword:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)[C
NutsSystemTerminalBase.setCommandAutoCompleteResolver ( NutsCommandAutoCompleteResolver p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.setCommandAutoCompleteResolver:(Lnet/thevpc/nuts/NutsCommandAutoCompleteResolver;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsSystemTerminalBase.setCommandHistory ( NutsCommandHistory p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.setCommandHistory:(Lnet/thevpc/nuts/NutsCommandHistory;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsSystemTerminalBase.setCommandReadHighlighter ( NutsCommandReadHighlighter p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.setCommandReadHighlighter:(Lnet/thevpc/nuts/NutsCommandReadHighlighter;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
nuts-0.8.1.jar,
NutsTableBordersFormat.class
package net.thevpc.nuts
NutsTableBordersFormat.format ( NutsTableSeparator p1 ) [abstract] : String
net/thevpc/nuts/NutsTableBordersFormat.format:(Lnet/thevpc/nuts/NutsTableSeparator;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsTableCellFormat.class
package net.thevpc.nuts
NutsTableCellFormat.format ( int row, int col, Object value, NutsSession session ) : String
net/thevpc/nuts/NutsTableCellFormat.format:(IILjava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsTableCellFormat.getHorizontalAlign ( int row, int col, Object value, NutsSession session ) : NutsPositionType
net/thevpc/nuts/NutsTableCellFormat.getHorizontalAlign:(IILjava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPositionType;
NutsTableCellFormat.getVerticalAlign ( int row, int col, Object value, NutsSession session ) : NutsPositionType
net/thevpc/nuts/NutsTableCellFormat.getVerticalAlign:(IILjava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPositionType;
nuts-0.8.1.jar,
NutsTableFormat.class
package net.thevpc.nuts
NutsTableFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsTableFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setNtf ( boolean p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setValue ( Object p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setVisibleColumn ( int p1, Boolean p2 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setVisibleColumn:(ILjava/lang/Boolean;)Lnet/thevpc/nuts/NutsTableFormat;
nuts-0.8.1.jar,
NutsTableModel.class
package net.thevpc.nuts
NutsTableModel.of ( NutsSession session ) [static] : NutsMutableTableModel
net/thevpc/nuts/NutsTableModel.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsMutableTableModel;
nuts-0.8.1.jar,
NutsTableSeparator.class
package net.thevpc.nuts
NutsTableSeparator.id ( ) : String
net/thevpc/nuts/NutsTableSeparator.id:()Ljava/lang/String;
NutsTableSeparator.parseLenient ( String value ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.parseLenient ( String value, NutsTableSeparator emptyOrErrorValue ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTableSeparator;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.parseLenient ( String value, NutsTableSeparator emptyValue, NutsTableSeparator errorValue ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTableSeparator;Lnet/thevpc/nuts/NutsTableSeparator;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.valueOf ( String name ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.values ( ) [static] : NutsTableSeparator[ ]
net/thevpc/nuts/NutsTableSeparator.values:()[Lnet/thevpc/nuts/NutsTableSeparator;
nuts-0.8.1.jar,
NutsTempAction.class
package net.thevpc.nuts
NutsTempAction.createTempFile ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTempAction.createTempFile:(Ljava/lang/String;)Ljava/lang/String;
NutsTempAction.createTempFolder ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTempAction.createTempFolder:(Ljava/lang/String;)Ljava/lang/String;
NutsTempAction.getRepositoryId ( ) [abstract] : String
net/thevpc/nuts/NutsTempAction.getRepositoryId:()Ljava/lang/String;
NutsTempAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTempAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTempAction.setRepositoryId ( String p1 ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsTempAction.setRepositoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTempAction;
NutsTempAction.setSession ( NutsSession p1 ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsTempAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTempAction;
nuts-0.8.1.jar,
NutsTerminalCommand.class
package net.thevpc.nuts
NutsTerminalCommand.equals ( Object obj ) : boolean
net/thevpc/nuts/NutsTerminalCommand.equals:(Ljava/lang/Object;)Z
NutsTerminalCommand.getArgs ( ) : String
net/thevpc/nuts/NutsTerminalCommand.getArgs:()Ljava/lang/String;
NutsTerminalCommand.getName ( ) : String
net/thevpc/nuts/NutsTerminalCommand.getName:()Ljava/lang/String;
NutsTerminalCommand.hashCode ( ) : int
net/thevpc/nuts/NutsTerminalCommand.hashCode:()I
NutsTerminalCommand.MOVE_DOWN ( int count ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_DOWN:(I)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.MOVE_LEFT ( int count ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_LEFT:(I)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.MOVE_RIGHT ( int count ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_RIGHT:(I)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.MOVE_TO ( int row, int col ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_TO:(II)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.MOVE_UP ( int count ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_UP:(I)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.NutsTerminalCommand ( String name )
net/thevpc/nuts/NutsTerminalCommand."<init>":(Ljava/lang/String;)V
NutsTerminalCommand.NutsTerminalCommand ( String name, String args )
net/thevpc/nuts/NutsTerminalCommand."<init>":(Ljava/lang/String;Ljava/lang/String;)V
NutsTerminalCommand.of ( String name ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.of ( String name, String args ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.of:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.toString ( ) : String
net/thevpc/nuts/NutsTerminalCommand.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTerminalManager.class
package net.thevpc.nuts
NutsTerminalManager.createTerminal ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:()Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.createTerminal ( InputStream p1, NutsPrintStream p2, NutsPrintStream p3 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:(Ljava/io/InputStream;Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.createTerminal ( NutsSessionTerminal p1 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.enableRichTerm ( ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.enableRichTerm:()Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTerminalManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTerminalManager.setSession ( NutsSession p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.setSystemTerminal ( NutsSystemTerminalBase p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setSystemTerminal:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.setTerminal ( NutsSessionTerminal p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;)Lnet/thevpc/nuts/NutsTerminalManager;
nuts-0.8.1.jar,
NutsTerminalMode.class
package net.thevpc.nuts
NutsTerminalMode.parseLenient ( String value ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalMode.parseLenient ( String value, NutsTerminalMode emptyOrErrorValue ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalMode.parseLenient ( String value, NutsTerminalMode emptyValue, NutsTerminalMode errorValue ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTerminalMode;Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminalMode;
nuts-0.8.1.jar,
NutsTerminalSpec.class
package net.thevpc.nuts
NutsTerminalSpec.getParent ( ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/NutsTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsTerminalSpec.setParent ( NutsSystemTerminalBase p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalSpec;
nuts-0.8.1.jar,
NutsText.class
package net.thevpc.nuts
NutsText.getType ( ) [abstract] : NutsTextType
net/thevpc/nuts/NutsText.getType:()Lnet/thevpc/nuts/NutsTextType;
NutsText.parse ( String str, NutsSession session ) [static] : NutsString
net/thevpc/nuts/NutsText.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
nuts-0.8.1.jar,
NutsTextBuilder.class
package net.thevpc.nuts
NutsTextBuilder.append ( NutsText p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.append:(Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.append ( Object p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.append:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.append ( Object p1, NutsTextStyle p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.append:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.append ( Object p1, NutsTextStyles p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.append:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendAll ( Collection<?> p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendCode ( String p1, String p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendCommand ( NutsTerminalCommand p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendCommand:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendHash ( Object p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendHash:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendHash ( Object p1, Object p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendHash:(Ljava/lang/Object;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendJoined ( Object p1, Collection<?> p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendJoined:(Ljava/lang/Object;Ljava/util/Collection;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendRandom ( Object p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendRandom:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.build ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextBuilder.build:()Lnet/thevpc/nuts/NutsText;
NutsTextBuilder.getConfiguration ( ) [abstract] : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextBuilder.getConfiguration:()Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextBuilder.getStyleGenerator ( ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextBuilder.getStyleGenerator:()Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextBuilder.of ( NutsSession session ) [static] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.parser ( ) [abstract] : NutsTextParser
net/thevpc/nuts/NutsTextBuilder.parser:()Lnet/thevpc/nuts/NutsTextParser;
NutsTextBuilder.setConfiguration ( NutsTextWriteConfiguration p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.setConfiguration:(Lnet/thevpc/nuts/NutsTextWriteConfiguration;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.setStyleGenerator ( NutsTextStyleGenerator p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.setStyleGenerator:(Lnet/thevpc/nuts/NutsTextStyleGenerator;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.size ( ) [abstract] : int
net/thevpc/nuts/NutsTextBuilder.size:()I
NutsTextBuilder.toString ( ) [abstract] : String
net/thevpc/nuts/NutsTextBuilder.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTextCode.class
package net.thevpc.nuts
NutsTextCode.parse ( NutsSession p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextCode.parse:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsTextCommand.class
package net.thevpc.nuts
NutsTextCommand.getCommand ( ) [abstract] : NutsTerminalCommand
net/thevpc/nuts/NutsTextCommand.getCommand:()Lnet/thevpc/nuts/NutsTerminalCommand;
nuts-0.8.1.jar,
NutsTextFormatLoader.class
package net.thevpc.nuts
NutsTextFormatLoader.forPath ( String p1 ) [abstract] : Reader
net/thevpc/nuts/NutsTextFormatLoader.forPath:(Ljava/lang/String;)Ljava/io/Reader;
nuts-0.8.1.jar,
NutsTextFormatStyle.class
package net.thevpc.nuts
NutsTextFormatStyle.id ( ) : String
net/thevpc/nuts/NutsTextFormatStyle.id:()Ljava/lang/String;
NutsTextFormatStyle.parseLenient ( String value ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsTextFormatStyle.parseLenient ( String value, NutsTextFormatStyle emptyOrErrorValue ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextFormatStyle;)Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsTextFormatStyle.parseLenient ( String value, NutsTextFormatStyle emptyValue, NutsTextFormatStyle errorValue ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextFormatStyle;Lnet/thevpc/nuts/NutsTextFormatStyle;)Lnet/thevpc/nuts/NutsTextFormatStyle;
nuts-0.8.1.jar,
NutsTextFormatTheme.class
package net.thevpc.nuts
NutsTextFormatTheme.getName ( ) [abstract] : String
net/thevpc/nuts/NutsTextFormatTheme.getName:()Ljava/lang/String;
NutsTextFormatTheme.toBasicStyles ( NutsTextStyles p1, NutsSession p2 ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextFormatTheme.toBasicStyles:(Lnet/thevpc/nuts/NutsTextStyles;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyles;
nuts-0.8.1.jar,
NutsTextLink.class
package net.thevpc.nuts
NutsTextLink.getChild ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextLink.getChild:()Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsTextList.class
package net.thevpc.nuts
NutsTextList.get ( int p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextList.get:(I)Lnet/thevpc/nuts/NutsText;
NutsTextList.simplify ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextList.simplify:()Lnet/thevpc/nuts/NutsText;
NutsTextList.size ( ) [abstract] : int
net/thevpc/nuts/NutsTextList.size:()I
nuts-0.8.1.jar,
NutsTextManager.class
package net.thevpc.nuts
NutsTextManager.addCodeFormat ( NutsCodeFormat p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.addCodeFormat:(Lnet/thevpc/nuts/NutsCodeFormat;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.builder ( ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextManager.builder:()Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextManager.forAnchor ( String p1 ) [abstract] : NutsTextAnchor
net/thevpc/nuts/NutsTextManager.forAnchor:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextAnchor;
NutsTextManager.forBlank ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.forBlank:()Lnet/thevpc/nuts/NutsText;
NutsTextManager.forCode ( String p1, String p2 ) [abstract] : NutsTextCode
net/thevpc/nuts/NutsTextManager.forCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextCode;
NutsTextManager.forCommand ( NutsTerminalCommand p1 ) [abstract] : NutsTextCommand
net/thevpc/nuts/NutsTextManager.forCommand:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsTextCommand;
NutsTextManager.forLink ( NutsText p1 ) [abstract] : NutsTextLink
net/thevpc/nuts/NutsTextManager.forLink:(Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextLink;
NutsTextManager.forList ( Collection<NutsText> p1 ) [abstract] : NutsTextList
net/thevpc/nuts/NutsTextManager.forList:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsTextList;
NutsTextManager.forList ( NutsText... p1 ) [abstract] : NutsTextList
net/thevpc/nuts/NutsTextManager.forList:([Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextList;
NutsTextManager.forNumbering ( ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTextManager.forNumbering:()Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextManager.forPlain ( String p1 ) [abstract] : NutsTextPlain
net/thevpc/nuts/NutsTextManager.forPlain:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextPlain;
NutsTextManager.forStyled ( NutsString p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsString p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsText p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsText p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( String p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( String p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forTitleNumberSequence ( String p1 ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTextManager.forTitleNumberSequence:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextManager.getCodeFormat ( String p1 ) [abstract] : NutsCodeFormat
net/thevpc/nuts/NutsTextManager.getCodeFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCodeFormat;
NutsTextManager.getCodeFormats ( ) [abstract] : NutsCodeFormat[ ]
net/thevpc/nuts/NutsTextManager.getCodeFormats:()[Lnet/thevpc/nuts/NutsCodeFormat;
NutsTextManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTextManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTextManager.getTheme ( ) [abstract] : NutsTextFormatTheme
net/thevpc/nuts/NutsTextManager.getTheme:()Lnet/thevpc/nuts/NutsTextFormatTheme;
NutsTextManager.of ( NutsSession session ) [static] : NutsTextManager
net/thevpc/nuts/NutsTextManager.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.parse ( String p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsText;
NutsTextManager.parser ( ) [abstract] : NutsTextParser
net/thevpc/nuts/NutsTextManager.parser:()Lnet/thevpc/nuts/NutsTextParser;
NutsTextManager.removeCodeFormat ( NutsCodeFormat p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.removeCodeFormat:(Lnet/thevpc/nuts/NutsCodeFormat;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setSession ( NutsSession p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setTheme ( NutsTextFormatTheme p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setTheme:(Lnet/thevpc/nuts/NutsTextFormatTheme;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setTheme ( String p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.toText ( Object p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.toText:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsTextNumbering.class
package net.thevpc.nuts
NutsTextNumbering.getNumber ( int p1 ) [abstract] : NutsTitleNumber
net/thevpc/nuts/NutsTextNumbering.getNumber:(I)Lnet/thevpc/nuts/NutsTitleNumber;
NutsTextNumbering.getPattern ( ) [abstract] : NutsTitleNumber[ ]
net/thevpc/nuts/NutsTextNumbering.getPattern:()[Lnet/thevpc/nuts/NutsTitleNumber;
NutsTextNumbering.getSeparator ( int p1 ) [abstract] : String
net/thevpc/nuts/NutsTextNumbering.getSeparator:(I)Ljava/lang/String;
NutsTextNumbering.getValue ( ) [abstract] : NutsTitleNumber[ ]
net/thevpc/nuts/NutsTextNumbering.getValue:()[Lnet/thevpc/nuts/NutsTitleNumber;
NutsTextNumbering.newLevel ( int p1 ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTextNumbering.newLevel:(I)Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextNumbering.size ( ) [abstract] : int
net/thevpc/nuts/NutsTextNumbering.size:()I
NutsTextNumbering.toString ( ) [abstract] : String
net/thevpc/nuts/NutsTextNumbering.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTextParser.class
package net.thevpc.nuts
NutsTextParser.createLoader ( ClassLoader p1 ) [abstract] : NutsTextFormatLoader
net/thevpc/nuts/NutsTextParser.createLoader:(Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsTextFormatLoader;
NutsTextParser.createLoader ( File p1 ) [abstract] : NutsTextFormatLoader
net/thevpc/nuts/NutsTextParser.createLoader:(Ljava/io/File;)Lnet/thevpc/nuts/NutsTextFormatLoader;
NutsTextParser.escapeText ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTextParser.escapeText:(Ljava/lang/String;)Ljava/lang/String;
NutsTextParser.filterText ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTextParser.filterText:(Ljava/lang/String;)Ljava/lang/String;
NutsTextParser.isIncomplete ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextParser.isIncomplete:()Z
NutsTextParser.of ( NutsSession session ) [static] : NutsTextParser
net/thevpc/nuts/NutsTextParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextParser;
NutsTextParser.parse ( InputStream p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parse ( InputStream p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parse:(Ljava/io/InputStream;Lnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parse ( Reader p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parse:(Ljava/io/Reader;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parse ( Reader p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parse:(Ljava/io/Reader;Lnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( byte[ ] p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:([B)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( byte[ ] p1, int p2, int p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:([BII)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( byte[ ] p1, int p2, int p3, NutsTextVisitor p4 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:([BIILnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( byte[ ] p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:([BLnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( char p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:(C)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( char p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:(CLnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( char[ ] p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:([C)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( char[ ] p1, int p2, int p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:([CII)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( char[ ] p1, int p2, int p3, NutsTextVisitor p4 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:([CIILnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( char[ ] p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:([CLnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( String p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( String p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseRemaining ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseRemaining:()Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseRemaining ( NutsTextVisitor p1 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseRemaining:(Lnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseResource ( String p1, NutsTextFormatLoader p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseResource:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextFormatLoader;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseResource ( String p1, Reader p2, NutsTextFormatLoader p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseResource:(Ljava/lang/String;Ljava/io/Reader;Lnet/thevpc/nuts/NutsTextFormatLoader;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.reset ( ) [abstract] : void
net/thevpc/nuts/NutsTextParser.reset:()V
nuts-0.8.1.jar,
NutsTextPlain.class
package net.thevpc.nuts
NutsTextPlain.getText ( ) [abstract] : String
net/thevpc/nuts/NutsTextPlain.getText:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTextStyle.class
package net.thevpc.nuts
NutsTextStyle.append ( NutsTextStyle other ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyle.append:(Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyle.append ( NutsTextStyles other ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyle.append:(Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyle.backgroundColor ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.backgroundColor:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.backgroundTrueColor ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.backgroundTrueColor:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.blink ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.blink:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.bold ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.bold:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.bool ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.bool:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.bool ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.bool:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.comments ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.comments:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.comments ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.comments:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.config ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.config:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.config ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.config:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.danger ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.danger:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.danger ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.danger:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.date ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.date:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.date ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.date:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.error ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.error:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.error ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.error:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.fail ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.fail:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.fail ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.fail:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.foregroundColor ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.foregroundColor:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.foregroundTrueColor ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.foregroundTrueColor:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.getType ( ) : NutsTextStyleType
net/thevpc/nuts/NutsTextStyle.getType:()Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyle.getVariant ( ) : int
net/thevpc/nuts/NutsTextStyle.getVariant:()I
NutsTextStyle.info ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.info:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.info ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.info:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.input ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.input:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.input ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.input:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.italic ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.italic:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.italic ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.italic:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.keyword ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.keyword:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.keyword ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.keyword:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.number ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.number:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.number ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.number:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.NutsTextStyle ( NutsTextStyleType type, int variant )
net/thevpc/nuts/NutsTextStyle."<init>":(Lnet/thevpc/nuts/NutsTextStyleType;I)V
NutsTextStyle.of ( NutsTextStyleType style ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.of:(Lnet/thevpc/nuts/NutsTextStyleType;)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.of ( NutsTextStyleType style, int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.of:(Lnet/thevpc/nuts/NutsTextStyleType;I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.operator ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.operator:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.operator ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.operator:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.option ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.option:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.option ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.option:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.pale ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.pale:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.pale ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.pale:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.path ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.path:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.path ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.path:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary1 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary1:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary2 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary2:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary3 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary3:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary4 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary4:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary5 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary5:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary6 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary6:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary7 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary7:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary8 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary8:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary9 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary9:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.reversed ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.reversed:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.reversed ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.reversed:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.secondary ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.secondary:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.separator ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.separator:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.separator ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.separator:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.striked ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.striked:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.striked ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.striked:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.string ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.string:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.string ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.string:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.success ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.success:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.success ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.success:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.title ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.title:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.toString ( ) : String
net/thevpc/nuts/NutsTextStyle.toString:()Ljava/lang/String;
NutsTextStyle.underlined ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.underlined:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.variable ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.variable:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.variable ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.variable:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.version ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.version:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.version ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.version:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.warn ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.warn:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.warn ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.warn:(I)Lnet/thevpc/nuts/NutsTextStyle;
nuts-0.8.1.jar,
NutsTextStyled.class
package net.thevpc.nuts
NutsTextStyled.getChild ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextStyled.getChild:()Lnet/thevpc/nuts/NutsText;
NutsTextStyled.getStyles ( ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextStyled.getStyles:()Lnet/thevpc/nuts/NutsTextStyles;
nuts-0.8.1.jar,
NutsTextStyleGenerator.class
package net.thevpc.nuts
NutsTextStyleGenerator.hash ( int p1 ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextStyleGenerator.hash:(I)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyleGenerator.hash ( Object p1 ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextStyleGenerator.hash:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyleGenerator.isIncludeBackground ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeBackground:()Z
NutsTextStyleGenerator.isIncludeBlink ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeBlink:()Z
NutsTextStyleGenerator.isIncludeBold ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeBold:()Z
NutsTextStyleGenerator.isIncludeForeground ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeForeground:()Z
NutsTextStyleGenerator.isIncludeItalic ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeItalic:()Z
NutsTextStyleGenerator.isIncludePlain ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludePlain:()Z
NutsTextStyleGenerator.isIncludeReversed ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeReversed:()Z
NutsTextStyleGenerator.isIncludeStriked ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeStriked:()Z
NutsTextStyleGenerator.isIncludeUnderlined ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeUnderlined:()Z
NutsTextStyleGenerator.isUsePaletteColors ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isUsePaletteColors:()Z
NutsTextStyleGenerator.isUseThemeColors ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isUseThemeColors:()Z
NutsTextStyleGenerator.isUseTrueColors ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isUseTrueColors:()Z
NutsTextStyleGenerator.random ( ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextStyleGenerator.random:()Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyleGenerator.setIncludeBackground ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeBackground:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeBlink ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeBlink:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeBold ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeBold:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeForeground ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeForeground:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeItalic ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeItalic:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludePlain ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludePlain:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeReversed ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeReversed:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeStriked ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeStriked:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeUnderlined ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeUnderlined:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setUsePaletteColors ( ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setUsePaletteColors:()Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setUseThemeColors ( ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setUseThemeColors:()Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setUseTrueColors ( ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setUseTrueColors:()Lnet/thevpc/nuts/NutsTextStyleGenerator;
nuts-0.8.1.jar,
NutsTextStyles.class
package net.thevpc.nuts
NutsTextStyles.append ( NutsTextStyle other ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.append:(Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.append ( NutsTextStyle... others ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.append:([Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.append ( NutsTextStyles other ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.append:(Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.get ( int index ) : NutsTextStyle
net/thevpc/nuts/NutsTextStyles.get:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyles.isNone ( ) : boolean
net/thevpc/nuts/NutsTextStyles.isNone:()Z
NutsTextStyles.iterator ( ) : Iterator<NutsTextStyle>
net/thevpc/nuts/NutsTextStyles.iterator:()Ljava/util/Iterator;
NutsTextStyles.of ( NutsTextStyle other ) [static] : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.of:(Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.of ( NutsTextStyle... others ) [static] : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.of:([Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.removeFirst ( ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.removeFirst:()Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.removeLast ( ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.removeLast:()Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.size ( ) : int
net/thevpc/nuts/NutsTextStyles.size:()I
NutsTextStyles.toString ( ) : String
net/thevpc/nuts/NutsTextStyles.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTextStyleType.class
package net.thevpc.nuts
NutsTextStyleType.basic ( ) : boolean
net/thevpc/nuts/NutsTextStyleType.basic:()Z
NutsTextStyleType.id ( ) : String
net/thevpc/nuts/NutsTextStyleType.id:()Ljava/lang/String;
NutsTextStyleType.parseLenient ( String value ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.parseLenient ( String value, NutsTextStyleType emptyOrErrorValue ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyleType;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.parseLenient ( String value, NutsTextStyleType emptyValue, NutsTextStyleType errorValue ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyleType;Lnet/thevpc/nuts/NutsTextStyleType;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.valueOf ( String name ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.values ( ) [static] : NutsTextStyleType[ ]
net/thevpc/nuts/NutsTextStyleType.values:()[Lnet/thevpc/nuts/NutsTextStyleType;
nuts-0.8.1.jar,
NutsTextTitle.class
package net.thevpc.nuts
NutsTextTitle.getChild ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextTitle.getChild:()Lnet/thevpc/nuts/NutsText;
NutsTextTitle.getLevel ( ) [abstract] : int
net/thevpc/nuts/NutsTextTitle.getLevel:()I
nuts-0.8.1.jar,
NutsTextType.class
package net.thevpc.nuts
NutsTextType.id ( ) : String
net/thevpc/nuts/NutsTextType.id:()Ljava/lang/String;
NutsTextType.parseLenient ( String value ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.parseLenient ( String value, NutsTextType emptyOrErrorValue ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextType;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.parseLenient ( String value, NutsTextType emptyValue, NutsTextType errorValue ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextType;Lnet/thevpc/nuts/NutsTextType;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.valueOf ( String name ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.values ( ) [static] : NutsTextType[ ]
net/thevpc/nuts/NutsTextType.values:()[Lnet/thevpc/nuts/NutsTextType;
nuts-0.8.1.jar,
NutsTextVisitor.class
package net.thevpc.nuts
NutsTextVisitor.visit ( NutsText p1 ) [abstract] : void
net/thevpc/nuts/NutsTextVisitor.visit:(Lnet/thevpc/nuts/NutsText;)V
nuts-0.8.1.jar,
NutsTextWriteConfiguration.class
package net.thevpc.nuts
NutsTextWriteConfiguration.clone ( ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.clone:()Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.clone ( ) : Object
net/thevpc/nuts/NutsTextWriteConfiguration.clone:()Ljava/lang/Object;
NutsTextWriteConfiguration.copy ( ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.copy:()Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.getTitleNumberSequence ( ) : NutsTextNumbering
net/thevpc/nuts/NutsTextWriteConfiguration.getTitleNumberSequence:()Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextWriteConfiguration.isFiltered ( ) : boolean
net/thevpc/nuts/NutsTextWriteConfiguration.isFiltered:()Z
NutsTextWriteConfiguration.isLineNumberEnabled ( ) : boolean
net/thevpc/nuts/NutsTextWriteConfiguration.isLineNumberEnabled:()Z
NutsTextWriteConfiguration.isTitleNumberEnabled ( ) : boolean
net/thevpc/nuts/NutsTextWriteConfiguration.isTitleNumberEnabled:()Z
NutsTextWriteConfiguration.NutsTextWriteConfiguration ( )
net/thevpc/nuts/NutsTextWriteConfiguration."<init>":()V
NutsTextWriteConfiguration.setFiltered ( boolean filtered ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.setFiltered:(Z)Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.setLineNumberEnabled ( boolean lineNumberEnabled ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.setLineNumberEnabled:(Z)Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.setTitleNumberEnabled ( boolean titleNumberEnabled ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.setTitleNumberEnabled:(Z)Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.setTitleNumberSequence ( NutsTextNumbering titleNumberSequence ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.setTitleNumberSequence:(Lnet/thevpc/nuts/NutsTextNumbering;)Lnet/thevpc/nuts/NutsTextWriteConfiguration;
nuts-0.8.1.jar,
NutsTitleNumber.class
package net.thevpc.nuts
NutsTitleNumber.first ( ) [abstract] : NutsTitleNumber
net/thevpc/nuts/NutsTitleNumber.first:()Lnet/thevpc/nuts/NutsTitleNumber;
NutsTitleNumber.isNone ( ) [abstract] : boolean
net/thevpc/nuts/NutsTitleNumber.isNone:()Z
NutsTitleNumber.next ( ) [abstract] : NutsTitleNumber
net/thevpc/nuts/NutsTitleNumber.next:()Lnet/thevpc/nuts/NutsTitleNumber;
NutsTitleNumber.none ( ) [abstract] : NutsTitleNumber
net/thevpc/nuts/NutsTitleNumber.none:()Lnet/thevpc/nuts/NutsTitleNumber;
NutsTitleNumber.toString ( ) [abstract] : String
net/thevpc/nuts/NutsTitleNumber.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTooManyElementsException.class
package net.thevpc.nuts
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsTransportComponent.class
package net.thevpc.nuts.spi
NutsTransportComponent.open ( String p1 ) [abstract] : NutsTransportConnection
net/thevpc/nuts/spi/NutsTransportComponent.open:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsTransportConnection;
nuts-0.8.1.jar,
NutsTransportConnection.class
package net.thevpc.nuts.spi
NutsTransportConnection.getPath ( ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsTransportConnection.getPath:()Lnet/thevpc/nuts/NutsPath;
NutsTransportConnection.open ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsTransportConnection.open:()Ljava/io/InputStream;
NutsTransportConnection.upload ( NutsTransportParamPart... p1 ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsTransportConnection.upload:([Lnet/thevpc/nuts/spi/NutsTransportParamPart;)Ljava/io/InputStream;
nuts-0.8.1.jar,
NutsTransportParamBinaryFilePart.class
package net.thevpc.nuts.spi
NutsTransportParamBinaryFilePart.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.equals:(Ljava/lang/Object;)Z
NutsTransportParamBinaryFilePart.getFileName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.getFileName:()Ljava/lang/String;
NutsTransportParamBinaryFilePart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.getName:()Ljava/lang/String;
NutsTransportParamBinaryFilePart.getValue ( ) : Path
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.getValue:()Ljava/nio/file/Path;
NutsTransportParamBinaryFilePart.hashCode ( ) : int
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.hashCode:()I
NutsTransportParamBinaryFilePart.NutsTransportParamBinaryFilePart ( String name, String fileName, Path value )
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/nio/file/Path;)V
NutsTransportParamBinaryFilePart.toString ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTransportParamBinaryStreamPart.class
package net.thevpc.nuts.spi
NutsTransportParamBinaryStreamPart.getFileName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryStreamPart.getFileName:()Ljava/lang/String;
NutsTransportParamBinaryStreamPart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryStreamPart.getName:()Ljava/lang/String;
NutsTransportParamBinaryStreamPart.getValue ( ) : InputStream
net/thevpc/nuts/spi/NutsTransportParamBinaryStreamPart.getValue:()Ljava/io/InputStream;
NutsTransportParamBinaryStreamPart.NutsTransportParamBinaryStreamPart ( String name, String fileName, InputStream value )
net/thevpc/nuts/spi/NutsTransportParamBinaryStreamPart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/io/InputStream;)V
nuts-0.8.1.jar,
NutsTransportParamParamPart.class
package net.thevpc.nuts.spi
NutsTransportParamParamPart.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsTransportParamParamPart.equals:(Ljava/lang/Object;)Z
NutsTransportParamParamPart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamParamPart.getName:()Ljava/lang/String;
NutsTransportParamParamPart.getValue ( ) : String
net/thevpc/nuts/spi/NutsTransportParamParamPart.getValue:()Ljava/lang/String;
NutsTransportParamParamPart.hashCode ( ) : int
net/thevpc/nuts/spi/NutsTransportParamParamPart.hashCode:()I
NutsTransportParamParamPart.NutsTransportParamParamPart ( String name, String value )
net/thevpc/nuts/spi/NutsTransportParamParamPart."<init>":(Ljava/lang/String;Ljava/lang/String;)V
NutsTransportParamParamPart.toString ( ) : String
net/thevpc/nuts/spi/NutsTransportParamParamPart.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTransportParamPart.class
package net.thevpc.nuts.spi
NutsTransportParamPart.NutsTransportParamPart ( )
net/thevpc/nuts/spi/NutsTransportParamPart."<init>":()V
nuts-0.8.1.jar,
NutsTransportParamTextFilePart.class
package net.thevpc.nuts.spi
NutsTransportParamTextFilePart.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.equals:(Ljava/lang/Object;)Z
NutsTransportParamTextFilePart.getFileName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.getFileName:()Ljava/lang/String;
NutsTransportParamTextFilePart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.getName:()Ljava/lang/String;
NutsTransportParamTextFilePart.getValue ( ) : Path
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.getValue:()Ljava/nio/file/Path;
NutsTransportParamTextFilePart.hashCode ( ) : int
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.hashCode:()I
NutsTransportParamTextFilePart.NutsTransportParamTextFilePart ( String name, String fileName, Path value )
net/thevpc/nuts/spi/NutsTransportParamTextFilePart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/nio/file/Path;)V
NutsTransportParamTextFilePart.toString ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTransportParamTextReaderPart.class
package net.thevpc.nuts.spi
NutsTransportParamTextReaderPart.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.equals:(Ljava/lang/Object;)Z
NutsTransportParamTextReaderPart.getFileName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.getFileName:()Ljava/lang/String;
NutsTransportParamTextReaderPart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.getName:()Ljava/lang/String;
NutsTransportParamTextReaderPart.getValue ( ) : Reader
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.getValue:()Ljava/io/Reader;
NutsTransportParamTextReaderPart.hashCode ( ) : int
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.hashCode:()I
NutsTransportParamTextReaderPart.NutsTransportParamTextReaderPart ( String name, String fileName, Reader value )
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/io/Reader;)V
NutsTransportParamTextReaderPart.toString ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTreeFormat.class
package net.thevpc.nuts
NutsTreeFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsTreeFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setNtf ( boolean p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setValue ( Object p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTreeFormat;
nuts-0.8.1.jar,
NutsTreeNodeFormat.class
package net.thevpc.nuts
NutsTreeNodeFormat.format ( Object p1, int p2, NutsSession p3 ) [abstract] : NutsString
net/thevpc/nuts/NutsTreeNodeFormat.format:(Ljava/lang/Object;ILnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
nuts-0.8.1.jar,
NutsTypedFilters.class
package net.thevpc.nuts
NutsTypedFilters<T>.as ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.as:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTypedFilters.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTypedFilters<T>.parse ( String p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.setSession ( NutsSession p1 ) [abstract] : NutsTypedFilters
net/thevpc/nuts/NutsTypedFilters.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
nuts-0.8.1.jar,
NutsUnexpectedException.class
package net.thevpc.nuts
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsUninstallException.class
package net.thevpc.nuts
NutsUninstallException.NutsUninstallException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsUninstallException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsUninstallException.NutsUninstallException ( NutsSession session, NutsId id, NutsMessage msg, Throwable ex )
net/thevpc/nuts/NutsUninstallException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsUnsatisfiedRequirementsException.class
package net.thevpc.nuts
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":()V
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsMessage message )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/NutsMessage;)V
nuts-0.8.1.jar,
NutsUnsupportedArgumentException.class
package net.thevpc.nuts
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsUnsupportedEnumException.class
package net.thevpc.nuts
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Enum;)V
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, NutsMessage message, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Enum;)V
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, NutsMessage message, String stringValue, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/String;Ljava/lang/Enum;)V
nuts-0.8.1.jar,
NutsUnsupportedOperationException.class
package net.thevpc.nuts
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsUpdateCommand.class
package net.thevpc.nuts
NutsUpdateCommand.getApiVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsUpdateCommand.getApiVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsUpdateCommand.setApiVersion ( NutsVersion p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setApiVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsUpdateCommand;
nuts-0.8.1.jar,
NutsUpdateOptions.class
package net.thevpc.nuts
NutsUpdateOptions.NutsUpdateOptions ( NutsSession session )
net/thevpc/nuts/NutsUpdateOptions."<init>":(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsUpdateRepositoryStatisticsCommand.class
package net.thevpc.nuts.spi
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand;
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsUpdateRepositoryStatisticsCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.run ( ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.run:()Lnet/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand;
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand;
nuts-0.8.1.jar,
NutsUserCancelException.class
package net.thevpc.nuts
NutsUserCancelException.NutsUserCancelException ( NutsSession session )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsUserCancelException.NutsUserCancelException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsUserCancelException.NutsUserCancelException ( NutsSession session, NutsMessage message, int exitCode )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;I)V
nuts-0.8.1.jar,
NutsUtilPlatforms.class
package net.thevpc.nuts
NutsUtilPlatforms.getPlatformGlobalHomeFolder ( NutsStoreLocation location, String workspaceName ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getPlatformGlobalHomeFolder:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsUtilPlatforms.getPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, Map<String,String> homeLocations, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/util/Map;ZLjava/lang/String;)Ljava/lang/String;
NutsUtilPlatforms.getPlatformOsFamily ( ) [static] : NutsOsFamily
net/thevpc/nuts/NutsUtilPlatforms.getPlatformOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
NutsUtilPlatforms.getWindowsProgramFiles ( ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWindowsProgramFiles:()Ljava/lang/String;
NutsUtilPlatforms.getWindowsProgramFilesX86 ( ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWindowsProgramFilesX86:()Ljava/lang/String;
NutsUtilPlatforms.getWindowsSystemDrive ( ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWindowsSystemDrive:()Ljava/lang/String;
NutsUtilPlatforms.getWindowsSystemRoot ( ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWindowsSystemRoot:()Ljava/lang/String;
NutsUtilPlatforms.NutsUtilPlatforms ( )
net/thevpc/nuts/NutsUtilPlatforms."<init>":()V
nuts-0.8.1.jar,
NutsUtilStrings.class
package net.thevpc.nuts
NutsUtilStrings.isBlank ( char[ ] string ) [static] : boolean
net/thevpc/nuts/NutsUtilStrings.isBlank:([C)Z
NutsUtilStrings.isBlank ( CharSequence s ) [static] : boolean
net/thevpc/nuts/NutsUtilStrings.isBlank:(Ljava/lang/CharSequence;)Z
NutsUtilStrings.NutsUtilStrings ( )
net/thevpc/nuts/NutsUtilStrings."<init>":()V
NutsUtilStrings.parseBoolean ( String value, Boolean emptyValue, Boolean errorValue ) [static] : Boolean
net/thevpc/nuts/NutsUtilStrings.parseBoolean:(Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsUtilStrings.trim ( String value ) [static] : String
net/thevpc/nuts/NutsUtilStrings.trim:(Ljava/lang/String;)Ljava/lang/String;
NutsUtilStrings.trimToNull ( String value ) [static] : String
net/thevpc/nuts/NutsUtilStrings.trimToNull:(Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsValidationException.class
package net.thevpc.nuts
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
NutsValidationException.NutsValidationException ( NutsSession workspace )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsVersion.class
package net.thevpc.nuts
NutsVersion.getNumber ( int p1 ) [abstract] : BigInteger
net/thevpc/nuts/NutsVersion.getNumber:(I)Ljava/math/BigInteger;
NutsVersion.getNumber ( int p1, BigInteger p2 ) [abstract] : BigInteger
net/thevpc/nuts/NutsVersion.getNumber:(ILjava/math/BigInteger;)Ljava/math/BigInteger;
NutsVersion.getNumber ( int p1, long p2 ) [abstract] : BigInteger
net/thevpc/nuts/NutsVersion.getNumber:(IJ)Ljava/math/BigInteger;
NutsVersion.inc ( int p1, BigInteger p2 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.inc:(ILjava/math/BigInteger;)Lnet/thevpc/nuts/NutsVersion;
NutsVersion.inc ( int p1, long p2 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.inc:(IJ)Lnet/thevpc/nuts/NutsVersion;
NutsVersion.parse ( String str, NutsSession session ) [static] : NutsVersion
net/thevpc/nuts/NutsVersion.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersion;
nuts-0.8.1.jar,
NutsVersionFilterManager.class
package net.thevpc.nuts
NutsVersionFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsVersionFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsVersionFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsVersionFilterManager
net/thevpc/nuts/NutsVersionFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionFilterManager;
nuts-0.8.1.jar,
NutsVersionFormat.class
package net.thevpc.nuts
NutsVersionFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsVersionFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsVersionFormat.setNtf ( boolean p1 ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsVersionFormat;
nuts-0.8.1.jar,
NutsVersionManager.class
package net.thevpc.nuts
NutsVersionManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsVersionManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsVersionManager.parse ( String p1 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersionManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersion;
NutsVersionManager.setSession ( NutsSession p1 ) [abstract] : NutsVersionManager
net/thevpc/nuts/NutsVersionManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionManager;
nuts-0.8.1.jar,
NutsVersionParser.class
package net.thevpc.nuts
NutsVersionParser.parse ( NutsSession session ) [static] : NutsVersionParser
net/thevpc/nuts/NutsVersionParser.parse:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionParser;
nuts-0.8.1.jar,
NutsWorkspace.class
package net.thevpc.nuts
NutsWorkspace.boot ( ) [abstract] : NutsBootManager
net/thevpc/nuts/NutsWorkspace.boot:()Lnet/thevpc/nuts/NutsBootManager;
NutsWorkspace.commands ( ) [abstract] : NutsCustomCommandManager
net/thevpc/nuts/NutsWorkspace.commands:()Lnet/thevpc/nuts/NutsCustomCommandManager;
NutsWorkspace.elem ( ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsWorkspace.elem:()Lnet/thevpc/nuts/NutsElementFormat;
NutsWorkspace.events ( ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspace.events:()Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspace.getApiVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsWorkspace.getApiVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsWorkspace.getCompanionIds ( NutsSession p1 ) [abstract] : Set<NutsId>
net/thevpc/nuts/NutsWorkspace.getCompanionIds:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/Set;
NutsWorkspace.getHashName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getHashName:()Ljava/lang/String;
NutsWorkspace.getLocation ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getLocation:()Ljava/lang/String;
NutsWorkspace.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getName:()Ljava/lang/String;
NutsWorkspace.getUuid ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getUuid:()Ljava/lang/String;
NutsWorkspace.term ( ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsWorkspace.term:()Lnet/thevpc/nuts/NutsTerminalManager;
NutsWorkspace.text ( ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsWorkspace.text:()Lnet/thevpc/nuts/NutsTextManager;
nuts-0.8.1.jar,
NutsWorkspaceAlreadyExistsException.class
package net.thevpc.nuts
NutsWorkspaceAlreadyExistsException.NutsWorkspaceAlreadyExistsException ( String workspaceLocation )
net/thevpc/nuts/NutsWorkspaceAlreadyExistsException."<init>":(Ljava/lang/String;)V
NutsWorkspaceAlreadyExistsException.NutsWorkspaceAlreadyExistsException ( String workspaceLocation, Throwable err )
net/thevpc/nuts/NutsWorkspaceAlreadyExistsException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsWorkspaceAppsManager.class
package net.thevpc.nuts
NutsWorkspaceAppsManager.createApplicationContext ( NutsSession p1, String[ ] p2, long p3, Class p4, String p5 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsWorkspaceAppsManager.createApplicationContext:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;JLjava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsWorkspaceAppsManager.execEntries ( ) [abstract] : NutsExecutionEntryAction
net/thevpc/nuts/NutsWorkspaceAppsManager.execEntries:()Lnet/thevpc/nuts/NutsExecutionEntryAction;
NutsWorkspaceAppsManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceAppsManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceAppsManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceAppsManager
net/thevpc/nuts/NutsWorkspaceAppsManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceAppsManager;
nuts-0.8.1.jar,
NutsWorkspaceArchetypeComponent.class
package net.thevpc.nuts.spi
NutsWorkspaceArchetypeComponent.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NutsWorkspaceArchetypeComponent.getName:()Ljava/lang/String;
NutsWorkspaceArchetypeComponent.initializeWorkspace ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsWorkspaceArchetypeComponent.initializeWorkspace:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsWorkspaceBootConfig.class
package net.thevpc.nuts
NutsWorkspaceBootConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceBootConfig.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceBootConfig.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceBootConfig.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsWorkspaceCommandFactory.class
package net.thevpc.nuts
NutsWorkspaceCommandFactory.configure ( NutsCommandFactoryConfig p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCommandFactory.configure:(Lnet/thevpc/nuts/NutsCommandFactoryConfig;)V
NutsWorkspaceCommandFactory.findCommand ( String p1, NutsSession p2 ) [abstract] : NutsCommandConfig
net/thevpc/nuts/NutsWorkspaceCommandFactory.findCommand:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsWorkspaceCommandFactory.findCommands ( NutsSession p1 ) [abstract] : List<NutsCommandConfig>
net/thevpc/nuts/NutsWorkspaceCommandFactory.findCommands:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
nuts-0.8.1.jar,
NutsWorkspaceConfigManager.class
package net.thevpc.nuts
NutsWorkspaceConfigManager.createWorkspaceListManager ( String p1 ) [abstract] : NutsWorkspaceListManager
net/thevpc/nuts/NutsWorkspaceConfigManager.createWorkspaceListManager:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceListManager;
NutsWorkspaceConfigManager.getAvailableArchetypes ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsWorkspaceConfigManager.getAvailableArchetypes:()Ljava/util/Set;
NutsWorkspaceConfigManager.getDefaultRepositories ( ) [abstract] : NutsAddRepositoryOptions[ ]
net/thevpc/nuts/NutsWorkspaceConfigManager.getDefaultRepositories:()[Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsWorkspaceConfigManager.getHashName ( Object p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getHashName:(Ljava/lang/Object;)Ljava/lang/String;
NutsWorkspaceConfigManager.getIndexStoreClientFactory ( ) [abstract] : NutsIndexStoreFactory
net/thevpc/nuts/NutsWorkspaceConfigManager.getIndexStoreClientFactory:()Lnet/thevpc/nuts/spi/NutsIndexStoreFactory;
NutsWorkspaceConfigManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceConfigManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceConfigManager.getWorkspaceHashName ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getWorkspaceHashName:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceConfigManager.isExcludedExtension ( String p1, NutsWorkspaceOptions p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.isExcludedExtension:(Ljava/lang/String;Lnet/thevpc/nuts/NutsWorkspaceOptions;)Z
NutsWorkspaceConfigManager.isSupportedRepositoryType ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.isSupportedRepositoryType:(Ljava/lang/String;)Z
NutsWorkspaceConfigManager.loadBootConfig ( String p1, boolean p2, boolean p3 ) [abstract] : NutsWorkspaceBootConfig
net/thevpc/nuts/NutsWorkspaceConfigManager.loadBootConfig:(Ljava/lang/String;ZZ)Lnet/thevpc/nuts/NutsWorkspaceBootConfig;
NutsWorkspaceConfigManager.resolveRepositoryPath ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.resolveRepositoryPath:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceConfigManager.save ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.save:()Z
NutsWorkspaceConfigManager.save ( boolean p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.save:(Z)Z
NutsWorkspaceConfigManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceConfigManager
net/thevpc/nuts/NutsWorkspaceConfigManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceConfigManager;
nuts-0.8.1.jar,
NutsWorkspaceCustomCommand.class
package net.thevpc.nuts
NutsWorkspaceCustomCommand.dryExec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCustomCommand.dryExec:([Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandExecOptions;Lnet/thevpc/nuts/NutsSession;)V
NutsWorkspaceCustomCommand.exec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCustomCommand.exec:([Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandExecOptions;Lnet/thevpc/nuts/NutsSession;)V
NutsWorkspaceCustomCommand.getCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceCustomCommand.getCommand:()[Ljava/lang/String;
NutsWorkspaceCustomCommand.getExecutorOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceCustomCommand.getExecutorOptions:()[Ljava/lang/String;
NutsWorkspaceCustomCommand.getFactoryId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCustomCommand.getFactoryId:()Ljava/lang/String;
NutsWorkspaceCustomCommand.getHelpText ( NutsSession p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCustomCommand.getHelpText:(Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsWorkspaceCustomCommand.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCustomCommand.getName:()Ljava/lang/String;
NutsWorkspaceCustomCommand.getOwner ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceCustomCommand.getOwner:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceCustomCommand.toCommandConfig ( ) [abstract] : NutsCommandConfig
net/thevpc/nuts/NutsWorkspaceCustomCommand.toCommandConfig:()Lnet/thevpc/nuts/NutsCommandConfig;
nuts-0.8.1.jar,
NutsWorkspaceEnvManager.class
package net.thevpc.nuts
NutsWorkspaceEnvManager.addLauncher ( NutsLauncherOptions p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEnvManager.addLauncher:(Lnet/thevpc/nuts/NutsLauncherOptions;)V
NutsWorkspaceEnvManager.getArchFamily ( ) [abstract] : NutsArchFamily
net/thevpc/nuts/NutsWorkspaceEnvManager.getArchFamily:()Lnet/thevpc/nuts/NutsArchFamily;
NutsWorkspaceEnvManager.getBootClassLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootClassLoader:()Ljava/lang/ClassLoader;
NutsWorkspaceEnvManager.getBootClassWorldURLs ( ) [abstract] : URL[ ]
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootClassWorldURLs:()[Ljava/net/URL;
NutsWorkspaceEnvManager.getBootOptions ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceEnvManager.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceEnvManager.getCreationFinishTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationFinishTimeMillis:()J
NutsWorkspaceEnvManager.getCreationStartTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationStartTimeMillis:()J
NutsWorkspaceEnvManager.getCreationTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationTimeMillis:()J
NutsWorkspaceEnvManager.getDesktopEnvironment ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopEnvironment:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceEnvManager.getDesktopEnvironmentFamilies ( ) [abstract] : NutsDesktopEnvironmentFamily[ ]
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopEnvironmentFamilies:()[Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsWorkspaceEnvManager.getDesktopEnvironmentFamily ( ) [abstract] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopEnvironmentFamily:()Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsWorkspaceEnvManager.getDesktopEnvironments ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopEnvironments:()[Lnet/thevpc/nuts/NutsId;
NutsWorkspaceEnvManager.getDesktopIntegrationSupport ( NutsDesktopIntegrationItem p1 ) [abstract] : NutsActionSupport
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopIntegrationSupport:(Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsActionSupport;
NutsWorkspaceEnvManager.getDesktopPath ( ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopPath:()Ljava/nio/file/Path;
NutsWorkspaceEnvManager.getEnv ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnv:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getEnv ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnv:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getEnvAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getEnvAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getEnvMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvMap:()Ljava/util/Map;
NutsWorkspaceEnvManager.getOption ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getOption:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getOption ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getOption:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getOptionAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getOptionAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getOptionAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getOptionAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getOrCreateProperty ( Class<T> p1, Supplier<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceEnvManager.getOrCreateProperty:(Ljava/lang/Class;Ljava/util/function/Supplier;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getOrCreateProperty ( String p1, Supplier<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceEnvManager.getOrCreateProperty:(Ljava/lang/String;Ljava/util/function/Supplier;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsWorkspaceEnvManager.getProperties:()Ljava/util/Map;
NutsWorkspaceEnvManager.getProperty ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsWorkspaceEnvManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getProperty ( String p1, Object p2 ) [abstract] : Object
net/thevpc/nuts/NutsWorkspaceEnvManager.getProperty:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getPropertyAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getPropertyAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getPropertyAsString ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceEnvManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceEnvManager.isGraphicalDesktopEnvironment ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.isGraphicalDesktopEnvironment:()Z
NutsWorkspaceEnvManager.setEnv ( String p1, String p2 ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsWorkspaceEnvManager.setEnv:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
NutsWorkspaceEnvManager.setProperty ( String p1, Object p2 ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsWorkspaceEnvManager.setProperty:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
NutsWorkspaceEnvManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsWorkspaceEnvManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
nuts-0.8.1.jar,
NutsWorkspaceEventManager.class
package net.thevpc.nuts
NutsWorkspaceEventManager.addInstallListener ( NutsInstallListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.addInstallListener:(Lnet/thevpc/nuts/NutsInstallListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.addRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.addRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.addUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.addUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.addWorkspaceListener ( NutsWorkspaceListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.addWorkspaceListener:(Lnet/thevpc/nuts/NutsWorkspaceListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.getInstallListeners ( ) [abstract] : NutsInstallListener[ ]
net/thevpc/nuts/NutsWorkspaceEventManager.getInstallListeners:()[Lnet/thevpc/nuts/NutsInstallListener;
NutsWorkspaceEventManager.getRepositoryListeners ( ) [abstract] : NutsRepositoryListener[ ]
net/thevpc/nuts/NutsWorkspaceEventManager.getRepositoryListeners:()[Lnet/thevpc/nuts/NutsRepositoryListener;
NutsWorkspaceEventManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceEventManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceEventManager.getUserPropertyListeners ( ) [abstract] : NutsMapListener<String,Object>[ ]
net/thevpc/nuts/NutsWorkspaceEventManager.getUserPropertyListeners:()[Lnet/thevpc/nuts/NutsMapListener;
NutsWorkspaceEventManager.getWorkspaceListeners ( ) [abstract] : NutsWorkspaceListener[ ]
net/thevpc/nuts/NutsWorkspaceEventManager.getWorkspaceListeners:()[Lnet/thevpc/nuts/NutsWorkspaceListener;
NutsWorkspaceEventManager.removeInstallListener ( NutsInstallListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.removeInstallListener:(Lnet/thevpc/nuts/NutsInstallListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.removeRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.removeRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.removeUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.removeUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.removeWorkspaceListener ( NutsWorkspaceListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.removeWorkspaceListener:(Lnet/thevpc/nuts/NutsWorkspaceListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
nuts-0.8.1.jar,
NutsWorkspaceException.class
package net.thevpc.nuts
NutsWorkspaceException.NutsWorkspaceException ( NutsSession session, NutsMessage message, Throwable ex )
net/thevpc/nuts/NutsWorkspaceException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsWorkspaceExtensionManager.class
package net.thevpc.nuts
NutsWorkspaceExtensionManager.createAll ( Class<T> p1 ) [abstract] : List<T>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createAll:(Ljava/lang/Class;)Ljava/util/List;
NutsWorkspaceExtensionManager.createAllSupported ( Class<T> p1, V p2 ) [abstract] : List<T>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createAllSupported:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/util/List;
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2 ) [abstract] : NutsServiceLoader<T,B>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createServiceLoader:(Ljava/lang/Class;Ljava/lang/Class;)Lnet/thevpc/nuts/NutsServiceLoader;
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2, ClassLoader p3 ) [abstract] : NutsServiceLoader<T,B>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createServiceLoader:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsServiceLoader;
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2, Class[ ] p3, Object[ ] p4 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
NutsWorkspaceExtensionManager.discoverTypes ( NutsId p1, ClassLoader p2 ) [abstract] : Set<Class>
net/thevpc/nuts/NutsWorkspaceExtensionManager.discoverTypes:(Lnet/thevpc/nuts/NutsId;Ljava/lang/ClassLoader;)Ljava/util/Set;
NutsWorkspaceExtensionManager.getConfigExtensions ( ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getConfigExtensions:()Ljava/util/List;
NutsWorkspaceExtensionManager.getExtensionObjects ( Class p1 ) [abstract] : List<Object>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getExtensionObjects:(Ljava/lang/Class;)Ljava/util/List;
NutsWorkspaceExtensionManager.getExtensionTypes ( Class p1 ) [abstract] : Set<Class>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getExtensionTypes:(Ljava/lang/Class;)Ljava/util/Set;
NutsWorkspaceExtensionManager.getLoadedExtensions ( ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getLoadedExtensions:()Ljava/util/List;
NutsWorkspaceExtensionManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceExtensionManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceExtensionManager.installWorkspaceExtensionComponent ( Class p1, Object p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.installWorkspaceExtensionComponent:(Ljava/lang/Class;Ljava/lang/Object;)Z
NutsWorkspaceExtensionManager.isLoadedExtensions ( NutsId p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isLoadedExtensions:(Lnet/thevpc/nuts/NutsId;)Z
NutsWorkspaceExtensionManager.isRegisteredInstance ( Class p1, Object p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredInstance:(Ljava/lang/Class;Ljava/lang/Object;)Z
NutsWorkspaceExtensionManager.isRegisteredType ( Class p1, Class p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredType:(Ljava/lang/Class;Ljava/lang/Class;)Z
NutsWorkspaceExtensionManager.isRegisteredType ( Class p1, String p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredType:(Ljava/lang/Class;Ljava/lang/String;)Z
NutsWorkspaceExtensionManager.loadExtension ( NutsId p1 ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspaceExtensionManager.loadExtension:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
NutsWorkspaceExtensionManager.registerInstance ( Class<T> p1, T p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.registerInstance:(Ljava/lang/Class;Ljava/lang/Object;)Z
NutsWorkspaceExtensionManager.registerType ( Class p1, Class p2, NutsId p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.registerType:(Ljava/lang/Class;Ljava/lang/Class;Lnet/thevpc/nuts/NutsId;)Z
NutsWorkspaceExtensionManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspaceExtensionManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
NutsWorkspaceExtensionManager.unloadExtension ( NutsId p1 ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspaceExtensionManager.unloadExtension:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
nuts-0.8.1.jar,
NutsWorkspaceInitInformation.class
package net.thevpc.nuts
NutsWorkspaceInitInformation.getBootWorkspaceFactory ( ) [abstract] : NutsBootWorkspaceFactory
net/thevpc/nuts/NutsWorkspaceInitInformation.getBootWorkspaceFactory:()Lnet/thevpc/nuts/spi/NutsBootWorkspaceFactory;
NutsWorkspaceInitInformation.getExtensionBootDependencyNodes ( ) [abstract] : NutsClassLoaderNode[ ]
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionBootDependencyNodes:()[Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsWorkspaceInitInformation.getExtensionBootDescriptors ( ) [abstract] : NutsBootDescriptor[ ]
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionBootDescriptors:()[Lnet/thevpc/nuts/boot/NutsBootDescriptor;
NutsWorkspaceInitInformation.getExtensionsSet ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionsSet:()Ljava/util/Set;
NutsWorkspaceInitInformation.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceInitInformation.getRuntimeBootDependencyNode ( ) [abstract] : NutsClassLoaderNode
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeBootDependencyNode:()Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsWorkspaceInitInformation.getRuntimeBootDescriptor ( ) [abstract] : NutsBootDescriptor
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeBootDescriptor:()Lnet/thevpc/nuts/boot/NutsBootDescriptor;
NutsWorkspaceInitInformation.getRuntimeId ( ) [abstract] : NutsBootId
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeId:()Lnet/thevpc/nuts/boot/NutsBootId;
NutsWorkspaceInitInformation.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceInitInformation.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceInitInformation.isGlobal:()Z
nuts-0.8.1.jar,
NutsWorkspaceListManager.class
package net.thevpc.nuts
NutsWorkspaceListManager.addWorkspace ( String p1, NutsSession p2 ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsWorkspaceListManager.addWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspace;
NutsWorkspaceListManager.removeWorkspace ( String p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceListManager.removeWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceListManager.save ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceListManager.save:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsWorkspaceLocationManager.class
package net.thevpc.nuts
NutsWorkspaceLocationManager.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceLocationManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2, String p3 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceLocationManager.getWorkspaceLocation ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getWorkspaceLocation:()Ljava/lang/String;
NutsWorkspaceLocationManager.setHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2, String p3 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspaceLocationManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspaceLocationManager.setStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspaceLocationManager.setStoreLocationLayout ( NutsOsFamily p1 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocationLayout:(Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspaceLocationManager.setStoreLocationStrategy ( NutsStoreLocationStrategy p1 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
nuts-0.8.1.jar,
NutsWorkspaceNotFoundException.class
package net.thevpc.nuts
NutsWorkspaceNotFoundException.NutsWorkspaceNotFoundException ( String workspaceLocation )
net/thevpc/nuts/NutsWorkspaceNotFoundException."<init>":(Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsWorkspaceOptions.class
package net.thevpc.nuts
NutsWorkspaceOptions.builder ( ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptions.builder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptions.formatter ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptions.formatter:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptions.getBot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getBot:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getCached ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getCached:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getDebug:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getDry ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getDry:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getErrors ( ) [abstract] : NutsMessage[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getErrors:()[Lnet/thevpc/nuts/NutsMessage;
NutsWorkspaceOptions.getGlobal ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getGlobal:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getGui ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getGui:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getIndexed ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getIndexed:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getInherited ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getInherited:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getLocale ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getLocale:()Ljava/lang/String;
NutsWorkspaceOptions.getOpenMode ( ) [abstract] : NutsOpenMode
net/thevpc/nuts/NutsWorkspaceOptions.getOpenMode:()Lnet/thevpc/nuts/NutsOpenMode;
NutsWorkspaceOptions.getOutputFormat ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsWorkspaceOptions.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
NutsWorkspaceOptions.getProperties ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getProperties:()[Ljava/lang/String;
NutsWorkspaceOptions.getReadOnly ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getReadOnly:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getRecover ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getRecover:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getRepositories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getRepositories:()[Ljava/lang/String;
NutsWorkspaceOptions.getReset ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getReset:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsWorkspaceOptions.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsWorkspaceOptions.getSkipBoot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSkipBoot:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getSkipCompanions ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSkipCompanions:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getSkipErrors ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSkipErrors:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getSkipWelcome ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSkipWelcome:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getTheme ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getTheme:()Ljava/lang/String;
NutsWorkspaceOptions.getTrace ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getTrace:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getTransitive ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getTransitive:()Ljava/lang/Boolean;
NutsWorkspaceOptions.isBot ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isBot:()Z
NutsWorkspaceOptions.isSwitchWorkspace ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isSwitchWorkspace:()Z
nuts-0.8.1.jar,
NutsWorkspaceOptionsBuilder.class
package net.thevpc.nuts
NutsWorkspaceOptionsBuilder.build ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.build:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceOptionsBuilder.copy ( ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.copy:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.formatter ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.formatter:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsBuilder.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getApiVersion:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getApplicationArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getApplicationArguments:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getArchetype ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getArchetype:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getBot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getBot:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getCached ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCached:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getClassLoaderSupplier ( ) [abstract] : Supplier<ClassLoader>
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getClassLoaderSupplier:()Ljava/util/function/Supplier;
NutsWorkspaceOptionsBuilder.getConfirm ( ) [abstract] : NutsConfirmationMode
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getConfirm:()Lnet/thevpc/nuts/NutsConfirmationMode;
NutsWorkspaceOptionsBuilder.getCreationTime ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCreationTime:()J
NutsWorkspaceOptionsBuilder.getCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCredentials:()[C
NutsWorkspaceOptionsBuilder.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getDebug:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getDry ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getDry:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getErrLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getErrLinePrefix:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getErrors ( ) [abstract] : NutsMessage[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getErrors:()[Lnet/thevpc/nuts/NutsMessage;
NutsWorkspaceOptionsBuilder.getExcludedExtensions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExcludedExtensions:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getExecutionType ( ) [abstract] : NutsExecutionType
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsWorkspaceOptionsBuilder.getExecutorOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExecutorOptions:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getExecutorService ( ) [abstract] : ExecutorService
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExecutorService:()Ljava/util/concurrent/ExecutorService;
NutsWorkspaceOptionsBuilder.getExpireTime ( ) [abstract] : Instant
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExpireTime:()Ljava/time/Instant;
NutsWorkspaceOptionsBuilder.getFetchStrategy ( ) [abstract] : NutsFetchStrategy
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getFetchStrategy:()Lnet/thevpc/nuts/NutsFetchStrategy;
NutsWorkspaceOptionsBuilder.getGlobal ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getGlobal:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getGui ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getGui:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceOptionsBuilder.getIndexed ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getIndexed:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getInherited ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getInherited:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getJavaCommand:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getJavaOptions:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getLocale ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getLocale:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getLogConfig ( ) [abstract] : NutsLogConfig
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getLogConfig:()Lnet/thevpc/nuts/NutsLogConfig;
NutsWorkspaceOptionsBuilder.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getName:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getOpenMode ( ) [abstract] : NutsOpenMode
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getOpenMode:()Lnet/thevpc/nuts/NutsOpenMode;
NutsWorkspaceOptionsBuilder.getOutLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getOutLinePrefix:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getOutputFormat ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
NutsWorkspaceOptionsBuilder.getOutputFormatOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getOutputFormatOptions:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getProgressOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getProgressOptions:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getProperties ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getProperties:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getReadOnly ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getReadOnly:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getRecover ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRecover:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getRepositories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRepositories:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getRepositoryStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceOptionsBuilder.getReset ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getReset:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsWorkspaceOptionsBuilder.getRuntimeId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRuntimeId:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getSkipBoot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSkipBoot:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getSkipCompanions ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSkipCompanions:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getSkipErrors ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSkipErrors:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getSkipWelcome ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSkipWelcome:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getStderr ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStderr:()Ljava/io/PrintStream;
NutsWorkspaceOptionsBuilder.getStdin ( ) [abstract] : InputStream
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStdin:()Ljava/io/InputStream;
NutsWorkspaceOptionsBuilder.getStdout ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStdout:()Ljava/io/PrintStream;
NutsWorkspaceOptionsBuilder.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getStoreLocationLayout ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceOptionsBuilder.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceOptionsBuilder.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceOptionsBuilder.getSwitchWorkspace ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSwitchWorkspace:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getTerminalMode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getTerminalMode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsWorkspaceOptionsBuilder.getTheme ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getTheme:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getTrace ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getTrace:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getTransitive ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getTransitive:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getUserName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getUserName:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getWorkspace ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getWorkspace:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.isBot ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isBot:()Z
NutsWorkspaceOptionsBuilder.isCached ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isCached:()Z
NutsWorkspaceOptionsBuilder.isDebug ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isDebug:()Z
NutsWorkspaceOptionsBuilder.isDry ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isDry:()Z
NutsWorkspaceOptionsBuilder.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isGlobal:()Z
NutsWorkspaceOptionsBuilder.isGui ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isGui:()Z
NutsWorkspaceOptionsBuilder.isIndexed ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isIndexed:()Z
NutsWorkspaceOptionsBuilder.isInherited ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isInherited:()Z
NutsWorkspaceOptionsBuilder.isReadOnly ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isReadOnly:()Z
NutsWorkspaceOptionsBuilder.isRecover ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isRecover:()Z
NutsWorkspaceOptionsBuilder.isReset ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isReset:()Z
NutsWorkspaceOptionsBuilder.isSkipBoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSkipBoot:()Z
NutsWorkspaceOptionsBuilder.isSkipCompanions ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSkipCompanions:()Z
NutsWorkspaceOptionsBuilder.isSkipErrors ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSkipErrors:()Z
NutsWorkspaceOptionsBuilder.isSkipWelcome ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSkipWelcome:()Z
NutsWorkspaceOptionsBuilder.isSwitchWorkspace ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSwitchWorkspace:()Z
NutsWorkspaceOptionsBuilder.isTrace ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isTrace:()Z
NutsWorkspaceOptionsBuilder.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isTransitive:()Z
NutsWorkspaceOptionsBuilder.setBot ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setBot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setCached ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setCached:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setDebug ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDebug:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setDry ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDry:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setErrors ( NutsMessage[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setErrors:([Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setGlobal ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setGlobal:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setGui ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setGui:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setIndexed ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setInherited ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setInherited:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setLocale ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setLocale:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setOpenMode ( NutsOpenMode p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setOpenMode:(Lnet/thevpc/nuts/NutsOpenMode;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setOutputFormat ( NutsContentType p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setOutputFormat:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setProperties ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setProperties:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setReadOnly ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setReadOnly:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRecover ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRecover:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRepositories ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRepositories:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setReset ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setReset:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRunAs ( NutsRunAs p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRunAs:(Lnet/thevpc/nuts/NutsRunAs;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipBoot ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipBoot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipCompanions ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipCompanions:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipErrors ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipErrors:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipWelcome ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipWelcome:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTheme ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTrace ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTransitive ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTransitive:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
nuts-0.8.1.jar,
NutsWorkspaceOptionsFormat.class
package net.thevpc.nuts
NutsWorkspaceOptionsFormat.getBootCommandLine ( ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsWorkspaceOptionsFormat.getBootCommandLine:()Lnet/thevpc/nuts/NutsCommandLine;
nuts-0.8.1.jar,
NutsWorkspaceSecurityManager.class
package net.thevpc.nuts
NutsWorkspaceSecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.checkCredentials:([C[C)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.createCredentials:([CZ[C)[C
NutsWorkspaceSecurityManager.findUsers ( ) [abstract] : NutsUser[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.findUsers:()[Lnet/thevpc/nuts/NutsUser;
NutsWorkspaceSecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsWorkspaceSecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
NutsWorkspaceSecurityManager.getCredentials ( char[ ] p1 ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.getCredentials:([C)[C
NutsWorkspaceSecurityManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceSecurityManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceSecurityManager.removeCredentials ( char[ ] p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.removeCredentials:([C)Z
NutsWorkspaceSecurityManager.setAuthenticationAgent ( String p1 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.setAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.setSecureMode ( boolean p1, char[ ] p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.setSecureMode:(Z[C)Z
NutsWorkspaceSecurityManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
nuts-0.8.1.jar,
Or.class
package net.thevpc.nuts
NutsPredicates.Or<T>.equals ( Object o ) : boolean
net/thevpc/nuts/NutsPredicates.Or.equals:(Ljava/lang/Object;)Z
NutsPredicates.Or<T>.hashCode ( ) : int
net/thevpc/nuts/NutsPredicates.Or.hashCode:()I
NutsPredicates.Or<T>.NutsPredicates.Or<T> ( Predicate<T> left, Predicate<? super T> right )
net/thevpc/nuts/NutsPredicates.Or."<init>":(Ljava/util/function/Predicate;Ljava/util/function/Predicate;)V
NutsPredicates.Or<T>.test ( T t ) : boolean
net/thevpc/nuts/NutsPredicates.Or.test:(Ljava/lang/Object;)Z
NutsPredicates.Or<T>.toString ( ) : String
net/thevpc/nuts/NutsPredicates.Or.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
PrivateNutsApplicationUtils.class
package net.thevpc.nuts.boot
PrivateNutsApplicationUtils.PrivateNutsApplicationUtils ( )
net/thevpc/nuts/boot/PrivateNutsApplicationUtils."<init>":()V
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out ) [static] : int
net/thevpc/nuts/boot/PrivateNutsApplicationUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;)I
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out, boolean showMessage, boolean showTrace, boolean showGui ) [static] : int
net/thevpc/nuts/boot/PrivateNutsApplicationUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;ZZZ)I
nuts-0.8.1.jar,
PrivateNutsLog.class
package net.thevpc.nuts.boot
PrivateNutsLog.isLoggable ( Level lvl ) : boolean
net/thevpc/nuts/boot/PrivateNutsLog.isLoggable:(Ljava/util/logging/Level;)Z
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;)V
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object object ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;Ljava/lang/Object;)V
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object[ ] objects ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;[Ljava/lang/Object;)V
PrivateNutsLog.log ( Level lvl, String message, Throwable err ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
PrivateNutsLog.PrivateNutsLog ( )
net/thevpc/nuts/boot/PrivateNutsLog."<init>":()V
PrivateNutsLog.setOptions ( NutsWorkspaceOptions options ) : void
net/thevpc/nuts/boot/PrivateNutsLog.setOptions:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)V
nuts-0.8.1.jar,
PrivateNutsMavenUtils.class
package net.thevpc.nuts.boot
PrivateNutsMavenUtils.getFileName ( NutsBootId id, String ext ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.getFileName:(Lnet/thevpc/nuts/boot/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.getPathFile ( NutsBootId id, String name ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.getPathFile:(Lnet/thevpc/nuts/boot/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.PrivateNutsMavenUtils ( )
net/thevpc/nuts/boot/PrivateNutsMavenUtils."<init>":()V
PrivateNutsMavenUtils.resolveMavenFullPath ( String repo, String nutsId, String ext ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.resolveMavenFullPath:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.resolveOrDownloadJar ( String nutsId, String[ ] repositories, String cacheFolder, PrivateNutsLog LOG, boolean includeDesc, Instant expire, PrivateNutsUtils.ErrorInfoList errors ) [static] : File
net/thevpc/nuts/boot/PrivateNutsMavenUtils.resolveOrDownloadJar:(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsLog;ZLjava/time/Instant;Lnet/thevpc/nuts/boot/PrivateNutsUtils$ErrorInfoList;)Ljava/io/File;
PrivateNutsMavenUtils.toMavenFileName ( String nutsId, String extension ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.toMavenFileName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.toMavenPath ( String nutsId ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.toMavenPath:(Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
PrivateNutsRepositorySelection.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelection.getName ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelection.getName:()Ljava/lang/String;
PrivateNutsRepositorySelection.getUrl ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelection.getUrl:()Ljava/lang/String;
PrivateNutsRepositorySelection.PrivateNutsRepositorySelection ( String name, String url )
net/thevpc/nuts/boot/PrivateNutsRepositorySelection."<init>":(Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.1.jar,
PrivateNutsRepositorySelectionList.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectionList.add ( PrivateNutsRepositorySelection a ) : void
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.add:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.addAll ( PrivateNutsRepositorySelection[ ] all ) : void
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.addAll:([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.containsName ( String name ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsName:(Ljava/lang/String;)Z
PrivateNutsRepositorySelectionList.containsSelection ( PrivateNutsRepositorySelection s ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsSelection:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)Z
PrivateNutsRepositorySelectionList.containsURL ( String url ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsURL:(Ljava/lang/String;)Z
PrivateNutsRepositorySelectionList.indexOf ( PrivateNutsRepositorySelection other, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOf:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;I)I
PrivateNutsRepositorySelectionList.indexOfName ( String name, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOfName:(Ljava/lang/String;I)I
PrivateNutsRepositorySelectionList.indexOfURL ( String url, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOfURL:(Ljava/lang/String;I)I
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList."<init>":()V
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( PrivateNutsRepositorySelection[ ] all )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList."<init>":([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.removeAt ( int i ) : PrivateNutsRepositorySelection
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.removeAt:(I)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
PrivateNutsRepositorySelectionList.toArray ( ) : PrivateNutsRepositorySelection[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.toArray:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
nuts-0.8.1.jar,
PrivateNutsRepositorySelectorList.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectorList.acceptExisting ( PrivateNutsRepositorySelection ss ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.acceptExisting:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)Z
PrivateNutsRepositorySelectorList.join ( PrivateNutsRepositorySelectorList other ) : PrivateNutsRepositorySelectorList
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.join:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorList;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorList;
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList."<init>":()V
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( PrivateNutsRepositorySelector[ ] a )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList."<init>":([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelector;)V
PrivateNutsRepositorySelectorList.resolveSelectors ( PrivateNutsRepositorySelection[ ] other ) : PrivateNutsRepositorySelection[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.resolveSelectors:([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
PrivateNutsRepositorySelectorList.toArray ( ) : PrivateNutsRepositorySelector[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.toArray:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelector;
nuts-0.8.1.jar,
PrivateNutsRepositorySelectorOp.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectorOp.id ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.id:()Ljava/lang/String;
PrivateNutsRepositorySelectorOp.parseLenient ( String value ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyOrErrorValue ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyValue, PrivateNutsRepositorySelectorOp errorValue ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.valueOf ( String name ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.values ( ) [static] : PrivateNutsRepositorySelectorOp[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.values:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
nuts-0.8.1.jar,
PrivateNutsStringMapParser.class
package net.thevpc.nuts.boot
PrivateNutsStringMapParser.parseMap ( String text ) : Map<String,String>
net/thevpc/nuts/boot/PrivateNutsStringMapParser.parseMap:(Ljava/lang/String;)Ljava/util/Map;
PrivateNutsStringMapParser.PrivateNutsStringMapParser ( String eqSeparators, String entrySeparators )
net/thevpc/nuts/boot/PrivateNutsStringMapParser."<init>":(Ljava/lang/String;Ljava/lang/String;)V
to the top
Removed Methods 1203
nuts-0.8.0.jar,
Deps.class
package net.thevpc.nuts
PrivateNutsUtils.Deps.PrivateNutsUtils.Deps ( )
net/thevpc/nuts/PrivateNutsUtils.Deps."<init>":()V
nuts-0.8.0.jar,
Mvn.class
package net.thevpc.nuts
PrivateNutsUtils.Mvn.PrivateNutsUtils.Mvn ( )
net/thevpc/nuts/PrivateNutsUtils.Mvn."<init>":()V
PrivateNutsUtils.Mvn.resolveMavenFullPath ( String repo, String nutsId, String ext ) [static] : String
net/thevpc/nuts/PrivateNutsUtils.Mvn.resolveMavenFullPath:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsUtils.Mvn.resolveOrDownloadJar ( String nutsId, String[ ] repositories, String cacheFolder, PrivateNutsLog LOG, boolean includeDesc, Instant expire ) [static] : File
net/thevpc/nuts/PrivateNutsUtils.Mvn.resolveOrDownloadJar:(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/PrivateNutsLog;ZLjava/time/Instant;)Ljava/io/File;
nuts-0.8.0.jar,
Nuts.class
package net.thevpc.nuts
Nuts.createOptions ( ) [static] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/Nuts.createOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
Nuts.openInheritedWorkspace ( String... args ) [static] : NutsWorkspace
net/thevpc/nuts/Nuts.openInheritedWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspace;
Nuts.openWorkspace ( ) [static] : NutsWorkspace
net/thevpc/nuts/Nuts.openWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
Nuts.openWorkspace ( NutsWorkspaceOptions options ) [static] : NutsWorkspace
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsWorkspace;
Nuts.openWorkspace ( String... args ) [static] : NutsWorkspace
net/thevpc/nuts/Nuts.openWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.0.jar,
NutsAddRepositoryOptions.class
package net.thevpc.nuts
NutsAddRepositoryOptions.getSession ( ) : NutsSession
net/thevpc/nuts/NutsAddRepositoryOptions.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsAddRepositoryOptions.isProxy ( ) : boolean
net/thevpc/nuts/NutsAddRepositoryOptions.isProxy:()Z
NutsAddRepositoryOptions.setProxy ( boolean value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setProxy:(Z)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setSession ( NutsSession value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
nuts-0.8.0.jar,
NutsAlreadyDeployedException.class
package net.thevpc.nuts
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsWorkspace workspace, NutsId id, String msg, Exception ex )
net/thevpc/nuts/NutsAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Exception;)V
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsWorkspace workspace, String id, String msg, Exception cause )
net/thevpc/nuts/NutsAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsAlreadyInstalledException.class
package net.thevpc.nuts
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsWorkspace workspace, NutsId id, String message, Exception cause )
net/thevpc/nuts/NutsAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Exception;)V
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsWorkspace workspace, String id, String msg, Exception cause )
net/thevpc/nuts/NutsAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsApplication.class
package net.thevpc.nuts
NutsApplication.createApplicationContext ( NutsWorkspace ws, String[ ] args, long startTimeMillis ) : NutsApplicationContext
net/thevpc/nuts/NutsApplication.createApplicationContext:(Lnet/thevpc/nuts/NutsWorkspace;[Ljava/lang/String;J)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplication.NutsApplication ( )
net/thevpc/nuts/NutsApplication."<init>":()V
nuts-0.8.0.jar,
NutsApplicationContext.class
package net.thevpc.nuts
NutsApplicationContext.getAppsFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getAppsFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getCacheFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getCacheFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getConfigFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getConfigFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getFolder ( NutsStoreLocation p1 ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsApplicationContext.getLibFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getLibFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getLogFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getLogFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getRunFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getRunFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getSharedAppsFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getSharedAppsFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getSharedConfigFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getSharedConfigFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getSharedFolder ( NutsStoreLocation p1 ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getSharedFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsApplicationContext.getSharedLibFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getSharedLibFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getSharedLogFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getSharedLogFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getSharedRunFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getSharedRunFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getSharedTempFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getSharedTempFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getSharedVarFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getSharedVarFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getTempFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getTempFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getVarFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getVarFolder:()Ljava/nio/file/Path;
nuts-0.8.0.jar,
NutsApplicationLifeCycle.class
package net.thevpc.nuts
NutsApplicationLifeCycle.createApplicationContext ( NutsWorkspace ws, String[ ] args, long startTimeMillis ) : NutsApplicationContext
net/thevpc/nuts/NutsApplicationLifeCycle.createApplicationContext:(Lnet/thevpc/nuts/NutsWorkspace;[Ljava/lang/String;J)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplicationLifeCycle.onInstallApplication ( NutsApplicationContext applicationContext ) : void
net/thevpc/nuts/NutsApplicationLifeCycle.onInstallApplication:(Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsApplicationLifeCycle.onRunApplication ( NutsApplicationContext applicationContext ) : void
net/thevpc/nuts/NutsApplicationLifeCycle.onRunApplication:(Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsApplicationLifeCycle.onUninstallApplication ( NutsApplicationContext applicationContext ) : void
net/thevpc/nuts/NutsApplicationLifeCycle.onUninstallApplication:(Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsApplicationLifeCycle.onUpdateApplication ( NutsApplicationContext applicationContext ) : void
net/thevpc/nuts/NutsApplicationLifeCycle.onUpdateApplication:(Lnet/thevpc/nuts/NutsApplicationContext;)V
nuts-0.8.0.jar,
NutsApplications.class
package net.thevpc.nuts
NutsApplications.processThrowable ( Throwable ex, String[ ] args, PrintStream out ) [static] : int
net/thevpc/nuts/NutsApplications.processThrowable:(Ljava/lang/Throwable;[Ljava/lang/String;Ljava/io/PrintStream;)I
NutsApplications.runApplication ( String[ ] args, NutsSession session, Class appClass, NutsApplicationLifeCycle lifeCycle ) [static] : void
net/thevpc/nuts/NutsApplications.runApplication:([Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;Ljava/lang/Class;Lnet/thevpc/nuts/NutsApplicationLifeCycle;)V
nuts-0.8.0.jar,
NutsBootWorkspace.class
package net.thevpc.nuts
NutsBootWorkspace.createProcessBuilder ( ) : ProcessBuilder
net/thevpc/nuts/NutsBootWorkspace.createProcessBuilder:()Ljava/lang/ProcessBuilder;
NutsBootWorkspace.createProcessCommandLine ( ) : String[ ]
net/thevpc/nuts/NutsBootWorkspace.createProcessCommandLine:()[Ljava/lang/String;
NutsBootWorkspace.getOptions ( ) : NutsWorkspaceOptions
net/thevpc/nuts/NutsBootWorkspace.getOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsBootWorkspace.getRequirementsHelpString ( boolean unsatisfiedOnly ) : String
net/thevpc/nuts/NutsBootWorkspace.getRequirementsHelpString:(Z)Ljava/lang/String;
NutsBootWorkspace.hasUnsatisfiedRequirements ( ) : boolean
net/thevpc/nuts/NutsBootWorkspace.hasUnsatisfiedRequirements:()Z
NutsBootWorkspace.NutsBootWorkspace ( NutsWorkspaceOptions options )
net/thevpc/nuts/NutsBootWorkspace."<init>":(Lnet/thevpc/nuts/NutsWorkspaceOptions;)V
NutsBootWorkspace.NutsBootWorkspace ( String... args )
net/thevpc/nuts/NutsBootWorkspace."<init>":([Ljava/lang/String;)V
NutsBootWorkspace.openWorkspace ( ) : NutsWorkspace
net/thevpc/nuts/NutsBootWorkspace.openWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsBootWorkspace.resolveBootRepositories ( ) : Collection<String>
net/thevpc/nuts/NutsBootWorkspace.resolveBootRepositories:()Ljava/util/Collection;
NutsBootWorkspace.runWorkspace ( ) : void
net/thevpc/nuts/NutsBootWorkspace.runWorkspace:()V
NutsBootWorkspace.startNewProcess ( ) : int
net/thevpc/nuts/NutsBootWorkspace.startNewProcess:()I
nuts-0.8.0.jar,
NutsBootWorkspaceFactory.class
package net.thevpc.nuts
NutsBootWorkspaceFactory.createWorkspace ( NutsWorkspaceInitInformation p1 ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsBootWorkspaceFactory.createWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceInitInformation;)Lnet/thevpc/nuts/NutsWorkspace;
NutsBootWorkspaceFactory.getBootSupportLevel ( NutsWorkspaceOptions p1 ) [abstract] : int
net/thevpc/nuts/NutsBootWorkspaceFactory.getBootSupportLevel:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)I
nuts-0.8.0.jar,
NutsCommandAliasConfig.class
package net.thevpc.nuts
NutsCommandAliasConfig.getCommand ( ) : String[ ]
net/thevpc/nuts/NutsCommandAliasConfig.getCommand:()[Ljava/lang/String;
NutsCommandAliasConfig.getExecutorOptions ( ) : String[ ]
net/thevpc/nuts/NutsCommandAliasConfig.getExecutorOptions:()[Ljava/lang/String;
NutsCommandAliasConfig.getFactoryId ( ) : String
net/thevpc/nuts/NutsCommandAliasConfig.getFactoryId:()Ljava/lang/String;
NutsCommandAliasConfig.getHelpCommand ( ) : String[ ]
net/thevpc/nuts/NutsCommandAliasConfig.getHelpCommand:()[Ljava/lang/String;
NutsCommandAliasConfig.getHelpText ( ) : String
net/thevpc/nuts/NutsCommandAliasConfig.getHelpText:()Ljava/lang/String;
NutsCommandAliasConfig.getName ( ) : String
net/thevpc/nuts/NutsCommandAliasConfig.getName:()Ljava/lang/String;
NutsCommandAliasConfig.getOwner ( ) : NutsId
net/thevpc/nuts/NutsCommandAliasConfig.getOwner:()Lnet/thevpc/nuts/NutsId;
NutsCommandAliasConfig.NutsCommandAliasConfig ( )
net/thevpc/nuts/NutsCommandAliasConfig."<init>":()V
NutsCommandAliasConfig.setCommand ( String... value ) : NutsCommandAliasConfig
net/thevpc/nuts/NutsCommandAliasConfig.setCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandAliasConfig;
NutsCommandAliasConfig.setExecutorOptions ( String[ ] value ) : NutsCommandAliasConfig
net/thevpc/nuts/NutsCommandAliasConfig.setExecutorOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandAliasConfig;
NutsCommandAliasConfig.setFactoryId ( String value ) : NutsCommandAliasConfig
net/thevpc/nuts/NutsCommandAliasConfig.setFactoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandAliasConfig;
NutsCommandAliasConfig.setHelpCommand ( String... value ) : NutsCommandAliasConfig
net/thevpc/nuts/NutsCommandAliasConfig.setHelpCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandAliasConfig;
NutsCommandAliasConfig.setHelpText ( String value ) : NutsCommandAliasConfig
net/thevpc/nuts/NutsCommandAliasConfig.setHelpText:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandAliasConfig;
NutsCommandAliasConfig.setName ( String value ) : NutsCommandAliasConfig
net/thevpc/nuts/NutsCommandAliasConfig.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandAliasConfig;
NutsCommandAliasConfig.setOwner ( NutsId value ) : NutsCommandAliasConfig
net/thevpc/nuts/NutsCommandAliasConfig.setOwner:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsCommandAliasConfig;
nuts-0.8.0.jar,
NutsCommandAliasFactoryConfig.class
package net.thevpc.nuts
NutsCommandAliasFactoryConfig.getFactoryId ( ) : String
net/thevpc/nuts/NutsCommandAliasFactoryConfig.getFactoryId:()Ljava/lang/String;
NutsCommandAliasFactoryConfig.getFactoryType ( ) : String
net/thevpc/nuts/NutsCommandAliasFactoryConfig.getFactoryType:()Ljava/lang/String;
NutsCommandAliasFactoryConfig.getParameters ( ) : Map<String,String>
net/thevpc/nuts/NutsCommandAliasFactoryConfig.getParameters:()Ljava/util/Map;
NutsCommandAliasFactoryConfig.getPriority ( ) : int
net/thevpc/nuts/NutsCommandAliasFactoryConfig.getPriority:()I
NutsCommandAliasFactoryConfig.NutsCommandAliasFactoryConfig ( )
net/thevpc/nuts/NutsCommandAliasFactoryConfig."<init>":()V
NutsCommandAliasFactoryConfig.setFactoryId ( String value ) : NutsCommandAliasFactoryConfig
net/thevpc/nuts/NutsCommandAliasFactoryConfig.setFactoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandAliasFactoryConfig;
NutsCommandAliasFactoryConfig.setFactoryType ( String value ) : NutsCommandAliasFactoryConfig
net/thevpc/nuts/NutsCommandAliasFactoryConfig.setFactoryType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandAliasFactoryConfig;
NutsCommandAliasFactoryConfig.setParameters ( Map<String,String> value ) : NutsCommandAliasFactoryConfig
net/thevpc/nuts/NutsCommandAliasFactoryConfig.setParameters:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsCommandAliasFactoryConfig;
NutsCommandAliasFactoryConfig.setPriority ( int value ) : NutsCommandAliasFactoryConfig
net/thevpc/nuts/NutsCommandAliasFactoryConfig.setPriority:(I)Lnet/thevpc/nuts/NutsCommandAliasFactoryConfig;
nuts-0.8.0.jar,
NutsCommandAliasManager.class
package net.thevpc.nuts
NutsCommandAliasManager.add ( NutsCommandAliasConfig p1, NutsAddOptions p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandAliasManager.add:(Lnet/thevpc/nuts/NutsCommandAliasConfig;Lnet/thevpc/nuts/NutsAddOptions;)Z
NutsCommandAliasManager.addFactory ( NutsCommandAliasFactoryConfig p1, NutsAddOptions p2 ) [abstract] : void
net/thevpc/nuts/NutsCommandAliasManager.addFactory:(Lnet/thevpc/nuts/NutsCommandAliasFactoryConfig;Lnet/thevpc/nuts/NutsAddOptions;)V
NutsCommandAliasManager.find ( String p1, NutsId p2, NutsId p3, NutsSession p4 ) [abstract] : NutsWorkspaceCommandAlias
net/thevpc/nuts/NutsCommandAliasManager.find:(Ljava/lang/String;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommandAlias;
NutsCommandAliasManager.find ( String p1, NutsSession p2 ) [abstract] : NutsWorkspaceCommandAlias
net/thevpc/nuts/NutsCommandAliasManager.find:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommandAlias;
NutsCommandAliasManager.findAll ( NutsSession p1 ) [abstract] : List<NutsWorkspaceCommandAlias>
net/thevpc/nuts/NutsCommandAliasManager.findAll:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsCommandAliasManager.findByOwner ( NutsId p1, NutsSession p2 ) [abstract] : List<NutsWorkspaceCommandAlias>
net/thevpc/nuts/NutsCommandAliasManager.findByOwner:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsCommandAliasManager.getFactories ( NutsSession p1 ) [abstract] : NutsCommandAliasFactoryConfig[ ]
net/thevpc/nuts/NutsCommandAliasManager.getFactories:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsCommandAliasFactoryConfig;
NutsCommandAliasManager.remove ( String p1, NutsRemoveOptions p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandAliasManager.remove:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRemoveOptions;)Z
NutsCommandAliasManager.removeFactory ( String p1, NutsRemoveOptions p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandAliasManager.removeFactory:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRemoveOptions;)Z
nuts-0.8.0.jar,
NutsCommandAutoCompleteProcessor.class
package net.thevpc.nuts
NutsCommandAutoCompleteProcessor.resolveCandidates ( NutsCommandLine p1, int p2, NutsWorkspace p3 ) [abstract] : List<NutsArgumentCandidate>
net/thevpc/nuts/NutsCommandAutoCompleteProcessor.resolveCandidates:(Lnet/thevpc/nuts/NutsCommandLine;ILnet/thevpc/nuts/NutsWorkspace;)Ljava/util/List;
nuts-0.8.0.jar,
NutsCommandLine.class
package net.thevpc.nuts
NutsCommandLine.process ( NutsConfigurable p1, NutsCommandLineProcessor p2 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.process:(Lnet/thevpc/nuts/NutsConfigurable;Lnet/thevpc/nuts/NutsCommandLineProcessor;)V
NutsCommandLine.required ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.required:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.throwError ( String p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.throwError:(Ljava/lang/String;)V
NutsCommandLine.unexpectedArgument ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.unexpectedArgument:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
nuts-0.8.0.jar,
NutsCommandLineProcessor.class
package net.thevpc.nuts
NutsCommandLineProcessor.autoComplete ( NutsCommandAutoComplete autoComplete ) : void
net/thevpc/nuts/NutsCommandLineProcessor.autoComplete:(Lnet/thevpc/nuts/NutsCommandAutoComplete;)V
NutsCommandLineProcessor.exec ( ) [abstract] : void
net/thevpc/nuts/NutsCommandLineProcessor.exec:()V
NutsCommandLineProcessor.init ( NutsCommandLine commandline ) : void
net/thevpc/nuts/NutsCommandLineProcessor.init:(Lnet/thevpc/nuts/NutsCommandLine;)V
NutsCommandLineProcessor.nextNonOption ( NutsArgument p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineProcessor.nextNonOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineProcessor.nextOption ( NutsArgument p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineProcessor.nextOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineProcessor.prepare ( NutsCommandLine commandline ) : void
net/thevpc/nuts/NutsCommandLineProcessor.prepare:(Lnet/thevpc/nuts/NutsCommandLine;)V
nuts-0.8.0.jar,
NutsComponent.class
package net.thevpc.nuts
NutsComponent<CriteriaType>.getSupportLevel ( NutsSupportLevelContext<CriteriaType> p1 ) [abstract] : int
net/thevpc/nuts/NutsComponent.getSupportLevel:(Lnet/thevpc/nuts/NutsSupportLevelContext;)I
nuts-0.8.0.jar,
NutsConfigurable.class
package net.thevpc.nuts
NutsConfigurable.configure ( boolean p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsConfigurable.configure:(ZLnet/thevpc/nuts/NutsCommandLine;)Z
NutsConfigurable.configure ( boolean p1, String... p2 ) [abstract] : Object
net/thevpc/nuts/NutsConfigurable.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsConfigurable.configureFirst ( NutsCommandLine p1 ) [abstract] : boolean
net/thevpc/nuts/NutsConfigurable.configureFirst:(Lnet/thevpc/nuts/NutsCommandLine;)Z
nuts-0.8.0.jar,
NutsContent.class
package net.thevpc.nuts
NutsContent.getPath ( ) [abstract] : Path
net/thevpc/nuts/NutsContent.getPath:()Ljava/nio/file/Path;
nuts-0.8.0.jar,
NutsContentEvent.class
package net.thevpc.nuts
NutsContentEvent.getPath ( ) [abstract] : Path
net/thevpc/nuts/NutsContentEvent.getPath:()Ljava/nio/file/Path;
nuts-0.8.0.jar,
NutsDefaultContent.class
package net.thevpc.nuts
NutsDefaultContent.getPath ( ) : Path
net/thevpc/nuts/NutsDefaultContent.getPath:()Ljava/nio/file/Path;
NutsDefaultContent.NutsDefaultContent ( Path file, boolean cached, boolean temporary )
net/thevpc/nuts/NutsDefaultContent."<init>":(Ljava/nio/file/Path;ZZ)V
nuts-0.8.0.jar,
NutsDefaultSupportLevelContext.class
package net.thevpc.nuts
NutsDefaultSupportLevelContext<T>.NutsDefaultSupportLevelContext<T> ( NutsWorkspace ws, T constraints )
net/thevpc/nuts/NutsDefaultSupportLevelContext."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Object;)V
nuts-0.8.0.jar,
NutsDefaultTerminalSpec.class
package net.thevpc.nuts
NutsDefaultTerminalSpec.getParent ( ) : NutsTerminalBase
net/thevpc/nuts/NutsDefaultTerminalSpec.getParent:()Lnet/thevpc/nuts/NutsTerminalBase;
NutsDefaultTerminalSpec.getSession ( ) : NutsSession
net/thevpc/nuts/NutsDefaultTerminalSpec.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDefaultTerminalSpec.setParent ( NutsTerminalBase parent ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.setParent:(Lnet/thevpc/nuts/NutsTerminalBase;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.setSession ( NutsSession p1 ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.setSession ( NutsSession session ) : NutsDefaultTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDefaultTerminalSpec;
nuts-0.8.0.jar,
NutsDefinition.class
package net.thevpc.nuts
NutsDefinition.getDependencies ( ) [abstract] : NutsDependency[ ]
net/thevpc/nuts/NutsDefinition.getDependencies:()[Lnet/thevpc/nuts/NutsDependency;
NutsDefinition.getDependencyNodes ( ) [abstract] : NutsDependencyTreeNode[ ]
net/thevpc/nuts/NutsDefinition.getDependencyNodes:()[Lnet/thevpc/nuts/NutsDependencyTreeNode;
NutsDefinition.isSetDependencyNodes ( ) [abstract] : boolean
net/thevpc/nuts/NutsDefinition.isSetDependencyNodes:()Z
nuts-0.8.0.jar,
NutsDependency.class
package net.thevpc.nuts
NutsDependency.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDependency.getId:()Lnet/thevpc/nuts/NutsId;
NutsDependency.getNamespace ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getNamespace:()Ljava/lang/String;
nuts-0.8.0.jar,
NutsDependencyBuilder.class
package net.thevpc.nuts
NutsDependencyBuilder.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDependencyBuilder.getId:()Lnet/thevpc/nuts/NutsId;
NutsDependencyBuilder.getNamespace ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getNamespace:()Ljava/lang/String;
NutsDependencyBuilder.setNamespace ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setNamespace:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
nuts-0.8.0.jar,
NutsDependencyFormat.class
package net.thevpc.nuts
NutsDependencyFormat.isOmitNamespace ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitNamespace:()Z
NutsDependencyFormat.setOmitNamespace ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitNamespace:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
nuts-0.8.0.jar,
NutsDeployRepositoryCommand.class
package net.thevpc.nuts
NutsDeployRepositoryCommand.getContent ( ) [abstract] : Object
net/thevpc/nuts/NutsDeployRepositoryCommand.getContent:()Ljava/lang/Object;
NutsDeployRepositoryCommand.getDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDeployRepositoryCommand.getDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsDeployRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDeployRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsDeployRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsDeployRepositoryCommand.run ( ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.run:()Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( File p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.setContent:(Ljava/io/File;)Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( InputStream p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.setContent:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( Path p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.setContent:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( URL p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.setContent:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setDescriptor ( NutsDescriptor p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.setDescriptor:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsDeployRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
nuts-0.8.0.jar,
NutsDescriptorBuilder.class
package net.thevpc.nuts
NutsDescriptorBuilder.application ( ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.application:()Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.application ( boolean p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.application:(Z)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.arch ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.arch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.classifierMappings ( NutsClassifierMapping[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.classifierMappings:([Lnet/thevpc/nuts/NutsClassifierMapping;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.dependencies ( NutsDependency[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.dependencies:([Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.description ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.description:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.descriptor ( NutsDescriptor p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.descriptor:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.descriptor ( NutsDescriptorBuilder p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.descriptor:(Lnet/thevpc/nuts/NutsDescriptorBuilder;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.executable ( ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.executable:()Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.executable ( boolean p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.executable:(Z)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.executor ( NutsArtifactCall p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.executor:(Lnet/thevpc/nuts/NutsArtifactCall;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.id ( NutsId p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.id:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.installer ( NutsArtifactCall p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.installer:(Lnet/thevpc/nuts/NutsArtifactCall;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.isNutsApplication ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorBuilder.isNutsApplication:()Z
NutsDescriptorBuilder.locations ( NutsIdLocation[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.locations:([Lnet/thevpc/nuts/NutsIdLocation;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.name ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.name:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.os ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.os:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.osdist ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.osdist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.packaging ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.packaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.parents ( NutsId[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.parents:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.platform ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.platform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.properties ( Map<String,String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.properties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.property ( String p1, String p2 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.property:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.standardDependencies ( NutsDependency[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.standardDependencies:([Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
nuts-0.8.0.jar,
NutsDescriptorContentParserComponent.class
package net.thevpc.nuts
NutsDescriptorContentParserComponent.parse ( NutsDescriptorContentParserContext p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorContentParserComponent.parse:(Lnet/thevpc/nuts/NutsDescriptorContentParserContext;)Lnet/thevpc/nuts/NutsDescriptor;
nuts-0.8.0.jar,
NutsDescriptorContentParserContext.class
package net.thevpc.nuts
NutsDescriptorContentParserContext.getFileExtension ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorContentParserContext.getFileExtension:()Ljava/lang/String;
NutsDescriptorContentParserContext.getFullStream ( ) [abstract] : InputStream
net/thevpc/nuts/NutsDescriptorContentParserContext.getFullStream:()Ljava/io/InputStream;
NutsDescriptorContentParserContext.getHeadStream ( ) [abstract] : InputStream
net/thevpc/nuts/NutsDescriptorContentParserContext.getHeadStream:()Ljava/io/InputStream;
NutsDescriptorContentParserContext.getMimeType ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorContentParserContext.getMimeType:()Ljava/lang/String;
NutsDescriptorContentParserContext.getName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorContentParserContext.getName:()Ljava/lang/String;
NutsDescriptorContentParserContext.getParseOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorContentParserContext.getParseOptions:()[Ljava/lang/String;
NutsDescriptorContentParserContext.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDescriptorContentParserContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDescriptorContentParserContext.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsDescriptorContentParserContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.0.jar,
NutsDescriptorFilterManager.class
package net.thevpc.nuts
NutsDescriptorFilterManager.byApiVersion ( String p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byApiVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byCompanion ( String p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byCompanion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byExtension ( String p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byExtension:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byRuntime ( String p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byRuntime:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
nuts-0.8.0.jar,
NutsDescriptorFormat.class
package net.thevpc.nuts
NutsDescriptorFormat.value ( NutsDescriptor p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.value:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorFormat;
nuts-0.8.0.jar,
NutsElement.class
package net.thevpc.nuts
NutsElement.array ( ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsElement.array:()Lnet/thevpc/nuts/NutsArrayElement;
NutsElement.object ( ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsElement.object:()Lnet/thevpc/nuts/NutsObjectElement;
NutsElement.primitive ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElement.primitive:()Lnet/thevpc/nuts/NutsPrimitiveElement;
nuts-0.8.0.jar,
NutsElementBuilder.class
package net.thevpc.nuts
NutsElementBuilder.forArray ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsElementBuilder.forArray:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsElementBuilder.forBoolean ( boolean p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forBoolean:(Z)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementBuilder.forBoolean ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forBoolean:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementBuilder.forDate ( Date p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forDate:(Ljava/util/Date;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementBuilder.forDate ( Instant p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forDate:(Ljava/time/Instant;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementBuilder.forDate ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forDate:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementBuilder.forNull ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forNull:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementBuilder.forNumber ( Number p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forNumber:(Ljava/lang/Number;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementBuilder.forNumber ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forNumber:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementBuilder.forObject ( ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsElementBuilder.forObject:()Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsElementBuilder.forString ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forString:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
nuts-0.8.0.jar,
NutsElementFormat.class
package net.thevpc.nuts
NutsElementFormat.builder ( ) [abstract] : NutsElementBuilder
net/thevpc/nuts/NutsElementFormat.builder:()Lnet/thevpc/nuts/NutsElementBuilder;
NutsElementFormat.fromElement ( NutsElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.fromElement:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.set ( Object p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.set:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElementFormat;
nuts-0.8.0.jar,
NutsElementNotFoundException.class
package net.thevpc.nuts
NutsElementNotFoundException.NutsElementNotFoundException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsElementNotFoundException.NutsElementNotFoundException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsElementNotFoundException.NutsElementNotFoundException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsElementNotFoundException.NutsElementNotFoundException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsElementNotFoundException.NutsElementNotFoundException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsException.class
package net.thevpc.nuts
NutsException.NutsException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsException.NutsException ( NutsWorkspace workspace, IOException cause )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/io/IOException;)V
NutsException.NutsException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsException.NutsException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsException.NutsException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsException.NutsException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsExecCommand.class
package net.thevpc.nuts
NutsExecCommand.embedded ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.embedded:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.format ( ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommand.format:()Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommand.getErr ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsExecCommand.getErr:()Ljava/io/PrintStream;
NutsExecCommand.getOut ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsExecCommand.getOut:()Ljava/io/PrintStream;
NutsExecCommand.rootCmd ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.rootCmd:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setErr ( PrintStream p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setErr:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setOut ( PrintStream p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setOut:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.spawn ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.spawn:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.userCmd ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.userCmd:()Lnet/thevpc/nuts/NutsExecCommand;
nuts-0.8.0.jar,
NutsExecCommandFormat.class
package net.thevpc.nuts
NutsExecCommandFormat.value ( NutsExecCommand p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.value:(Lnet/thevpc/nuts/NutsExecCommand;)Lnet/thevpc/nuts/NutsExecCommandFormat;
nuts-0.8.0.jar,
NutsExecutionContext.class
package net.thevpc.nuts
NutsExecutionContext.getExecutorOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsExecutionContext.getExecutorOptions:()[Ljava/lang/String;
nuts-0.8.0.jar,
NutsExecutionEntryManager.class
package net.thevpc.nuts
NutsExecutionEntryManager.parse ( File p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryManager.parse:(Ljava/io/File;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryManager.parse ( InputStream p1, String p2, String p3 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryManager.parse:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryManager.parse ( Path p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryManager.parse:(Ljava/nio/file/Path;)[Lnet/thevpc/nuts/NutsExecutionEntry;
nuts-0.8.0.jar,
NutsExecutionException.class
package net.thevpc.nuts
NutsExecutionException.NutsExecutionException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsExecutionException.NutsExecutionException ( NutsWorkspace workspace, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;I)V
NutsExecutionException.NutsExecutionException ( NutsWorkspace workspace, String message, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;I)V
NutsExecutionException.NutsExecutionException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsExecutionException.NutsExecutionException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZI)V
NutsExecutionException.NutsExecutionException ( NutsWorkspace workspace, String message, Throwable cause, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;I)V
NutsExecutionException.NutsExecutionException ( NutsWorkspace workspace, Throwable cause, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;I)V
nuts-0.8.0.jar,
NutsExtensionAlreadyRegisteredException.class
package net.thevpc.nuts
NutsExtensionAlreadyRegisteredException.NutsExtensionAlreadyRegisteredException ( NutsWorkspace workspace, String id, String installed )
net/thevpc/nuts/NutsExtensionAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;)V
NutsExtensionAlreadyRegisteredException.NutsExtensionAlreadyRegisteredException ( NutsWorkspace workspace, String id, String installed, Throwable cause )
net/thevpc/nuts/NutsExtensionAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsExtensionException.class
package net.thevpc.nuts
NutsExtensionException.getId ( ) : String
net/thevpc/nuts/NutsExtensionException.getId:()Ljava/lang/String;
NutsExtensionException.NutsExtensionException ( NutsWorkspace workspace, String extensionId, String message, Throwable cause )
net/thevpc/nuts/NutsExtensionException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsExtensionNotFoundException.class
package net.thevpc.nuts
NutsExtensionNotFoundException.NutsExtensionNotFoundException ( NutsWorkspace workspace, Class missingType, String extensionName )
net/thevpc/nuts/NutsExtensionNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Class;Ljava/lang/String;)V
nuts-0.8.0.jar,
NutsFactoryException.class
package net.thevpc.nuts
NutsFactoryException.NutsFactoryException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsFactoryException.NutsFactoryException ( NutsWorkspace workspace, IOException cause )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/io/IOException;)V
NutsFactoryException.NutsFactoryException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsFactoryException.NutsFactoryException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsFactoryException.NutsFactoryException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsFactoryException.NutsFactoryException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsFetchCommand.class
package net.thevpc.nuts
NutsFetchCommand.addRepositories ( Collection<String> p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addRepositories:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.addRepositories ( String... p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addRepositories:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.addRepository ( String p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.clearRepositories ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.clearRepositories:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.getFetchStrategy ( ) [abstract] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchCommand.getFetchStrategy:()Lnet/thevpc/nuts/NutsFetchStrategy;
NutsFetchCommand.getInstalled ( ) [abstract] : Boolean
net/thevpc/nuts/NutsFetchCommand.getInstalled:()Ljava/lang/Boolean;
NutsFetchCommand.installed ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.installed:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.installed ( Boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.installed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.isCached ( ) [abstract] : boolean
net/thevpc/nuts/NutsFetchCommand.isCached:()Z
NutsFetchCommand.isDependenciesTree ( ) [abstract] : boolean
net/thevpc/nuts/NutsFetchCommand.isDependenciesTree:()Z
NutsFetchCommand.isIndexed ( ) [abstract] : boolean
net/thevpc/nuts/NutsFetchCommand.isIndexed:()Z
NutsFetchCommand.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsFetchCommand.isTransitive:()Z
NutsFetchCommand.notInstalled ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.notInstalled:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.removeRepository ( String p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.removeRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setAnyWhere ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setAnyWhere:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setCached ( boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setCached:(Z)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setDependenciesTree ( boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setDependenciesTree:(Z)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setFetchStrategy ( NutsFetchStrategy p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setFetchStrategy:(Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setIndexed ( Boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setInstalled ( Boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setInstalled:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setOffline ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setOffline:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setOnline ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setOnline:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setRemote ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setRemote:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setTransitive ( boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setTransitive:(Z)Lnet/thevpc/nuts/NutsFetchCommand;
nuts-0.8.0.jar,
NutsFetchContentRepositoryCommand.class
package net.thevpc.nuts
NutsFetchContentRepositoryCommand.getDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsFetchContentRepositoryCommand.getDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsFetchContentRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/NutsFetchContentRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchContentRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsFetchContentRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsFetchContentRepositoryCommand.getLocalPath ( ) [abstract] : Path
net/thevpc/nuts/NutsFetchContentRepositoryCommand.getLocalPath:()Ljava/nio/file/Path;
NutsFetchContentRepositoryCommand.getResult ( ) [abstract] : NutsContent
net/thevpc/nuts/NutsFetchContentRepositoryCommand.getResult:()Lnet/thevpc/nuts/NutsContent;
NutsFetchContentRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/NutsFetchContentRepositoryCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsFetchContentRepositoryCommand.run ( ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/NutsFetchContentRepositoryCommand.run:()Lnet/thevpc/nuts/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setDescriptor ( NutsDescriptor p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/NutsFetchContentRepositoryCommand.setDescriptor:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/NutsFetchContentRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/NutsFetchContentRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setLocalPath ( Path p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/NutsFetchContentRepositoryCommand.setLocalPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsFetchContentRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsFetchContentRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/NutsFetchContentRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFetchContentRepositoryCommand;
nuts-0.8.0.jar,
NutsFetchDescriptorRepositoryCommand.class
package net.thevpc.nuts
NutsFetchDescriptorRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchDescriptorRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsFetchDescriptorRepositoryCommand.getResult ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.getResult:()Lnet/thevpc/nuts/NutsDescriptor;
NutsFetchDescriptorRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.run ( ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.run:()Lnet/thevpc/nuts/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFetchDescriptorRepositoryCommand;
nuts-0.8.0.jar,
NutsFetchModeNotSupportedException.class
package net.thevpc.nuts
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsWorkspace workspace, NutsRepository repo, NutsFetchMode fetchMode, String id, String message )
net/thevpc/nuts/NutsFetchModeNotSupportedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsFetchMode;Ljava/lang/String;Ljava/lang/String;)V
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsWorkspace workspace, NutsRepository repo, NutsFetchMode fetchMode, String id, String message, Exception cause )
net/thevpc/nuts/NutsFetchModeNotSupportedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsFetchMode;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsFormat.class
package net.thevpc.nuts
NutsFormat.format ( ) [abstract] : String
net/thevpc/nuts/NutsFormat.format:()Ljava/lang/String;
NutsFormat.print ( NutsTerminal p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Lnet/thevpc/nuts/NutsTerminal;)V
NutsFormat.print ( PrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Ljava/io/PrintStream;)V
NutsFormat.println ( NutsTerminal p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Lnet/thevpc/nuts/NutsTerminal;)V
NutsFormat.println ( PrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Ljava/io/PrintStream;)V
nuts-0.8.0.jar,
NutsFormatManager.class
package net.thevpc.nuts
NutsFormatManager.iter ( ) [abstract] : NutsIterableOutput
net/thevpc/nuts/NutsFormatManager.iter:()Lnet/thevpc/nuts/NutsIterableOutput;
NutsFormatManager.json ( ) [abstract] : NutsJsonFormat
net/thevpc/nuts/NutsFormatManager.json:()Lnet/thevpc/nuts/NutsJsonFormat;
NutsFormatManager.of ( NutsFormattable p1 ) [abstract] : NutsFormat
net/thevpc/nuts/NutsFormatManager.of:(Lnet/thevpc/nuts/NutsFormattable;)Lnet/thevpc/nuts/NutsFormat;
NutsFormatManager.str ( ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsFormatManager.str:()Lnet/thevpc/nuts/NutsStringFormat;
NutsFormatManager.xml ( ) [abstract] : NutsXmlFormat
net/thevpc/nuts/NutsFormatManager.xml:()Lnet/thevpc/nuts/NutsXmlFormat;
nuts-0.8.0.jar,
NutsId.class
package net.thevpc.nuts
NutsId.getNamespace ( ) [abstract] : String
net/thevpc/nuts/NutsId.getNamespace:()Ljava/lang/String;
NutsId.namespaceToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.namespaceToken:()Lnet/thevpc/nuts/NutsTokenFilter;
nuts-0.8.0.jar,
NutsIdBuilder.class
package net.thevpc.nuts
NutsIdBuilder.getNamespace ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getNamespace:()Ljava/lang/String;
NutsIdBuilder.setNamespace ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setNamespace:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
nuts-0.8.0.jar,
NutsIdFilterManager.class
package net.thevpc.nuts
NutsIdFilterManager.byInstallStatus ( NutsInstallStatus... p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byInstallStatus:([Lnet/thevpc/nuts/NutsInstallStatus;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.byInstallStatus ( Set<NutsInstallStatus>... p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byInstallStatus:([Ljava/util/Set;)Lnet/thevpc/nuts/NutsIdFilter;
nuts-0.8.0.jar,
NutsIdFormat.class
package net.thevpc.nuts
NutsIdFormat.highlightImportedGroupId ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.highlightImportedGroupId:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.highlightImportedGroupId ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.highlightImportedGroupId:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.highlightOptional ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.highlightOptional:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.highlightOptional ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.highlightOptional:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.highlightScope ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.highlightScope:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.highlightScope ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.highlightScope:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.isOmitNamespace ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitNamespace:()Z
NutsIdFormat.omitClassifier ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitClassifier:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitClassifier ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitClassifier:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitFace ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitFace:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitFace ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitFace:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitGroupId ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitGroupId:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitGroupId ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitGroupId:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitImportedGroupId ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitImportedGroupId:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitImportedGroupId ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitImportedGroupId:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitNamespace ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitNamespace:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitNamespace ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitNamespace:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitOtherProperties ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitOtherProperties:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitOtherProperties ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitOtherProperties:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitProperty ( String p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitProperty ( String p1, boolean p2 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitProperty:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitNamespace ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitNamespace:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.value ( NutsId p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.value:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsIdFormat;
nuts-0.8.0.jar,
NutsIdInvalidDependency.class
package net.thevpc.nuts
NutsNotFoundException.NutsIdInvalidDependency.getId ( ) : String
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidDependency.getId:()Ljava/lang/String;
NutsNotFoundException.NutsIdInvalidDependency.NutsNotFoundException.NutsIdInvalidDependency ( String id, Set<NutsNotFoundException.NutsIdInvalidDependency> cause )
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidDependency."<init>":(Ljava/lang/String;Ljava/util/Set;)V
nuts-0.8.0.jar,
NutsIdLocationBuilder.class
package net.thevpc.nuts
NutsIdLocationBuilder.classifier ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.classifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.region ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.region:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.url ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.url:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
nuts-0.8.0.jar,
NutsIllegalArgumentException.class
package net.thevpc.nuts
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsImportManager.class
package net.thevpc.nuts
NutsImportManager.add ( String[ ] p1, NutsAddOptions p2 ) [abstract] : void
net/thevpc/nuts/NutsImportManager.add:([Ljava/lang/String;Lnet/thevpc/nuts/NutsAddOptions;)V
NutsImportManager.remove ( String[ ] p1, NutsRemoveOptions p2 ) [abstract] : void
net/thevpc/nuts/NutsImportManager.remove:([Ljava/lang/String;Lnet/thevpc/nuts/NutsRemoveOptions;)V
NutsImportManager.removeAll ( NutsRemoveOptions p1 ) [abstract] : void
net/thevpc/nuts/NutsImportManager.removeAll:(Lnet/thevpc/nuts/NutsRemoveOptions;)V
NutsImportManager.set ( String[ ] p1, NutsUpdateOptions p2 ) [abstract] : void
net/thevpc/nuts/NutsImportManager.set:([Ljava/lang/String;Lnet/thevpc/nuts/NutsUpdateOptions;)V
nuts-0.8.0.jar,
NutsIndexerNotAccessibleException.class
package net.thevpc.nuts
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsIndexStore.class
package net.thevpc.nuts
NutsIndexStore.enabled ( ) [abstract] : NutsIndexStore
net/thevpc/nuts/NutsIndexStore.enabled:()Lnet/thevpc/nuts/NutsIndexStore;
NutsIndexStore.enabled ( boolean p1 ) [abstract] : NutsIndexStore
net/thevpc/nuts/NutsIndexStore.enabled:(Z)Lnet/thevpc/nuts/NutsIndexStore;
nuts-0.8.0.jar,
NutsIndexStoreFactory.class
package net.thevpc.nuts
NutsIndexStoreFactory.createIndexStore ( NutsRepository p1 ) [abstract] : NutsIndexStore
net/thevpc/nuts/NutsIndexStoreFactory.createIndexStore:(Lnet/thevpc/nuts/NutsRepository;)Lnet/thevpc/nuts/NutsIndexStore;
nuts-0.8.0.jar,
NutsInfoFormat.class
package net.thevpc.nuts
NutsInfoFormat.showRepositories ( ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.showRepositories:()Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.showRepositories ( boolean p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.showRepositories:(Z)Lnet/thevpc/nuts/NutsInfoFormat;
nuts-0.8.0.jar,
NutsInput.class
package net.thevpc.nuts
NutsInput.getPath ( ) [abstract] : Path
net/thevpc/nuts/NutsInput.getPath:()Ljava/nio/file/Path;
NutsInput.isPath ( ) [abstract] : boolean
net/thevpc/nuts/NutsInput.isPath:()Z
nuts-0.8.0.jar,
NutsInputManager.class
package net.thevpc.nuts
NutsInputManager.getName ( ) [abstract] : String
net/thevpc/nuts/NutsInputManager.getName:()Ljava/lang/String;
NutsInputManager.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsInputManager.getTypeName:()Ljava/lang/String;
NutsInputManager.isMultiRead ( ) [abstract] : boolean
net/thevpc/nuts/NutsInputManager.isMultiRead:()Z
NutsInputManager.of ( byte[ ] p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputManager.of:([B)Lnet/thevpc/nuts/NutsInput;
NutsInputManager.of ( File p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputManager.of:(Ljava/io/File;)Lnet/thevpc/nuts/NutsInput;
NutsInputManager.of ( InputStream p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputManager.of:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsInput;
NutsInputManager.of ( NutsInput p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputManager.of:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsInput;
NutsInputManager.of ( Object p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputManager.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsInput;
NutsInputManager.of ( Path p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputManager.of:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsInput;
NutsInputManager.of ( String p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputManager.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInput;
NutsInputManager.of ( URL p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputManager.of:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsInput;
NutsInputManager.setMultiRead ( boolean p1 ) [abstract] : NutsInputManager
net/thevpc/nuts/NutsInputManager.setMultiRead:(Z)Lnet/thevpc/nuts/NutsInputManager;
NutsInputManager.setName ( String p1 ) [abstract] : NutsInputManager
net/thevpc/nuts/NutsInputManager.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInputManager;
NutsInputManager.setTypeName ( String p1 ) [abstract] : NutsInputManager
net/thevpc/nuts/NutsInputManager.setTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInputManager;
nuts-0.8.0.jar,
NutsInputStreamTransparentAdapter.class
package net.thevpc.nuts
NutsInputStreamTransparentAdapter.baseInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/NutsInputStreamTransparentAdapter.baseInputStream:()Ljava/io/InputStream;
nuts-0.8.0.jar,
NutsInstallationException.class
package net.thevpc.nuts
NutsInstallationException.getId ( ) : String
net/thevpc/nuts/NutsInstallationException.getId:()Ljava/lang/String;
NutsInstallationException.NutsInstallationException ( NutsWorkspace workspace, NutsId id, String msg, Exception ex )
net/thevpc/nuts/NutsInstallationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Exception;)V
NutsInstallationException.NutsInstallationException ( NutsWorkspace workspace, String id, String msg, Exception ex )
net/thevpc/nuts/NutsInstallationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsInstallCommand.class
package net.thevpc.nuts
NutsInstallCommand.arg ( String p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.arg:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.args ( Collection<String> p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.args:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.args ( String... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.args:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.id ( NutsId p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.id:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.id ( String p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.id:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.ids ( NutsId... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.ids:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.ids ( String... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.ids:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.installed ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.installed:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.installed ( boolean p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.installed:(Z)Lnet/thevpc/nuts/NutsInstallCommand;
nuts-0.8.0.jar,
NutsInstallException.class
package net.thevpc.nuts
NutsInstallException.NutsInstallException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsInstallException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsInstallException.NutsInstallException ( NutsWorkspace workspace, NutsId id, String msg, Exception ex )
net/thevpc/nuts/NutsInstallException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Exception;)V
NutsInstallException.NutsInstallException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsInstallException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsInstallException.NutsInstallException ( NutsWorkspace workspace, String id, String msg, Exception ex )
net/thevpc/nuts/NutsInstallException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsInstallInformation.class
package net.thevpc.nuts
NutsInstallInformation.getCreatedDate ( ) [abstract] : Instant
net/thevpc/nuts/NutsInstallInformation.getCreatedDate:()Ljava/time/Instant;
NutsInstallInformation.getInstallFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsInstallInformation.getInstallFolder:()Ljava/nio/file/Path;
NutsInstallInformation.getInstallStatus ( ) [abstract] : Set<NutsInstallStatus>
net/thevpc/nuts/NutsInstallInformation.getInstallStatus:()Ljava/util/Set;
NutsInstallInformation.getLastModifiedDate ( ) [abstract] : Instant
net/thevpc/nuts/NutsInstallInformation.getLastModifiedDate:()Ljava/time/Instant;
nuts-0.8.0.jar,
NutsInstallStatus.class
package net.thevpc.nuts
NutsInstallStatus.id ( ) : String
net/thevpc/nuts/NutsInstallStatus.id:()Ljava/lang/String;
NutsInstallStatus.valueOf ( String name ) [static] : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.values ( ) [static] : NutsInstallStatus[ ]
net/thevpc/nuts/NutsInstallStatus.values:()[Lnet/thevpc/nuts/NutsInstallStatus;
nuts-0.8.0.jar,
NutsInvalidRepositoryException.class
package net.thevpc.nuts
NutsInvalidRepositoryException.NutsInvalidRepositoryException ( NutsWorkspace workspace, String repository, String message )
net/thevpc/nuts/NutsInvalidRepositoryException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.0.jar,
NutsInvalidWorkspaceException.class
package net.thevpc.nuts
NutsInvalidWorkspaceException.NutsInvalidWorkspaceException ( NutsWorkspace workspace, String workspaceLocation, String errorMessage )
net/thevpc/nuts/NutsInvalidWorkspaceException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.0.jar,
NutsIOCompressAction.class
package net.thevpc.nuts
NutsIOCompressAction.logProgress ( ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.logProgress:()Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.logProgress ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.logProgress:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.progressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.progressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.progressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.progressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.safe ( ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.safe:()Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.safe ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.safe:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.skipRoot ( ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.skipRoot:()Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.skipRoot ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.skipRoot:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
nuts-0.8.0.jar,
NutsIOCopyAction.class
package net.thevpc.nuts
NutsIOCopyAction.logProgress ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.logProgress:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.logProgress ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.logProgress:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.progressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.progressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.progressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.progressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.safe ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.safe:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.safe ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.safe:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.skipRoot ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.skipRoot:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.skipRoot ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.skipRoot:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.validator ( NutsIOCopyValidator p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.validator:(Lnet/thevpc/nuts/NutsIOCopyValidator;)Lnet/thevpc/nuts/NutsIOCopyAction;
nuts-0.8.0.jar,
NutsIOCopyValidationException.class
package net.thevpc.nuts
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsIOCopyValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsIOCopyValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsIOCopyValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsIOCopyValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsIODeleteAction.class
package net.thevpc.nuts
NutsIODeleteAction.failFast ( ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.failFast:()Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.failFast ( boolean p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.failFast:(Z)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.target ( Object p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.target:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIODeleteAction;
nuts-0.8.0.jar,
NutsIOException.class
package net.thevpc.nuts
NutsIOException.NutsIOException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsIOException.NutsIOException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsIOException.NutsIOException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsIOException.NutsIOException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsIOHashAction.class
package net.thevpc.nuts
NutsIOHashAction.source ( File p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.source:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.source ( InputStream p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.source:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.source ( NutsDescriptor p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.source:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.source ( Path p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.source:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOHashAction;
nuts-0.8.0.jar,
NutsIOLockAction.class
package net.thevpc.nuts
NutsIOLockAction.resource ( Object p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.resource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.source ( Object p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.source:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOLockAction;
nuts-0.8.0.jar,
NutsIOManager.class
package net.thevpc.nuts
NutsIOManager.createPrintStream ( OutputStream p1, NutsTerminalMode p2 ) [abstract] : PrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NutsTerminalMode;)Ljava/io/PrintStream;
NutsIOManager.input ( ) [abstract] : NutsInputManager
net/thevpc/nuts/NutsIOManager.input:()Lnet/thevpc/nuts/NutsInputManager;
NutsIOManager.loadFormattedString ( Reader p1, ClassLoader p2 ) [abstract] : String
net/thevpc/nuts/NutsIOManager.loadFormattedString:(Ljava/io/Reader;Ljava/lang/ClassLoader;)Ljava/lang/String;
NutsIOManager.loadFormattedString ( String p1, ClassLoader p2, String p3 ) [abstract] : String
net/thevpc/nuts/NutsIOManager.loadFormattedString:(Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/lang/String;
NutsIOManager.nullPrintStream ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsIOManager.nullPrintStream:()Ljava/io/PrintStream;
NutsIOManager.output ( ) [abstract] : NutsOutputManager
net/thevpc/nuts/NutsIOManager.output:()Lnet/thevpc/nuts/NutsOutputManager;
NutsIOManager.term ( ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsIOManager.term:()Lnet/thevpc/nuts/NutsTerminalManager;
NutsIOManager.tmp ( ) [abstract] : NutsTempManager
net/thevpc/nuts/NutsIOManager.tmp:()Lnet/thevpc/nuts/NutsTempManager;
nuts-0.8.0.jar,
NutsIOUncompressAction.class
package net.thevpc.nuts
NutsIOUncompressAction.logProgress ( ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.logProgress:()Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.logProgress ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.logProgress:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.progressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.progressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.safe ( ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.safe:()Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.safe ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.safe:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.skipRoot ( ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.skipRoot:()Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.skipRoot ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.skipRoot:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
nuts-0.8.0.jar,
NutsIterableFormat.class
package net.thevpc.nuts
NutsIterableFormat.getOutputFormat ( ) [abstract] : NutsOutputFormat
net/thevpc/nuts/NutsIterableFormat.getOutputFormat:()Lnet/thevpc/nuts/NutsOutputFormat;
nuts-0.8.0.jar,
NutsIterableOutput.class
package net.thevpc.nuts
NutsIterableOutput.complete ( ) [abstract] : void
net/thevpc/nuts/NutsIterableOutput.complete:()V
NutsIterableOutput.configure ( boolean p1, String... p2 ) [abstract] : NutsIterableOutput
net/thevpc/nuts/NutsIterableOutput.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsIterableOutput;
NutsIterableOutput.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsIterableOutput.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsIterableOutput.next ( Object p1 ) [abstract] : void
net/thevpc/nuts/NutsIterableOutput.next:(Ljava/lang/Object;)V
NutsIterableOutput.out ( PrintStream p1 ) [abstract] : NutsIterableOutput
net/thevpc/nuts/NutsIterableOutput.out:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NutsIterableOutput;
NutsIterableOutput.out ( PrintWriter p1 ) [abstract] : NutsIterableOutput
net/thevpc/nuts/NutsIterableOutput.out:(Ljava/io/PrintWriter;)Lnet/thevpc/nuts/NutsIterableOutput;
NutsIterableOutput.setOut ( PrintStream p1 ) [abstract] : NutsIterableOutput
net/thevpc/nuts/NutsIterableOutput.setOut:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NutsIterableOutput;
NutsIterableOutput.setOut ( PrintWriter p1 ) [abstract] : NutsIterableOutput
net/thevpc/nuts/NutsIterableOutput.setOut:(Ljava/io/PrintWriter;)Lnet/thevpc/nuts/NutsIterableOutput;
NutsIterableOutput.setSession ( NutsSession p1 ) [abstract] : NutsIterableOutput
net/thevpc/nuts/NutsIterableOutput.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIterableOutput;
NutsIterableOutput.start ( ) [abstract] : void
net/thevpc/nuts/NutsIterableOutput.start:()V
nuts-0.8.0.jar,
NutsJsonFormat.class
package net.thevpc.nuts
NutsJsonFormat.compact ( ) [abstract] : NutsJsonFormat
net/thevpc/nuts/NutsJsonFormat.compact:()Lnet/thevpc/nuts/NutsJsonFormat;
NutsJsonFormat.compact ( boolean p1 ) [abstract] : NutsJsonFormat
net/thevpc/nuts/NutsJsonFormat.compact:(Z)Lnet/thevpc/nuts/NutsJsonFormat;
NutsJsonFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsJsonFormat
net/thevpc/nuts/NutsJsonFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsJsonFormat;
NutsJsonFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsJsonFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsJsonFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsJsonFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsJsonFormat.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsJsonFormat.getValue:()Ljava/lang/Object;
NutsJsonFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NutsJsonFormat.isCompact:()Z
NutsJsonFormat.parse ( byte[ ] p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsJsonFormat.parse:([BLjava/lang/Class;)Ljava/lang/Object;
NutsJsonFormat.parse ( File p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsJsonFormat.parse:(Ljava/io/File;Ljava/lang/Class;)Ljava/lang/Object;
NutsJsonFormat.parse ( InputStream p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsJsonFormat.parse:(Ljava/io/InputStream;Ljava/lang/Class;)Ljava/lang/Object;
NutsJsonFormat.parse ( Path p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsJsonFormat.parse:(Ljava/nio/file/Path;Ljava/lang/Class;)Ljava/lang/Object;
NutsJsonFormat.parse ( Reader p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsJsonFormat.parse:(Ljava/io/Reader;Ljava/lang/Class;)Ljava/lang/Object;
NutsJsonFormat.parse ( String p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsJsonFormat.parse:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
NutsJsonFormat.parse ( URL p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsJsonFormat.parse:(Ljava/net/URL;Ljava/lang/Class;)Ljava/lang/Object;
NutsJsonFormat.setCompact ( boolean p1 ) [abstract] : NutsJsonFormat
net/thevpc/nuts/NutsJsonFormat.setCompact:(Z)Lnet/thevpc/nuts/NutsJsonFormat;
NutsJsonFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsJsonFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsJsonFormat.setSession ( NutsSession p1 ) [abstract] : NutsJsonFormat
net/thevpc/nuts/NutsJsonFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsJsonFormat;
NutsJsonFormat.setValue ( Object p1 ) [abstract] : NutsJsonFormat
net/thevpc/nuts/NutsJsonFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsJsonFormat;
NutsJsonFormat.value ( Object p1 ) [abstract] : NutsJsonFormat
net/thevpc/nuts/NutsJsonFormat.value:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsJsonFormat;
nuts-0.8.0.jar,
NutsLockAcquireException.class
package net.thevpc.nuts
NutsLockAcquireException.NutsLockAcquireException ( NutsWorkspace workspace, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockAcquireException.NutsLockAcquireException ( NutsWorkspace workspace, String message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockAcquireException.NutsLockAcquireException ( NutsWorkspace workspace, String message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsLockBarrierException.class
package net.thevpc.nuts
NutsLockBarrierException.NutsLockBarrierException ( NutsWorkspace workspace, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockBarrierException.NutsLockBarrierException ( NutsWorkspace workspace, String message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockBarrierException.NutsLockBarrierException ( NutsWorkspace workspace, String message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsLockException.class
package net.thevpc.nuts
NutsLockException.NutsLockException ( NutsWorkspace workspace, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockException.NutsLockException ( NutsWorkspace workspace, String message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockException.NutsLockException ( NutsWorkspace workspace, String message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsLockReleaseException.class
package net.thevpc.nuts
NutsLockReleaseException.NutsLockReleaseException ( NutsWorkspace workspace, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockReleaseException.NutsLockReleaseException ( NutsWorkspace workspace, String message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockReleaseException.NutsLockReleaseException ( NutsWorkspace workspace, String message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsLogger.class
package net.thevpc.nuts
NutsLogger.log ( Level p1, String p2, String p3 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;)V
NutsLogger.log ( Level p1, String p2, String p3, Object... p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V
NutsLogger.log ( Level p1, String p2, Supplier<String> p3 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/util/function/Supplier;)V
NutsLogger.log ( Level p1, String p2, Throwable p3 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsLoggerOp.class
package net.thevpc.nuts
NutsLoggerOp.verb ( String p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.verb:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLoggerOp;
nuts-0.8.0.jar,
NutsLoginException.class
package net.thevpc.nuts
NutsLoginException.NutsLoginException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsLoginException.NutsLoginException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsLoginException.NutsLoginException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsLoginException.NutsLoginException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsLoginException.NutsLoginException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsLogManager.class
package net.thevpc.nuts
NutsLogManager.addHandler ( Handler p1 ) [abstract] : void
net/thevpc/nuts/NutsLogManager.addHandler:(Ljava/util/logging/Handler;)V
NutsLogManager.removeHandler ( Handler p1 ) [abstract] : void
net/thevpc/nuts/NutsLogManager.removeHandler:(Ljava/util/logging/Handler;)V
NutsLogManager.setFileLevel ( Level p1, NutsUpdateOptions p2 ) [abstract] : void
net/thevpc/nuts/NutsLogManager.setFileLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsUpdateOptions;)V
NutsLogManager.setTermLevel ( Level p1, NutsUpdateOptions p2 ) [abstract] : void
net/thevpc/nuts/NutsLogManager.setTermLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsUpdateOptions;)V
nuts-0.8.0.jar,
NutsMonitorAction.class
package net.thevpc.nuts
NutsMonitorAction.getName ( ) [abstract] : String
net/thevpc/nuts/NutsMonitorAction.getName:()Ljava/lang/String;
NutsMonitorAction.length ( long p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.length:(J)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.logProgress ( ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.logProgress:()Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.logProgress ( boolean p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.logProgress:(Z)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.name ( String p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.name:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.origin ( Object p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.origin:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.progressFactory ( NutsProgressFactory p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.progressFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.progressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.progressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setName ( String p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.source ( File p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.source:(Ljava/io/File;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.source ( InputStream p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.source:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.source ( NutsInput p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.source:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.source ( Path p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.source:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.source ( String p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.source:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMonitorAction;
nuts-0.8.0.jar,
NutsNamedElement.class
package net.thevpc.nuts
NutsNamedElement.getName ( ) [abstract] : String
net/thevpc/nuts/NutsNamedElement.getName:()Ljava/lang/String;
NutsNamedElement.getValue ( ) [abstract] : NutsElement
net/thevpc/nuts/NutsNamedElement.getValue:()Lnet/thevpc/nuts/NutsElement;
nuts-0.8.0.jar,
NutsNotExecutableException.class
package net.thevpc.nuts
NutsNotExecutableException.getId ( ) : String
net/thevpc/nuts/NutsNotExecutableException.getId:()Ljava/lang/String;
NutsNotExecutableException.NutsNotExecutableException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsNotExecutableException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsNotExecutableException.NutsNotExecutableException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsNotExecutableException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
nuts-0.8.0.jar,
NutsNotFoundException.class
package net.thevpc.nuts
NutsNotFoundException.getId ( ) : String
net/thevpc/nuts/NutsNotFoundException.getId:()Ljava/lang/String;
NutsNotFoundException.NutsNotFoundException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsNotFoundException.NutsNotFoundException ( NutsWorkspace workspace, NutsId id, Exception cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/Exception;)V
NutsNotFoundException.NutsNotFoundException ( NutsWorkspace workspace, NutsId id, NutsNotFoundException.NutsIdInvalidDependency[ ] dependencies, NutsNotFoundException.NutsIdInvalidLocation[ ] locations, Exception cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;[Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidDependency;[Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidLocation;Ljava/lang/Exception;)V
NutsNotFoundException.NutsNotFoundException ( NutsWorkspace workspace, NutsId id, String message, Exception cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Exception;)V
NutsNotFoundException.NutsNotFoundException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsNotFoundException.NutsNotFoundException ( NutsWorkspace workspace, String id, NutsNotFoundException.NutsIdInvalidDependency[ ] dependencies, NutsNotFoundException.NutsIdInvalidLocation[ ] locations, Exception cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;[Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidDependency;[Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidLocation;Ljava/lang/Exception;)V
NutsNotFoundException.NutsNotFoundException ( NutsWorkspace workspace, String id, String message, Exception cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsNotInstallableException.class
package net.thevpc.nuts
NutsNotInstallableException.NutsNotInstallableException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsNotInstallableException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsNotInstallableException.NutsNotInstallableException ( NutsWorkspace workspace, NutsId id, String msg, Exception ex )
net/thevpc/nuts/NutsNotInstallableException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Exception;)V
NutsNotInstallableException.NutsNotInstallableException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsNotInstallableException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsNotInstallableException.NutsNotInstallableException ( NutsWorkspace workspace, String id, String msg, Exception ex )
net/thevpc/nuts/NutsNotInstallableException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsNotInstalledException.class
package net.thevpc.nuts
NutsNotInstalledException.NutsNotInstalledException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsNotInstalledException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsNotInstalledException.NutsNotInstalledException ( NutsWorkspace workspace, NutsId id, String msg, Exception ex )
net/thevpc/nuts/NutsNotInstalledException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Exception;)V
NutsNotInstalledException.NutsNotInstalledException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsNotInstalledException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsNotInstalledException.NutsNotInstalledException ( NutsWorkspace workspace, String id, String msg, Exception ex )
net/thevpc/nuts/NutsNotInstalledException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsObjectFormat.class
package net.thevpc.nuts
NutsObjectFormat.value ( Object p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsObjectFormat.value:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
nuts-0.8.0.jar,
NutsOutput.class
package net.thevpc.nuts
NutsOutput.getPath ( ) [abstract] : Path
net/thevpc/nuts/NutsOutput.getPath:()Ljava/nio/file/Path;
nuts-0.8.0.jar,
NutsOutputFormat.class
package net.thevpc.nuts
NutsOutputFormat.id ( ) : String
net/thevpc/nuts/NutsOutputFormat.id:()Ljava/lang/String;
NutsOutputFormat.valueOf ( String name ) [static] : NutsOutputFormat
net/thevpc/nuts/NutsOutputFormat.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputFormat;
NutsOutputFormat.values ( ) [static] : NutsOutputFormat[ ]
net/thevpc/nuts/NutsOutputFormat.values:()[Lnet/thevpc/nuts/NutsOutputFormat;
nuts-0.8.0.jar,
NutsOutputManager.class
package net.thevpc.nuts
NutsOutputManager.getName ( ) [abstract] : String
net/thevpc/nuts/NutsOutputManager.getName:()Ljava/lang/String;
NutsOutputManager.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsOutputManager.getTypeName:()Ljava/lang/String;
NutsOutputManager.of ( File p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputManager.of:(Ljava/io/File;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputManager.of ( Object p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputManager.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputManager.of ( OutputStream p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputManager.of:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputManager.of ( Path p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputManager.of:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputManager.of ( String p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputManager.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputManager.of ( URL p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputManager.of:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputManager.setName ( String p1 ) [abstract] : NutsOutputManager
net/thevpc/nuts/NutsOutputManager.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputManager;
NutsOutputManager.setTypeName ( String p1 ) [abstract] : NutsOutputManager
net/thevpc/nuts/NutsOutputManager.setTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputManager;
nuts-0.8.0.jar,
NutsParseEnumException.class
package net.thevpc.nuts
NutsParseEnumException.NutsParseEnumException ( NutsWorkspace workspace, String invalidValue, Class<?> enumType )
net/thevpc/nuts/NutsParseEnumException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Class;)V
NutsParseEnumException.NutsParseEnumException ( NutsWorkspace workspace, String message, String invalidValue, Class<?> enumType )
net/thevpc/nuts/NutsParseEnumException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)V
nuts-0.8.0.jar,
NutsParseException.class
package net.thevpc.nuts
NutsParseException.NutsParseException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsParseException.NutsParseException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsParseException.NutsParseException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsParseException.NutsParseException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsParseException.NutsParseException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsPrimitiveElement.class
package net.thevpc.nuts
NutsPrimitiveElement.getDate ( ) [abstract] : Instant
net/thevpc/nuts/NutsPrimitiveElement.getDate:()Ljava/time/Instant;
nuts-0.8.0.jar,
NutsProgressEvent.class
package net.thevpc.nuts
NutsProgressEvent.getMessage ( ) [abstract] : String
net/thevpc/nuts/NutsProgressEvent.getMessage:()Ljava/lang/String;
nuts-0.8.0.jar,
NutsPropertiesFormat.class
package net.thevpc.nuts
NutsPropertiesFormat.isSort ( ) [abstract] : boolean
net/thevpc/nuts/NutsPropertiesFormat.isSort:()Z
NutsPropertiesFormat.model ( Map p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.model:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.separator ( String p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.separator:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setModel ( Map p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setModel:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setSort ( boolean p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setSort:(Z)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.sort ( ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.sort:()Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.sort ( boolean p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.sort:(Z)Lnet/thevpc/nuts/NutsPropertiesFormat;
nuts-0.8.0.jar,
NutsPushCommand.class
package net.thevpc.nuts
NutsPushCommand.arg ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.arg:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.args ( String... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.args:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.id ( NutsId p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.id:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.id ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.id:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.ids ( NutsId... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.ids:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.ids ( String... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.ids:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.lockedId ( NutsId p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.lockedId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.lockedId ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.lockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.lockedIds ( NutsId... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.lockedIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.lockedIds ( String... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.lockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.offline ( ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.offline:()Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.offline ( boolean p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.offline:(Z)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.repository ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.repository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
nuts-0.8.0.jar,
NutsPushException.class
package net.thevpc.nuts
NutsPushException.getId ( ) : String
net/thevpc/nuts/NutsPushException.getId:()Ljava/lang/String;
NutsPushException.NutsPushException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsPushException.NutsPushException ( NutsWorkspace workspace, NutsId id, String message )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;)V
NutsPushException.NutsPushException ( NutsWorkspace workspace, NutsId id, String message, Throwable cause )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsPushException.NutsPushException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsPushException.NutsPushException ( NutsWorkspace workspace, String id, String message )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;)V
NutsPushException.NutsPushException ( NutsWorkspace workspace, String id, String message, Throwable cause )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsPushRepositoryCommand.class
package net.thevpc.nuts
NutsPushRepositoryCommand.getArgs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsPushRepositoryCommand.getArgs:()[Ljava/lang/String;
NutsPushRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsPushRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsPushRepositoryCommand.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsPushRepositoryCommand.getRepository:()Ljava/lang/String;
NutsPushRepositoryCommand.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/NutsPushRepositoryCommand.isOffline:()Z
NutsPushRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/NutsPushRepositoryCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsPushRepositoryCommand.run ( ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/NutsPushRepositoryCommand.run:()Lnet/thevpc/nuts/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setArgs ( String[ ] p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/NutsPushRepositoryCommand.setArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/NutsPushRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setOffline ( boolean p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/NutsPushRepositoryCommand.setOffline:(Z)Lnet/thevpc/nuts/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setRepository ( String p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/NutsPushRepositoryCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsPushRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsPushRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/NutsPushRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPushRepositoryCommand;
nuts-0.8.0.jar,
NutsQuestion.class
package net.thevpc.nuts
NutsQuestion<T>.acceptedValues ( Object[ ] p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.acceptedValues:([Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.defaultValue ( T p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.defaultValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.format ( NutsQuestionFormat<T> p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.format:(Lnet/thevpc/nuts/NutsQuestionFormat;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.hintMessage ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.hintMessage:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.message ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.message:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.parser ( NutsQuestionParser<T> p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.parser:(Lnet/thevpc/nuts/NutsQuestionParser;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.validator ( NutsQuestionValidator<T> p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.validator:(Lnet/thevpc/nuts/NutsQuestionValidator;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.valueType ( Class<T> p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.valueType:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsQuestion;
nuts-0.8.0.jar,
NutsReadOnlyException.class
package net.thevpc.nuts
NutsReadOnlyException.NutsReadOnlyException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsReadOnlyException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsReadOnlyException.NutsReadOnlyException ( NutsWorkspace workspace, String location )
net/thevpc/nuts/NutsReadOnlyException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
nuts-0.8.0.jar,
NutsRemoveOptions.class
package net.thevpc.nuts
NutsRemoveOptions.erase ( ) : NutsRemoveOptions
net/thevpc/nuts/NutsRemoveOptions.erase:()Lnet/thevpc/nuts/NutsRemoveOptions;
NutsRemoveOptions.erase ( boolean erase ) : NutsRemoveOptions
net/thevpc/nuts/NutsRemoveOptions.erase:(Z)Lnet/thevpc/nuts/NutsRemoveOptions;
nuts-0.8.0.jar,
NutsRemoveUserCommand.class
package net.thevpc.nuts
NutsRemoveUserCommand.username ( String p1 ) [abstract] : NutsRemoveUserCommand
net/thevpc/nuts/NutsRemoveUserCommand.username:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRemoveUserCommand;
nuts-0.8.0.jar,
NutsRepository.class
package net.thevpc.nuts
NutsRepository.addRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : void
net/thevpc/nuts/NutsRepository.addRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)V
NutsRepository.addUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : void
net/thevpc/nuts/NutsRepository.addUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)V
NutsRepository.deploy ( ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsRepository.deploy:()Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
NutsRepository.fetchContent ( ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/NutsRepository.fetchContent:()Lnet/thevpc/nuts/NutsFetchContentRepositoryCommand;
NutsRepository.fetchDescriptor ( ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/NutsRepository.fetchDescriptor:()Lnet/thevpc/nuts/NutsFetchDescriptorRepositoryCommand;
NutsRepository.push ( ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/NutsRepository.push:()Lnet/thevpc/nuts/NutsPushRepositoryCommand;
NutsRepository.removeRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : void
net/thevpc/nuts/NutsRepository.removeRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)V
NutsRepository.removeUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : void
net/thevpc/nuts/NutsRepository.removeUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)V
NutsRepository.search ( ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/NutsRepository.search:()Lnet/thevpc/nuts/NutsSearchRepositoryCommand;
NutsRepository.searchVersions ( ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/NutsRepository.searchVersions:()Lnet/thevpc/nuts/NutsSearchVersionsRepositoryCommand;
NutsRepository.undeploy ( ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/NutsRepository.undeploy:()Lnet/thevpc/nuts/NutsRepositoryUndeployCommand;
NutsRepository.updateStatistics ( ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/NutsRepository.updateStatistics:()Lnet/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand;
nuts-0.8.0.jar,
NutsRepositoryAlreadyRegisteredException.class
package net.thevpc.nuts
NutsRepositoryAlreadyRegisteredException.NutsRepositoryAlreadyRegisteredException ( NutsWorkspace workspace, String repository )
net/thevpc/nuts/NutsRepositoryAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsRepositoryAlreadyRegisteredException.NutsRepositoryAlreadyRegisteredException ( NutsWorkspace workspace, String repository, Throwable err )
net/thevpc/nuts/NutsRepositoryAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsRepositoryCommand.class
package net.thevpc.nuts
NutsRepositoryCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/NutsRepositoryCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsRepositoryCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsRepositoryCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsRepositoryCommand.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryCommand.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryCommand.run ( ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/NutsRepositoryCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/NutsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
nuts-0.8.0.jar,
NutsRepositoryConfigManager.class
package net.thevpc.nuts
NutsRepositoryConfigManager.addMirror ( NutsRepositoryDefinition p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.addMirror:(Lnet/thevpc/nuts/NutsRepositoryDefinition;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.findMirror ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirror:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.findMirrorById ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirrorById:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.findMirrorByName ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirrorByName:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getMirror ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.getMirror:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getMirrors ( NutsSession p1 ) [abstract] : NutsRepository[ ]
net/thevpc/nuts/NutsRepositoryConfigManager.getMirrors:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getName ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getName:()Ljava/lang/String;
NutsRepositoryConfigManager.getSpeed ( NutsSession p1 ) [abstract] : int
net/thevpc/nuts/NutsRepositoryConfigManager.getSpeed:(Lnet/thevpc/nuts/NutsSession;)I
NutsRepositoryConfigManager.getStoreLocation ( ) [abstract] : Path
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:()Ljava/nio/file/Path;
NutsRepositoryConfigManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : Path
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsRepositoryConfigManager.getUuid ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getUuid:()Ljava/lang/String;
NutsRepositoryConfigManager.isIndexSubscribed ( NutsSession p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryConfigManager.isIndexSubscribed:(Lnet/thevpc/nuts/NutsSession;)Z
NutsRepositoryConfigManager.removeMirror ( String p1, NutsRemoveOptions p2 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.removeMirror:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRemoveOptions;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.save ( boolean p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryConfigManager.save:(ZLnet/thevpc/nuts/NutsSession;)Z
NutsRepositoryConfigManager.save ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/NutsRepositoryConfigManager.save:(Lnet/thevpc/nuts/NutsSession;)V
NutsRepositoryConfigManager.setEnabled ( boolean p1, NutsUpdateOptions p2 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setEnabled:(ZLnet/thevpc/nuts/NutsUpdateOptions;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setIndexEnabled ( boolean p1, NutsUpdateOptions p2 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setIndexEnabled:(ZLnet/thevpc/nuts/NutsUpdateOptions;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setMirrorEnabled ( String p1, boolean p2, NutsUpdateOptions p3 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setMirrorEnabled:(Ljava/lang/String;ZLnet/thevpc/nuts/NutsUpdateOptions;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setTemporary ( boolean p1, NutsUpdateOptions p2 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setTemporary:(ZLnet/thevpc/nuts/NutsUpdateOptions;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.subscribeIndex ( NutsSession p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.subscribeIndex:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.unsubscribeIndex ( NutsSession p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.unsubscribeIndex:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
nuts-0.8.0.jar,
NutsRepositoryDefinition.class
package net.thevpc.nuts
NutsRepositoryDefinition.copy ( ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.copy:()Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.getDeployOrder ( ) : int
net/thevpc/nuts/NutsRepositoryDefinition.getDeployOrder:()I
NutsRepositoryDefinition.getLocation ( ) : String
net/thevpc/nuts/NutsRepositoryDefinition.getLocation:()Ljava/lang/String;
NutsRepositoryDefinition.getName ( ) : String
net/thevpc/nuts/NutsRepositoryDefinition.getName:()Ljava/lang/String;
NutsRepositoryDefinition.getOrder ( ) : int
net/thevpc/nuts/NutsRepositoryDefinition.getOrder:()I
NutsRepositoryDefinition.getSession ( ) : NutsSession
net/thevpc/nuts/NutsRepositoryDefinition.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryDefinition.getStoreLocationStrategy ( ) : NutsStoreLocationStrategy
net/thevpc/nuts/NutsRepositoryDefinition.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsRepositoryDefinition.getType ( ) : String
net/thevpc/nuts/NutsRepositoryDefinition.getType:()Ljava/lang/String;
NutsRepositoryDefinition.isCreate ( ) : boolean
net/thevpc/nuts/NutsRepositoryDefinition.isCreate:()Z
NutsRepositoryDefinition.isFailSafe ( ) : boolean
net/thevpc/nuts/NutsRepositoryDefinition.isFailSafe:()Z
NutsRepositoryDefinition.isProxy ( ) : boolean
net/thevpc/nuts/NutsRepositoryDefinition.isProxy:()Z
NutsRepositoryDefinition.isReference ( ) : boolean
net/thevpc/nuts/NutsRepositoryDefinition.isReference:()Z
NutsRepositoryDefinition.isTemporary ( ) : boolean
net/thevpc/nuts/NutsRepositoryDefinition.isTemporary:()Z
NutsRepositoryDefinition.NutsRepositoryDefinition ( )
net/thevpc/nuts/NutsRepositoryDefinition."<init>":()V
NutsRepositoryDefinition.NutsRepositoryDefinition ( NutsRepositoryDefinition o )
net/thevpc/nuts/NutsRepositoryDefinition."<init>":(Lnet/thevpc/nuts/NutsRepositoryDefinition;)V
NutsRepositoryDefinition.setCreate ( boolean create ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setCreate:(Z)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setDeployOrder ( int deployPriority ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setDeployOrder:(I)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setFailSafe ( boolean failSafe ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setFailSafe:(Z)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setLocation ( String location ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setName ( String name ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setOrder ( int order ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setOrder:(I)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setProxy ( boolean proxy ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setProxy:(Z)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setReference ( boolean reference ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setReference:(Z)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setSession ( NutsSession session ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setStoreLocationStrategy ( NutsStoreLocationStrategy storeLocationStrategy ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setTemporary ( boolean temporary ) : void
net/thevpc/nuts/NutsRepositoryDefinition.setTemporary:(Z)V
NutsRepositoryDefinition.setType ( String type ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryDefinition;
nuts-0.8.0.jar,
NutsRepositoryEnvManager.class
package net.thevpc.nuts
NutsRepositoryEnvManager.set ( String p1, String p2, NutsUpdateOptions p3 ) [abstract] : void
net/thevpc/nuts/NutsRepositoryEnvManager.set:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsUpdateOptions;)V
nuts-0.8.0.jar,
NutsRepositoryException.class
package net.thevpc.nuts
NutsRepositoryException.NutsRepositoryException ( NutsWorkspace workspace, String repository, String message, Throwable ex )
net/thevpc/nuts/NutsRepositoryException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsRepositoryFactoryComponent.class
package net.thevpc.nuts
NutsRepositoryFactoryComponent.create ( NutsAddRepositoryOptions p1, NutsWorkspace p2, NutsRepository p3 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryFactoryComponent.create:(Lnet/thevpc/nuts/NutsAddRepositoryOptions;Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsRepository;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryFactoryComponent.getDefaultRepositories ( NutsWorkspace p1 ) [abstract] : NutsRepositoryDefinition[ ]
net/thevpc/nuts/NutsRepositoryFactoryComponent.getDefaultRepositories:(Lnet/thevpc/nuts/NutsWorkspace;)[Lnet/thevpc/nuts/NutsRepositoryDefinition;
nuts-0.8.0.jar,
NutsRepositoryManager.class
package net.thevpc.nuts
NutsRepositoryManager.addRepository ( NutsRepositoryDefinition p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.addRepository:(Lnet/thevpc/nuts/NutsRepositoryDefinition;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.addRepository ( NutsRepositoryModel p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.addRepository:(Lnet/thevpc/nuts/NutsRepositoryModel;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.addRepository ( NutsRepositoryRef p1, NutsAddOptions p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.addRepository:(Lnet/thevpc/nuts/NutsRepositoryRef;Lnet/thevpc/nuts/NutsAddOptions;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.addRepository ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.addRepository:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.createRepository ( NutsAddRepositoryOptions p1, Path p2, NutsRepository p3 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.createRepository:(Lnet/thevpc/nuts/NutsAddRepositoryOptions;Ljava/nio/file/Path;Lnet/thevpc/nuts/NutsRepository;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.findRepository ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepository:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.findRepositoryById ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepositoryById:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.findRepositoryByName ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepositoryByName:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getRepositories ( NutsSession p1 ) [abstract] : NutsRepository[ ]
net/thevpc/nuts/NutsRepositoryManager.getRepositories:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getRepository ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.getRepository:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getRepositoryRefs ( NutsSession p1 ) [abstract] : NutsRepositoryRef[ ]
net/thevpc/nuts/NutsRepositoryManager.getRepositoryRefs:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsRepositoryRef;
NutsRepositoryManager.removeAllRepositories ( NutsRemoveOptions p1 ) [abstract] : void
net/thevpc/nuts/NutsRepositoryManager.removeAllRepositories:(Lnet/thevpc/nuts/NutsRemoveOptions;)V
NutsRepositoryManager.removeRepository ( String p1, NutsRemoveOptions p2 ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsRepositoryManager.removeRepository:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRemoveOptions;)Lnet/thevpc/nuts/NutsRepositoryManager;
nuts-0.8.0.jar,
NutsRepositoryModel.class
package net.thevpc.nuts
NutsRepositoryModel.fetchContent ( NutsId id, NutsDescriptor descriptor, Path localPath, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : NutsContent
net/thevpc/nuts/NutsRepositoryModel.fetchContent:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsDescriptor;Ljava/nio/file/Path;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContent;
NutsRepositoryModel.getDeployOrder ( ) : int
net/thevpc/nuts/NutsRepositoryModel.getDeployOrder:()I
nuts-0.8.0.jar,
NutsRepositoryNotFoundException.class
package net.thevpc.nuts
NutsRepositoryNotFoundException.NutsRepositoryNotFoundException ( NutsWorkspace workspace, String repository )
net/thevpc/nuts/NutsRepositoryNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
nuts-0.8.0.jar,
NutsRepositorySecurityManager.class
package net.thevpc.nuts
NutsRepositorySecurityManager.checkCredentials ( char[ ] p1, char[ ] p2, NutsSession p3 ) [abstract] : void
net/thevpc/nuts/NutsRepositorySecurityManager.checkCredentials:([C[CLnet/thevpc/nuts/NutsSession;)V
NutsRepositorySecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, NutsSession p4 ) [abstract] : char[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.createCredentials:([CZ[CLnet/thevpc/nuts/NutsSession;)[C
NutsRepositorySecurityManager.findUsers ( NutsSession p1 ) [abstract] : NutsUser[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.findUsers:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsUser;
NutsRepositorySecurityManager.getAuthenticationAgent ( String p1, NutsSession p2 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsRepositorySecurityManager.getAuthenticationAgent:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
NutsRepositorySecurityManager.getCredentials ( char[ ] p1, NutsSession p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.getCredentials:([CLnet/thevpc/nuts/NutsSession;)[C
NutsRepositorySecurityManager.getEffectiveUser ( String p1, NutsSession p2 ) [abstract] : NutsUser
net/thevpc/nuts/NutsRepositorySecurityManager.getEffectiveUser:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUser;
NutsRepositorySecurityManager.removeCredentials ( char[ ] p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsRepositorySecurityManager.removeCredentials:([CLnet/thevpc/nuts/NutsSession;)Z
NutsRepositorySecurityManager.setAuthenticationAgent ( String p1, NutsUpdateOptions p2 ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepositorySecurityManager.setAuthenticationAgent:(Ljava/lang/String;Lnet/thevpc/nuts/NutsUpdateOptions;)Lnet/thevpc/nuts/NutsRepositorySecurityManager;
nuts-0.8.0.jar,
NutsRepositoryUndeployCommand.class
package net.thevpc.nuts
NutsRepositoryUndeployCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsRepositoryUndeployCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsRepositoryUndeployCommand.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryUndeployCommand.getRepository:()Ljava/lang/String;
NutsRepositoryUndeployCommand.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryUndeployCommand.isOffline:()Z
NutsRepositoryUndeployCommand.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryUndeployCommand.isTransitive:()Z
NutsRepositoryUndeployCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/NutsRepositoryUndeployCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsRepositoryUndeployCommand.run ( ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/NutsRepositoryUndeployCommand.run:()Lnet/thevpc/nuts/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setId ( NutsId p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/NutsRepositoryUndeployCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setOffline ( boolean p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/NutsRepositoryUndeployCommand.setOffline:(Z)Lnet/thevpc/nuts/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setRepository ( String p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/NutsRepositoryUndeployCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsRepositoryUndeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsRepositoryUndeployCommand.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/NutsRepositoryUndeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setTransitive ( boolean p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/NutsRepositoryUndeployCommand.setTransitive:(Z)Lnet/thevpc/nuts/NutsRepositoryUndeployCommand;
nuts-0.8.0.jar,
NutsSdkManager.class
package net.thevpc.nuts
NutsSdkManager.add ( NutsSdkLocation p1, NutsAddOptions p2 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.add:(Lnet/thevpc/nuts/NutsSdkLocation;Lnet/thevpc/nuts/NutsAddOptions;)Z
NutsSdkManager.find ( NutsSdkLocation p1, NutsSession p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.find:(Lnet/thevpc/nuts/NutsSdkLocation;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.find ( String p1, Predicate<NutsSdkLocation> p2, NutsSession p3 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.find:(Ljava/lang/String;Ljava/util/function/Predicate;Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByName ( String p1, String p2, NutsSession p3 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByName:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByPath ( String p1, Path p2, NutsSession p3 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByPath:(Ljava/lang/String;Ljava/nio/file/Path;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByVersion ( String p1, NutsVersionFilter p2, NutsSession p3 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByVersion:(Ljava/lang/String;Lnet/thevpc/nuts/NutsVersionFilter;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByVersion ( String p1, String p2, NutsSession p3 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByVersion:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findOne ( String p1, Predicate<NutsSdkLocation> p2, NutsSession p3 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findOne:(Ljava/lang/String;Ljava/util/function/Predicate;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.remove ( NutsSdkLocation p1, NutsRemoveOptions p2 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.remove:(Lnet/thevpc/nuts/NutsSdkLocation;Lnet/thevpc/nuts/NutsRemoveOptions;)Z
NutsSdkManager.resolve ( String p1, Path p2, String p3, NutsSession p4 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.resolve:(Ljava/lang/String;Ljava/nio/file/Path;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.searchSystem ( String p1, NutsSession p2 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.searchSystem:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.searchSystem ( String p1, Path p2, NutsSession p3 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.searchSystem:(Ljava/lang/String;Ljava/nio/file/Path;Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.update ( NutsSdkLocation p1, NutsSdkLocation p2, NutsUpdateOptions p3 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.update:(Lnet/thevpc/nuts/NutsSdkLocation;Lnet/thevpc/nuts/NutsSdkLocation;Lnet/thevpc/nuts/NutsUpdateOptions;)Z
nuts-0.8.0.jar,
NutsSearchCommand.class
package net.thevpc.nuts
NutsSearchCommand.addInstallStatus ( NutsInstallStatus... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addInstallStatus:([Lnet/thevpc/nuts/NutsInstallStatus;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addRepositories ( Collection<String> p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addRepositories:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addRepositories ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addRepositories:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addRepository ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearRepositories ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearRepositories:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.getFetchStrategy ( ) [abstract] : NutsFetchStrategy
net/thevpc/nuts/NutsSearchCommand.getFetchStrategy:()Lnet/thevpc/nuts/NutsFetchStrategy;
NutsSearchCommand.getInstallStatus ( ) [abstract] : Set<NutsInstallStatus>[ ]
net/thevpc/nuts/NutsSearchCommand.getInstallStatus:()[Ljava/util/Set;
NutsSearchCommand.getRepositories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsSearchCommand.getRepositories:()[Ljava/lang/String;
NutsSearchCommand.getTargetApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsSearchCommand.getTargetApiVersion:()Ljava/lang/String;
NutsSearchCommand.isCached ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isCached:()Z
NutsSearchCommand.isDependenciesTree ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isDependenciesTree:()Z
NutsSearchCommand.isIndexed ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isIndexed:()Z
NutsSearchCommand.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isTransitive:()Z
NutsSearchCommand.removeInstallStatus ( NutsInstallStatus... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeInstallStatus:([Lnet/thevpc/nuts/NutsInstallStatus;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removeRepository ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setAnyWhere ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setAnyWhere:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setCached ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setCached:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDependenciesTree ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDependenciesTree:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setFetchStrategy ( NutsFetchStrategy p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setFetchStrategy:(Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setIndexed ( Boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setOffline ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setOffline:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setOnline ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setOnline:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setRemote ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setRemote:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setTargetApiVersion ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setTargetApiVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setTransitive ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setTransitive:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
nuts-0.8.0.jar,
NutsSearchRepositoryCommand.class
package net.thevpc.nuts
NutsSearchRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/NutsSearchRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsSearchRepositoryCommand.getFilter ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsSearchRepositoryCommand.getFilter:()Lnet/thevpc/nuts/NutsIdFilter;
NutsSearchRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/NutsSearchRepositoryCommand.getResult:()Ljava/util/Iterator;
NutsSearchRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/NutsSearchRepositoryCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsSearchRepositoryCommand.run ( ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/NutsSearchRepositoryCommand.run:()Lnet/thevpc/nuts/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/NutsSearchRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setFilter ( NutsIdFilter p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/NutsSearchRepositoryCommand.setFilter:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsSearchRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsSearchRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/NutsSearchRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSearchRepositoryCommand;
nuts-0.8.0.jar,
NutsSearchVersionsRepositoryCommand.class
package net.thevpc.nuts
NutsSearchVersionsRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsSearchVersionsRepositoryCommand.getFilter ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.getFilter:()Lnet/thevpc/nuts/NutsIdFilter;
NutsSearchVersionsRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsSearchVersionsRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.getResult:()Ljava/util/Iterator;
NutsSearchVersionsRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.run ( ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.run:()Lnet/thevpc/nuts/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setFilter ( NutsIdFilter p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.setFilter:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSearchVersionsRepositoryCommand;
nuts-0.8.0.jar,
NutsSecurityException.class
package net.thevpc.nuts
NutsSecurityException.NutsSecurityException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsSecurityException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsSecurityException.NutsSecurityException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsSecurityException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsSecurityException.NutsSecurityException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsSecurityException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsSecurityException.NutsSecurityException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsSecurityException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsServiceLoader.class
package net.thevpc.nuts
NutsServiceLoader<T,B>.loadBest ( B p1 ) [abstract] : T
net/thevpc/nuts/NutsServiceLoader.loadBest:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsComponent;
nuts-0.8.0.jar,
NutsSession.class
package net.thevpc.nuts
NutsSession.ask ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.ask:()Lnet/thevpc/nuts/NutsSession;
NutsSession.confirm ( NutsConfirmationMode p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.confirm:(Lnet/thevpc/nuts/NutsConfirmationMode;)Lnet/thevpc/nuts/NutsSession;
NutsSession.err ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsSession.err:()Ljava/io/PrintStream;
NutsSession.fetchAnyWhere ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.fetchAnyWhere:()Lnet/thevpc/nuts/NutsSession;
NutsSession.fetchOffline ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.fetchOffline:()Lnet/thevpc/nuts/NutsSession;
NutsSession.fetchOnline ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.fetchOnline:()Lnet/thevpc/nuts/NutsSession;
NutsSession.fetchRemote ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.fetchRemote:()Lnet/thevpc/nuts/NutsSession;
NutsSession.fetchStrategy ( NutsFetchStrategy p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.fetchStrategy:(Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsSession;
NutsSession.formatObject ( Object p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsSession.formatObject:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsSession.getIterableFormat ( ) [abstract] : NutsIterableFormat
net/thevpc/nuts/NutsSession.getIterableFormat:()Lnet/thevpc/nuts/NutsIterableFormat;
NutsSession.getIterableOutput ( ) [abstract] : NutsIterableOutput
net/thevpc/nuts/NutsSession.getIterableOutput:()Lnet/thevpc/nuts/NutsIterableOutput;
NutsSession.getOutputFormat ( ) [abstract] : NutsOutputFormat
net/thevpc/nuts/NutsSession.getOutputFormat:()Lnet/thevpc/nuts/NutsOutputFormat;
NutsSession.getOutputFormat ( NutsOutputFormat p1 ) [abstract] : NutsOutputFormat
net/thevpc/nuts/NutsSession.getOutputFormat:(Lnet/thevpc/nuts/NutsOutputFormat;)Lnet/thevpc/nuts/NutsOutputFormat;
NutsSession.isForce ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isForce:()Z
NutsSession.no ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.no:()Lnet/thevpc/nuts/NutsSession;
NutsSession.no ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.no:(Z)Lnet/thevpc/nuts/NutsSession;
NutsSession.out ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsSession.out:()Ljava/io/PrintStream;
NutsSession.setAsk ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setAsk:(Z)Lnet/thevpc/nuts/NutsSession;
NutsSession.setForce ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setForce:(Z)Lnet/thevpc/nuts/NutsSession;
NutsSession.setIterableFormat ( NutsIterableFormat p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setIterableFormat:(Lnet/thevpc/nuts/NutsIterableFormat;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setNo ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setNo:(Z)Lnet/thevpc/nuts/NutsSession;
NutsSession.setOutputFormat ( NutsOutputFormat p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setOutputFormat:(Lnet/thevpc/nuts/NutsOutputFormat;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setSilent ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setSilent:()Lnet/thevpc/nuts/NutsSession;
NutsSession.setTrace ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setTrace:(Z)Lnet/thevpc/nuts/NutsSession;
NutsSession.setYes ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setYes:(Z)Lnet/thevpc/nuts/NutsSession;
NutsSession.yes ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.yes:()Lnet/thevpc/nuts/NutsSession;
NutsSession.yes ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.yes:(Z)Lnet/thevpc/nuts/NutsSession;
nuts-0.8.0.jar,
NutsSessionTerminal.class
package net.thevpc.nuts
NutsSessionTerminal.getParent ( ) [abstract] : NutsTerminalBase
net/thevpc/nuts/NutsSessionTerminal.getParent:()Lnet/thevpc/nuts/NutsTerminalBase;
NutsSessionTerminal.setErr ( PrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionTerminal.setErr:(Ljava/io/PrintStream;)V
NutsSessionTerminal.setOut ( PrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionTerminal.setOut:(Ljava/io/PrintStream;)V
NutsSessionTerminal.setParent ( NutsTerminalBase p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionTerminal.setParent:(Lnet/thevpc/nuts/NutsTerminalBase;)V
nuts-0.8.0.jar,
NutsString.class
package net.thevpc.nuts
NutsString.getValue ( ) : String
net/thevpc/nuts/NutsString.getValue:()Ljava/lang/String;
NutsString.NutsString ( String value )
net/thevpc/nuts/NutsString."<init>":(Ljava/lang/String;)V
NutsString.toNutsString ( ) : NutsString
net/thevpc/nuts/NutsString.toNutsString:()Lnet/thevpc/nuts/NutsString;
nuts-0.8.0.jar,
NutsStringBase.class
package net.thevpc.nuts
NutsStringBase.toNutsString ( ) [abstract] : NutsString
net/thevpc/nuts/NutsStringBase.toNutsString:()Lnet/thevpc/nuts/NutsString;
nuts-0.8.0.jar,
NutsStringBuilder.class
package net.thevpc.nuts
NutsStringBuilder.append ( Object p1 ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsStringBuilder.append:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringBuilder;
NutsStringBuilder.append ( String p1 ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsStringBuilder.append:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStringBuilder;
NutsStringBuilder.append ( String p1, String p2 ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsStringBuilder.append:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsStringBuilder;
NutsStringBuilder.appendHashed ( Object p1 ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsStringBuilder.appendHashed:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringBuilder;
NutsStringBuilder.appendHashed ( Object p1, Object p2 ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsStringBuilder.appendHashed:(Ljava/lang/Object;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringBuilder;
NutsStringBuilder.appendRandom ( Object p1 ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsStringBuilder.appendRandom:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringBuilder;
NutsStringBuilder.appendRaw ( String p1 ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsStringBuilder.appendRaw:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStringBuilder;
NutsStringBuilder.clear ( ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsStringBuilder.clear:()Lnet/thevpc/nuts/NutsStringBuilder;
NutsStringBuilder.toFilteredString ( ) [abstract] : String
net/thevpc/nuts/NutsStringBuilder.toFilteredString:()Ljava/lang/String;
NutsStringBuilder.toFormattedString ( ) [abstract] : String
net/thevpc/nuts/NutsStringBuilder.toFormattedString:()Ljava/lang/String;
nuts-0.8.0.jar,
NutsStringFormat.class
package net.thevpc.nuts
NutsStringFormat.addParameters ( Object... p1 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.addParameters:([Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.append ( String p1, Object... p2 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.append:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsStringFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsStringFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsStringFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsStringFormat.getParameters ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsStringFormat.getParameters:()[Ljava/lang/Object;
NutsStringFormat.getString ( ) [abstract] : String
net/thevpc/nuts/NutsStringFormat.getString:()Ljava/lang/String;
NutsStringFormat.getStyle ( ) [abstract] : NutsTextFormatStyle
net/thevpc/nuts/NutsStringFormat.getStyle:()Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsStringFormat.of ( String p1, Object... p2 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.of:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.set ( String p1 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.set:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.setParameters ( List<Object> p1 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.setParameters:(Ljava/util/List;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.setParameters ( Object... p1 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.setParameters:([Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsStringFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsStringFormat.setSession ( NutsSession p1 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.setString ( Object p1 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.setString:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.setStyle ( NutsTextFormatStyle p1 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.setStyle:(Lnet/thevpc/nuts/NutsTextFormatStyle;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.style ( NutsTextFormatStyle p1 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.style:(Lnet/thevpc/nuts/NutsTextFormatStyle;)Lnet/thevpc/nuts/NutsStringFormat;
nuts-0.8.0.jar,
NutsSystemTerminal.class
package net.thevpc.nuts
NutsSystemTerminal.isStandardErrorStream ( OutputStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSystemTerminal.isStandardErrorStream:(Ljava/io/OutputStream;)Z
NutsSystemTerminal.isStandardInputStream ( InputStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSystemTerminal.isStandardInputStream:(Ljava/io/InputStream;)Z
NutsSystemTerminal.isStandardOutputStream ( OutputStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSystemTerminal.isStandardOutputStream:(Ljava/io/OutputStream;)Z
nuts-0.8.0.jar,
NutsSystemTerminalBase.class
package net.thevpc.nuts
NutsSystemTerminalBase.getAutoCompleteResolver ( ) : NutsCommandAutoCompleteProcessor
net/thevpc/nuts/NutsSystemTerminalBase.getAutoCompleteResolver:()Lnet/thevpc/nuts/NutsCommandAutoCompleteProcessor;
NutsSystemTerminalBase.isAutoCompleteSupported ( ) : boolean
net/thevpc/nuts/NutsSystemTerminalBase.isAutoCompleteSupported:()Z
NutsSystemTerminalBase.setAutoCompleteResolver ( NutsCommandAutoCompleteProcessor autoCompleteResolver ) : NutsSystemTerminalBase
net/thevpc/nuts/NutsSystemTerminalBase.setAutoCompleteResolver:(Lnet/thevpc/nuts/NutsCommandAutoCompleteProcessor;)Lnet/thevpc/nuts/NutsSystemTerminalBase;
nuts-0.8.0.jar,
NutsTableBordersFormat.class
package net.thevpc.nuts
NutsTableBordersFormat.format ( NutsTableFormat.Separator p1 ) [abstract] : String
net/thevpc/nuts/NutsTableBordersFormat.format:(Lnet/thevpc/nuts/NutsTableFormat$Separator;)Ljava/lang/String;
nuts-0.8.0.jar,
NutsTableCellFormat.class
package net.thevpc.nuts
NutsTableCellFormat.format ( int row, int col, Object value ) : String
net/thevpc/nuts/NutsTableCellFormat.format:(IILjava/lang/Object;)Ljava/lang/String;
NutsTableCellFormat.getHorizontalAlign ( int row, int col, Object value ) : NutsPositionType
net/thevpc/nuts/NutsTableCellFormat.getHorizontalAlign:(IILjava/lang/Object;)Lnet/thevpc/nuts/NutsPositionType;
NutsTableCellFormat.getVerticalAlign ( int row, int col, Object value ) : NutsPositionType
net/thevpc/nuts/NutsTableCellFormat.getVerticalAlign:(IILjava/lang/Object;)Lnet/thevpc/nuts/NutsPositionType;
nuts-0.8.0.jar,
NutsTableFormat.class
package net.thevpc.nuts
NutsTableFormat.setModel ( NutsTableModel p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setModel:(Lnet/thevpc/nuts/NutsTableModel;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setVisibleColumn ( int p1, boolean p2 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setVisibleColumn:(IZ)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.unsetVisibleColumn ( int p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.unsetVisibleColumn:(I)Lnet/thevpc/nuts/NutsTableFormat;
nuts-0.8.0.jar,
NutsTempManager.class
package net.thevpc.nuts
NutsTempManager.createTempFile ( String p1 ) [abstract] : Path
net/thevpc/nuts/NutsTempManager.createTempFile:(Ljava/lang/String;)Ljava/nio/file/Path;
NutsTempManager.createTempFile ( String p1, NutsRepository p2 ) [abstract] : Path
net/thevpc/nuts/NutsTempManager.createTempFile:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRepository;)Ljava/nio/file/Path;
NutsTempManager.createTempFolder ( String p1 ) [abstract] : Path
net/thevpc/nuts/NutsTempManager.createTempFolder:(Ljava/lang/String;)Ljava/nio/file/Path;
NutsTempManager.createTempFolder ( String p1, NutsRepository p2 ) [abstract] : Path
net/thevpc/nuts/NutsTempManager.createTempFolder:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRepository;)Ljava/nio/file/Path;
nuts-0.8.0.jar,
NutsTerminal.class
package net.thevpc.nuts
NutsTerminal.ask ( ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsTerminal.ask:()Lnet/thevpc/nuts/NutsQuestion;
NutsTerminal.err ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsTerminal.err:()Ljava/io/PrintStream;
NutsTerminal.errMode ( NutsTerminalMode p1 ) [abstract] : NutsTerminal
net/thevpc/nuts/NutsTerminal.errMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminal;
NutsTerminal.getErrMode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsTerminal.getErrMode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminal.getOutMode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsTerminal.getOutMode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminal.in ( ) [abstract] : InputStream
net/thevpc/nuts/NutsTerminal.in:()Ljava/io/InputStream;
NutsTerminal.mode ( NutsTerminalMode p1 ) [abstract] : NutsTerminal
net/thevpc/nuts/NutsTerminal.mode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminal;
NutsTerminal.out ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsTerminal.out:()Ljava/io/PrintStream;
NutsTerminal.outMode ( NutsTerminalMode p1 ) [abstract] : NutsTerminal
net/thevpc/nuts/NutsTerminal.outMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminal;
NutsTerminal.readLine ( String p1, Object... p2 ) [abstract] : String
net/thevpc/nuts/NutsTerminal.readLine:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
NutsTerminal.readPassword ( String p1, Object... p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsTerminal.readPassword:(Ljava/lang/String;[Ljava/lang/Object;)[C
NutsTerminal.setErrMode ( NutsTerminalMode p1 ) : NutsTerminalBase
net/thevpc/nuts/NutsTerminal.setErrMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminalBase;
NutsTerminal.setErrMode ( NutsTerminalMode p1 ) [abstract] : NutsTerminal
net/thevpc/nuts/NutsTerminal.setErrMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminal;
NutsTerminal.setMode ( NutsTerminalMode p1 ) [abstract] : NutsTerminal
net/thevpc/nuts/NutsTerminal.setMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminal;
NutsTerminal.setOutMode ( NutsTerminalMode p1 ) : NutsTerminalBase
net/thevpc/nuts/NutsTerminal.setOutMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminalBase;
NutsTerminal.setOutMode ( NutsTerminalMode p1 ) [abstract] : NutsTerminal
net/thevpc/nuts/NutsTerminal.setOutMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminal;
nuts-0.8.0.jar,
NutsTerminalBase.class
package net.thevpc.nuts
NutsTerminalBase.getErr ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsTerminalBase.getErr:()Ljava/io/PrintStream;
NutsTerminalBase.getErrMode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalBase.getErrMode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalBase.getIn ( ) [abstract] : InputStream
net/thevpc/nuts/NutsTerminalBase.getIn:()Ljava/io/InputStream;
NutsTerminalBase.getOut ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsTerminalBase.getOut:()Ljava/io/PrintStream;
NutsTerminalBase.getOutMode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalBase.getOutMode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalBase.getParent ( ) [abstract] : NutsTerminalBase
net/thevpc/nuts/NutsTerminalBase.getParent:()Lnet/thevpc/nuts/NutsTerminalBase;
NutsTerminalBase.readLine ( PrintStream p1, String p2, Object... p3 ) [abstract] : String
net/thevpc/nuts/NutsTerminalBase.readLine:(Ljava/io/PrintStream;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
NutsTerminalBase.readPassword ( PrintStream p1, String p2, Object... p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsTerminalBase.readPassword:(Ljava/io/PrintStream;Ljava/lang/String;[Ljava/lang/Object;)[C
NutsTerminalBase.setErrMode ( NutsTerminalMode p1 ) [abstract] : NutsTerminalBase
net/thevpc/nuts/NutsTerminalBase.setErrMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminalBase;
NutsTerminalBase.setOutMode ( NutsTerminalMode p1 ) [abstract] : NutsTerminalBase
net/thevpc/nuts/NutsTerminalBase.setOutMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminalBase;
nuts-0.8.0.jar,
NutsTerminalFormat.class
package net.thevpc.nuts
NutsTerminalFormat.escapeText ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTerminalFormat.escapeText:(Ljava/lang/String;)Ljava/lang/String;
NutsTerminalFormat.filterText ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTerminalFormat.filterText:(Ljava/lang/String;)Ljava/lang/String;
NutsTerminalFormat.formatText ( NutsTextFormatStyle p1, Locale p2, String p3, Object... p4 ) [abstract] : String
net/thevpc/nuts/NutsTerminalFormat.formatText:(Lnet/thevpc/nuts/NutsTextFormatStyle;Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
NutsTerminalFormat.formatText ( NutsTextFormatStyle p1, String p2, Object... p3 ) [abstract] : String
net/thevpc/nuts/NutsTerminalFormat.formatText:(Lnet/thevpc/nuts/NutsTextFormatStyle;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
NutsTerminalFormat.isFormatted ( OutputStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsTerminalFormat.isFormatted:(Ljava/io/OutputStream;)Z
NutsTerminalFormat.isFormatted ( Writer p1 ) [abstract] : boolean
net/thevpc/nuts/NutsTerminalFormat.isFormatted:(Ljava/io/Writer;)Z
NutsTerminalFormat.prepare ( PrintStream p1 ) [abstract] : PrintStream
net/thevpc/nuts/NutsTerminalFormat.prepare:(Ljava/io/PrintStream;)Ljava/io/PrintStream;
NutsTerminalFormat.prepare ( PrintWriter p1 ) [abstract] : PrintWriter
net/thevpc/nuts/NutsTerminalFormat.prepare:(Ljava/io/PrintWriter;)Ljava/io/PrintWriter;
NutsTerminalFormat.textLength ( String p1 ) [abstract] : int
net/thevpc/nuts/NutsTerminalFormat.textLength:(Ljava/lang/String;)I
nuts-0.8.0.jar,
NutsTerminalManager.class
package net.thevpc.nuts
NutsTerminalManager.createTerminal ( NutsSession p1 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.createTerminal ( NutsTerminalBase p1, NutsSession p2 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:(Lnet/thevpc/nuts/NutsTerminalBase;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.enableRichTerm ( NutsSession p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.enableRichTerm:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.getTerminalFormat ( ) [abstract] : NutsTerminalFormat
net/thevpc/nuts/NutsTerminalManager.getTerminalFormat:()Lnet/thevpc/nuts/NutsTerminalFormat;
NutsTerminalManager.setSystemTerminal ( NutsSystemTerminalBase p1, NutsSession p2 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setSystemTerminal:(Lnet/thevpc/nuts/NutsSystemTerminalBase;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.setTerminal ( NutsSessionTerminal p1, NutsSession p2 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.systemTerminal ( ) [abstract] : NutsSystemTerminal
net/thevpc/nuts/NutsTerminalManager.systemTerminal:()Lnet/thevpc/nuts/NutsSystemTerminal;
NutsTerminalManager.terminal ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.terminal:()Lnet/thevpc/nuts/NutsSessionTerminal;
nuts-0.8.0.jar,
NutsTerminalSpec.class
package net.thevpc.nuts
NutsTerminalSpec.getParent ( ) [abstract] : NutsTerminalBase
net/thevpc/nuts/NutsTerminalSpec.getParent:()Lnet/thevpc/nuts/NutsTerminalBase;
NutsTerminalSpec.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTerminalSpec.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTerminalSpec.setParent ( NutsTerminalBase p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.setParent:(Lnet/thevpc/nuts/NutsTerminalBase;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.setSession ( NutsSession p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalSpec;
nuts-0.8.0.jar,
NutsTooManyElementsException.class
package net.thevpc.nuts
NutsTooManyElementsException.NutsTooManyElementsException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsWorkspace workspace, IOException cause )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/io/IOException;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsTransportComponent.class
package net.thevpc.nuts
NutsTransportComponent.open ( String p1 ) [abstract] : NutsTransportConnection
net/thevpc/nuts/NutsTransportComponent.open:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTransportConnection;
nuts-0.8.0.jar,
NutsTransportConnection.class
package net.thevpc.nuts
NutsTransportConnection.getURLHeader ( ) [abstract] : NutsURLHeader
net/thevpc/nuts/NutsTransportConnection.getURLHeader:()Lnet/thevpc/nuts/NutsURLHeader;
NutsTransportConnection.open ( ) [abstract] : InputStream
net/thevpc/nuts/NutsTransportConnection.open:()Ljava/io/InputStream;
NutsTransportConnection.upload ( NutsTransportParamPart... p1 ) [abstract] : InputStream
net/thevpc/nuts/NutsTransportConnection.upload:([Lnet/thevpc/nuts/NutsTransportParamPart;)Ljava/io/InputStream;
nuts-0.8.0.jar,
NutsTransportParamBinaryFilePart.class
package net.thevpc.nuts
NutsTransportParamBinaryFilePart.getFileName ( ) : String
net/thevpc/nuts/NutsTransportParamBinaryFilePart.getFileName:()Ljava/lang/String;
NutsTransportParamBinaryFilePart.getName ( ) : String
net/thevpc/nuts/NutsTransportParamBinaryFilePart.getName:()Ljava/lang/String;
NutsTransportParamBinaryFilePart.getValue ( ) : Path
net/thevpc/nuts/NutsTransportParamBinaryFilePart.getValue:()Ljava/nio/file/Path;
NutsTransportParamBinaryFilePart.NutsTransportParamBinaryFilePart ( String name, String fileName, Path value )
net/thevpc/nuts/NutsTransportParamBinaryFilePart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/nio/file/Path;)V
nuts-0.8.0.jar,
NutsTransportParamBinaryStreamPart.class
package net.thevpc.nuts
NutsTransportParamBinaryStreamPart.getFileName ( ) : String
net/thevpc/nuts/NutsTransportParamBinaryStreamPart.getFileName:()Ljava/lang/String;
NutsTransportParamBinaryStreamPart.getName ( ) : String
net/thevpc/nuts/NutsTransportParamBinaryStreamPart.getName:()Ljava/lang/String;
NutsTransportParamBinaryStreamPart.getValue ( ) : InputStream
net/thevpc/nuts/NutsTransportParamBinaryStreamPart.getValue:()Ljava/io/InputStream;
NutsTransportParamBinaryStreamPart.NutsTransportParamBinaryStreamPart ( String name, String fileName, InputStream value )
net/thevpc/nuts/NutsTransportParamBinaryStreamPart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/io/InputStream;)V
nuts-0.8.0.jar,
NutsTransportParamParamPart.class
package net.thevpc.nuts
NutsTransportParamParamPart.getName ( ) : String
net/thevpc/nuts/NutsTransportParamParamPart.getName:()Ljava/lang/String;
NutsTransportParamParamPart.getValue ( ) : String
net/thevpc/nuts/NutsTransportParamParamPart.getValue:()Ljava/lang/String;
NutsTransportParamParamPart.NutsTransportParamParamPart ( String name, String value )
net/thevpc/nuts/NutsTransportParamParamPart."<init>":(Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.0.jar,
NutsTransportParamPart.class
package net.thevpc.nuts
NutsTransportParamPart.NutsTransportParamPart ( )
net/thevpc/nuts/NutsTransportParamPart."<init>":()V
nuts-0.8.0.jar,
NutsTransportParamTextFilePart.class
package net.thevpc.nuts
NutsTransportParamTextFilePart.getFileName ( ) : String
net/thevpc/nuts/NutsTransportParamTextFilePart.getFileName:()Ljava/lang/String;
NutsTransportParamTextFilePart.getName ( ) : String
net/thevpc/nuts/NutsTransportParamTextFilePart.getName:()Ljava/lang/String;
NutsTransportParamTextFilePart.getValue ( ) : Path
net/thevpc/nuts/NutsTransportParamTextFilePart.getValue:()Ljava/nio/file/Path;
NutsTransportParamTextFilePart.NutsTransportParamTextFilePart ( String name, String fileName, Path value )
net/thevpc/nuts/NutsTransportParamTextFilePart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/nio/file/Path;)V
nuts-0.8.0.jar,
NutsTransportParamTextReaderPart.class
package net.thevpc.nuts
NutsTransportParamTextReaderPart.getFileName ( ) : String
net/thevpc/nuts/NutsTransportParamTextReaderPart.getFileName:()Ljava/lang/String;
NutsTransportParamTextReaderPart.getName ( ) : String
net/thevpc/nuts/NutsTransportParamTextReaderPart.getName:()Ljava/lang/String;
NutsTransportParamTextReaderPart.getValue ( ) : Reader
net/thevpc/nuts/NutsTransportParamTextReaderPart.getValue:()Ljava/io/Reader;
NutsTransportParamTextReaderPart.NutsTransportParamTextReaderPart ( String name, String fileName, Reader value )
net/thevpc/nuts/NutsTransportParamTextReaderPart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/io/Reader;)V
nuts-0.8.0.jar,
NutsTreeFormat.class
package net.thevpc.nuts
NutsTreeFormat.linkFormat ( NutsTreeLinkFormat p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.linkFormat:(Lnet/thevpc/nuts/NutsTreeLinkFormat;)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.model ( NutsTreeModel p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.model:(Lnet/thevpc/nuts/NutsTreeModel;)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.nodeFormat ( NutsTreeNodeFormat p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.nodeFormat:(Lnet/thevpc/nuts/NutsTreeNodeFormat;)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.setModel ( NutsTreeModel p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.setModel:(Lnet/thevpc/nuts/NutsTreeModel;)Lnet/thevpc/nuts/NutsTreeFormat;
nuts-0.8.0.jar,
NutsTreeNodeFormat.class
package net.thevpc.nuts
NutsTreeNodeFormat.format ( Object p1, int p2 ) [abstract] : String
net/thevpc/nuts/NutsTreeNodeFormat.format:(Ljava/lang/Object;I)Ljava/lang/String;
nuts-0.8.0.jar,
NutsTypedFilters.class
package net.thevpc.nuts
NutsTypedFilters<T>.fromOrNull ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.fromOrNull:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
nuts-0.8.0.jar,
NutsUndeployCommand.class
package net.thevpc.nuts
NutsUndeployCommand.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsUndeployCommand.isTransitive:()Z
NutsUndeployCommand.setTransitive ( boolean p1 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.setTransitive:(Z)Lnet/thevpc/nuts/NutsUndeployCommand;
nuts-0.8.0.jar,
NutsUnexpectedException.class
package net.thevpc.nuts
NutsUnexpectedException.NutsUnexpectedException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsWorkspace workspace, IOException cause )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/io/IOException;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsUnexpectedException.NutsUnexpectedException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsUninstallException.class
package net.thevpc.nuts
NutsUninstallException.NutsUninstallException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsUninstallException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsUninstallException.NutsUninstallException ( NutsWorkspace workspace, NutsId id, String msg, Exception ex )
net/thevpc/nuts/NutsUninstallException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Exception;)V
NutsUninstallException.NutsUninstallException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsUninstallException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsUninstallException.NutsUninstallException ( NutsWorkspace workspace, String id, String msg, Exception ex )
net/thevpc/nuts/NutsUninstallException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsUnsatisfiedRequirementsException.class
package net.thevpc.nuts
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsWorkspace workspace, IOException cause )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/io/IOException;)V
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsUnsupportedArgumentException.class
package net.thevpc.nuts
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsUnsupportedEnumException.class
package net.thevpc.nuts
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsWorkspace workspace, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Enum;)V
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsWorkspace workspace, String message, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Enum;)V
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsWorkspace workspace, String message, String stringValue, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Enum;)V
nuts-0.8.0.jar,
NutsUnsupportedOperationException.class
package net.thevpc.nuts
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsUpdateCommand.class
package net.thevpc.nuts
NutsUpdateCommand.companions ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.companions:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.companions ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.companions:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsUpdateCommand.getApiVersion:()Ljava/lang/String;
NutsUpdateCommand.installed ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.installed:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.installed ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.installed:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.lockedId ( NutsId p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.lockedId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.lockedId ( String p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.lockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.lockedIds ( NutsId... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.lockedIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.lockedIds ( String... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.lockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.runtime ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.runtime:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.runtime ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.runtime:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.scope ( NutsDependencyScope p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.scope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.scopes ( Collection<NutsDependencyScope> p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.scopes:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.scopes ( NutsDependencyScope... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.scopes:([Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setApiVersion ( String p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setApiVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.workspace ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.workspace:()Lnet/thevpc/nuts/NutsUpdateCommand;
nuts-0.8.0.jar,
NutsUpdateRepositoryStatisticsCommand.class
package net.thevpc.nuts
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand;
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsUpdateRepositoryStatisticsCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.run ( ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand.run:()Lnet/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand;
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand;
nuts-0.8.0.jar,
NutsUpdateStatisticsCommand.class
package net.thevpc.nuts
NutsUpdateStatisticsCommand.path ( Path p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.path:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.repo ( String p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.repo:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
nuts-0.8.0.jar,
NutsUpdateUserCommand.class
package net.thevpc.nuts
NutsUpdateUserCommand.username ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.username:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
nuts-0.8.0.jar,
NutsURLHeader.class
package net.thevpc.nuts
NutsURLHeader.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/NutsURLHeader.getContentEncoding:()Ljava/lang/String;
NutsURLHeader.getContentLength ( ) [abstract] : long
net/thevpc/nuts/NutsURLHeader.getContentLength:()J
NutsURLHeader.getContentType ( ) [abstract] : String
net/thevpc/nuts/NutsURLHeader.getContentType:()Ljava/lang/String;
NutsURLHeader.getLastModified ( ) [abstract] : Instant
net/thevpc/nuts/NutsURLHeader.getLastModified:()Ljava/time/Instant;
NutsURLHeader.getUrl ( ) [abstract] : String
net/thevpc/nuts/NutsURLHeader.getUrl:()Ljava/lang/String;
nuts-0.8.0.jar,
NutsUserCancelException.class
package net.thevpc.nuts
NutsUserCancelException.NutsUserCancelException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsUserCancelException.NutsUserCancelException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsUserCancelException.NutsUserCancelException ( NutsWorkspace workspace, String message, int exitCode )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;I)V
nuts-0.8.0.jar,
NutsValidationException.class
package net.thevpc.nuts
NutsValidationException.NutsValidationException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsValidationException.NutsValidationException ( NutsWorkspace workspace, IOException cause )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/io/IOException;)V
NutsValidationException.NutsValidationException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsValidationException.NutsValidationException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsValidationException.NutsValidationException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsValidationException.NutsValidationException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsVersion.class
package net.thevpc.nuts
NutsVersion.getNumber ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsVersion.getNumber:(I)I
NutsVersion.getNumber ( int p1, int p2 ) [abstract] : int
net/thevpc/nuts/NutsVersion.getNumber:(II)I
NutsVersion.inc ( int p1, int p2 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.inc:(II)Lnet/thevpc/nuts/NutsVersion;
nuts-0.8.0.jar,
NutsWorkspace.class
package net.thevpc.nuts
NutsWorkspace.aliases ( ) [abstract] : NutsCommandAliasManager
net/thevpc/nuts/NutsWorkspace.aliases:()Lnet/thevpc/nuts/NutsCommandAliasManager;
NutsWorkspace.companionIds ( ) [abstract] : Set<NutsId>
net/thevpc/nuts/NutsWorkspace.companionIds:()Ljava/util/Set;
NutsWorkspace.events ( ) [abstract] : NutsWorkspaceEvents
net/thevpc/nuts/NutsWorkspace.events:()Lnet/thevpc/nuts/NutsWorkspaceEvents;
NutsWorkspace.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getApiVersion:()Ljava/lang/String;
NutsWorkspace.name ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.name:()Ljava/lang/String;
NutsWorkspace.str ( ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsWorkspace.str:()Lnet/thevpc/nuts/NutsStringBuilder;
NutsWorkspace.userProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsWorkspace.userProperties:()Ljava/util/Map;
NutsWorkspace.uuid ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.uuid:()Ljava/lang/String;
nuts-0.8.0.jar,
NutsWorkspaceAlreadyExistsException.class
package net.thevpc.nuts
NutsWorkspaceAlreadyExistsException.NutsWorkspaceAlreadyExistsException ( NutsWorkspace workspace, String workspaceLocation )
net/thevpc/nuts/NutsWorkspaceAlreadyExistsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsWorkspaceAlreadyExistsException.NutsWorkspaceAlreadyExistsException ( NutsWorkspace workspace, String workspaceLocation, Throwable err )
net/thevpc/nuts/NutsWorkspaceAlreadyExistsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsWorkspaceAppsManager.class
package net.thevpc.nuts
NutsWorkspaceAppsManager.createApplicationContext ( String[ ] p1, Class p2, String p3, long p4 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsWorkspaceAppsManager.createApplicationContext:([Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;J)Lnet/thevpc/nuts/NutsApplicationContext;
NutsWorkspaceAppsManager.execEntries ( ) [abstract] : NutsExecutionEntryManager
net/thevpc/nuts/NutsWorkspaceAppsManager.execEntries:()Lnet/thevpc/nuts/NutsExecutionEntryManager;
nuts-0.8.0.jar,
NutsWorkspaceArchetypeComponent.class
package net.thevpc.nuts
NutsWorkspaceArchetypeComponent.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceArchetypeComponent.getName:()Ljava/lang/String;
NutsWorkspaceArchetypeComponent.initialize ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceArchetypeComponent.initialize:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.0.jar,
NutsWorkspaceAware.class
package net.thevpc.nuts
NutsWorkspaceAware.setWorkspace ( NutsWorkspace p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceAware.setWorkspace:(Lnet/thevpc/nuts/NutsWorkspace;)V
nuts-0.8.0.jar,
NutsWorkspaceBootConfig.class
package net.thevpc.nuts
NutsWorkspaceBootConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsWorkspaceBootConfig.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsWorkspaceBootConfig.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsWorkspaceBootConfig.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
nuts-0.8.0.jar,
NutsWorkspaceCommandAlias.class
package net.thevpc.nuts
NutsWorkspaceCommandAlias.dryExec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCommandAlias.dryExec:([Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandExecOptions;Lnet/thevpc/nuts/NutsSession;)V
NutsWorkspaceCommandAlias.exec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCommandAlias.exec:([Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandExecOptions;Lnet/thevpc/nuts/NutsSession;)V
NutsWorkspaceCommandAlias.getCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceCommandAlias.getCommand:()[Ljava/lang/String;
NutsWorkspaceCommandAlias.getExecutorOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceCommandAlias.getExecutorOptions:()[Ljava/lang/String;
NutsWorkspaceCommandAlias.getFactoryId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCommandAlias.getFactoryId:()Ljava/lang/String;
NutsWorkspaceCommandAlias.getHelpText ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCommandAlias.getHelpText:()Ljava/lang/String;
NutsWorkspaceCommandAlias.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCommandAlias.getName:()Ljava/lang/String;
NutsWorkspaceCommandAlias.getOwner ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceCommandAlias.getOwner:()Lnet/thevpc/nuts/NutsId;
nuts-0.8.0.jar,
NutsWorkspaceCommandFactory.class
package net.thevpc.nuts
NutsWorkspaceCommandFactory.configure ( NutsCommandAliasFactoryConfig p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCommandFactory.configure:(Lnet/thevpc/nuts/NutsCommandAliasFactoryConfig;)V
NutsWorkspaceCommandFactory.findCommand ( String p1, NutsWorkspace p2 ) [abstract] : NutsCommandAliasConfig
net/thevpc/nuts/NutsWorkspaceCommandFactory.findCommand:(Ljava/lang/String;Lnet/thevpc/nuts/NutsWorkspace;)Lnet/thevpc/nuts/NutsCommandAliasConfig;
NutsWorkspaceCommandFactory.findCommands ( NutsWorkspace p1 ) [abstract] : List<NutsCommandAliasConfig>
net/thevpc/nuts/NutsWorkspaceCommandFactory.findCommands:(Lnet/thevpc/nuts/NutsWorkspace;)Ljava/util/List;
nuts-0.8.0.jar,
NutsWorkspaceConfigManager.class
package net.thevpc.nuts
NutsWorkspaceConfigManager.createWorkspaceListManager ( String p1, NutsSession p2 ) [abstract] : NutsWorkspaceListManager
net/thevpc/nuts/NutsWorkspaceConfigManager.createWorkspaceListManager:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceListManager;
NutsWorkspaceConfigManager.getAvailableArchetypes ( NutsSession p1 ) [abstract] : Set<String>
net/thevpc/nuts/NutsWorkspaceConfigManager.getAvailableArchetypes:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/Set;
NutsWorkspaceConfigManager.getBootClassLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NutsWorkspaceConfigManager.getBootClassLoader:()Ljava/lang/ClassLoader;
NutsWorkspaceConfigManager.getBootClassWorldURLs ( ) [abstract] : URL[ ]
net/thevpc/nuts/NutsWorkspaceConfigManager.getBootClassWorldURLs:()[Ljava/net/URL;
NutsWorkspaceConfigManager.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceConfigManager.getCreationFinishTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceConfigManager.getCreationFinishTimeMillis:()J
NutsWorkspaceConfigManager.getCreationStartTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceConfigManager.getCreationStartTimeMillis:()J
NutsWorkspaceConfigManager.getCreationTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceConfigManager.getCreationTimeMillis:()J
NutsWorkspaceConfigManager.getDefaultRepositories ( NutsSession p1 ) [abstract] : NutsRepositoryDefinition[ ]
net/thevpc/nuts/NutsWorkspaceConfigManager.getDefaultRepositories:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsWorkspaceConfigManager.getIndexStoreClientFactory ( ) [abstract] : NutsIndexStoreFactory
net/thevpc/nuts/NutsWorkspaceConfigManager.getIndexStoreClientFactory:()Lnet/thevpc/nuts/NutsIndexStoreFactory;
NutsWorkspaceConfigManager.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getName:()Ljava/lang/String;
NutsWorkspaceConfigManager.getOptions ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceConfigManager.getOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceConfigManager.getUuid ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getUuid:()Ljava/lang/String;
NutsWorkspaceConfigManager.isSupportedRepositoryType ( String p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.isSupportedRepositoryType:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceConfigManager.loadBootConfig ( String p1, boolean p2, boolean p3, NutsSession p4 ) [abstract] : NutsWorkspaceBootConfig
net/thevpc/nuts/NutsWorkspaceConfigManager.loadBootConfig:(Ljava/lang/String;ZZLnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceBootConfig;
NutsWorkspaceConfigManager.options ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceConfigManager.options:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceConfigManager.resolveRepositoryPath ( String p1, NutsSession p2 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceConfigManager.resolveRepositoryPath:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Ljava/nio/file/Path;
NutsWorkspaceConfigManager.save ( boolean p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.save:(ZLnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceConfigManager.save ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceConfigManager.save:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.0.jar,
NutsWorkspaceEnvManager.class
package net.thevpc.nuts
NutsWorkspaceEnvManager.get ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.get:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.get ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.get:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.set ( String p1, String p2, NutsUpdateOptions p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEnvManager.set:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsUpdateOptions;)V
NutsWorkspaceEnvManager.toMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceEnvManager.toMap:()Ljava/util/Map;
nuts-0.8.0.jar,
NutsWorkspaceEvents.class
package net.thevpc.nuts
NutsWorkspaceEvents.addInstallListener ( NutsInstallListener p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEvents.addInstallListener:(Lnet/thevpc/nuts/NutsInstallListener;)V
NutsWorkspaceEvents.addRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEvents.addRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)V
NutsWorkspaceEvents.addUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEvents.addUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)V
NutsWorkspaceEvents.addWorkspaceListener ( NutsWorkspaceListener p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEvents.addWorkspaceListener:(Lnet/thevpc/nuts/NutsWorkspaceListener;)V
NutsWorkspaceEvents.getInstallListeners ( ) [abstract] : NutsInstallListener[ ]
net/thevpc/nuts/NutsWorkspaceEvents.getInstallListeners:()[Lnet/thevpc/nuts/NutsInstallListener;
NutsWorkspaceEvents.getRepositoryListeners ( ) [abstract] : NutsRepositoryListener[ ]
net/thevpc/nuts/NutsWorkspaceEvents.getRepositoryListeners:()[Lnet/thevpc/nuts/NutsRepositoryListener;
NutsWorkspaceEvents.getUserPropertyListeners ( ) [abstract] : NutsMapListener<String,Object>[ ]
net/thevpc/nuts/NutsWorkspaceEvents.getUserPropertyListeners:()[Lnet/thevpc/nuts/NutsMapListener;
NutsWorkspaceEvents.getWorkspaceListeners ( ) [abstract] : NutsWorkspaceListener[ ]
net/thevpc/nuts/NutsWorkspaceEvents.getWorkspaceListeners:()[Lnet/thevpc/nuts/NutsWorkspaceListener;
NutsWorkspaceEvents.removeInstallListener ( NutsInstallListener p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEvents.removeInstallListener:(Lnet/thevpc/nuts/NutsInstallListener;)V
NutsWorkspaceEvents.removeRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEvents.removeRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)V
NutsWorkspaceEvents.removeUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEvents.removeUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)V
NutsWorkspaceEvents.removeWorkspaceListener ( NutsWorkspaceListener p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEvents.removeWorkspaceListener:(Lnet/thevpc/nuts/NutsWorkspaceListener;)V
nuts-0.8.0.jar,
NutsWorkspaceException.class
package net.thevpc.nuts
NutsWorkspaceException.NutsWorkspaceException ( NutsWorkspace workspace, String message, Throwable ex )
net/thevpc/nuts/NutsWorkspaceException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsWorkspaceExtensionManager.class
package net.thevpc.nuts
NutsWorkspaceExtensionManager.createAll ( Class<T> p1, NutsSession p2 ) [abstract] : List<T>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createAll:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsWorkspaceExtensionManager.createAllSupported ( Class<T> p1, V p2, NutsSession p3 ) [abstract] : List<T>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createAllSupported:(Ljava/lang/Class;Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2, ClassLoader p3, NutsSession p4 ) [abstract] : NutsServiceLoader<T,B>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createServiceLoader:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/ClassLoader;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsServiceLoader;
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2, NutsSession p3 ) [abstract] : NutsServiceLoader<T,B>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createServiceLoader:(Ljava/lang/Class;Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsServiceLoader;
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2, Class[ ] p3, Object[ ] p4, NutsSession p5 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsComponent;
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2, NutsSession p3 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsComponent;
NutsWorkspaceExtensionManager.discoverTypes ( ClassLoader p1, NutsSession p2 ) [abstract] : List<Class>
net/thevpc/nuts/NutsWorkspaceExtensionManager.discoverTypes:(Ljava/lang/ClassLoader;Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsWorkspaceExtensionManager.getConfigExtensions ( NutsSession p1 ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getConfigExtensions:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsWorkspaceExtensionManager.getExtensionObjects ( Class p1, NutsSession p2 ) [abstract] : List<Object>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getExtensionObjects:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsWorkspaceExtensionManager.getExtensionPoints ( NutsSession p1 ) [abstract] : Set<Class>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getExtensionPoints:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/Set;
NutsWorkspaceExtensionManager.getExtensionTypes ( Class p1, NutsSession p2 ) [abstract] : Set<Class>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getExtensionTypes:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Set;
NutsWorkspaceExtensionManager.getImplementationTypes ( Class p1, NutsSession p2 ) [abstract] : List<Class>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getImplementationTypes:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsWorkspaceExtensionManager.getLoadedExtensions ( NutsSession p1 ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getLoadedExtensions:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsWorkspaceExtensionManager.installWorkspaceExtensionComponent ( Class p1, Object p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.installWorkspaceExtensionComponent:(Ljava/lang/Class;Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceExtensionManager.isLoadedExtensions ( NutsId p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isLoadedExtensions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceExtensionManager.isRegisteredInstance ( Class p1, Object p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredInstance:(Ljava/lang/Class;Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceExtensionManager.isRegisteredType ( Class p1, Class p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredType:(Ljava/lang/Class;Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceExtensionManager.isRegisteredType ( Class p1, String p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredType:(Ljava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceExtensionManager.loadExtension ( NutsId p1, NutsSession p2 ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspaceExtensionManager.loadExtension:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
NutsWorkspaceExtensionManager.registerInstance ( Class<T> p1, T p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.registerInstance:(Ljava/lang/Class;Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceExtensionManager.registerType ( Class p1, Class p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.registerType:(Ljava/lang/Class;Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceExtensionManager.unloadExtension ( NutsId p1, NutsSession p2 ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspaceExtensionManager.unloadExtension:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
nuts-0.8.0.jar,
NutsWorkspaceInitInformation.class
package net.thevpc.nuts
NutsWorkspaceInitInformation.getBootWorkspaceFactory ( ) [abstract] : NutsBootWorkspaceFactory
net/thevpc/nuts/NutsWorkspaceInitInformation.getBootWorkspaceFactory:()Lnet/thevpc/nuts/NutsBootWorkspaceFactory;
NutsWorkspaceInitInformation.getExtensionDependencies ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionDependencies:()Ljava/lang/String;
NutsWorkspaceInitInformation.getExtensionDependenciesSet ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionDependenciesSet:()Ljava/util/Set;
NutsWorkspaceInitInformation.getRuntimeDependencies ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeDependencies:()Ljava/lang/String;
NutsWorkspaceInitInformation.getRuntimeDependenciesSet ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeDependenciesSet:()Ljava/util/Set;
NutsWorkspaceInitInformation.getRuntimeId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeId:()Ljava/lang/String;
nuts-0.8.0.jar,
NutsWorkspaceListManager.class
package net.thevpc.nuts
NutsWorkspaceListManager.addWorkspace ( String p1 ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsWorkspaceListManager.addWorkspace:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspace;
NutsWorkspaceListManager.removeWorkspace ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceListManager.removeWorkspace:(Ljava/lang/String;)Z
NutsWorkspaceListManager.save ( ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceListManager.save:()V
nuts-0.8.0.jar,
NutsWorkspaceLocationManager.class
package net.thevpc.nuts
NutsWorkspaceLocationManager.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsWorkspaceLocationManager.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsWorkspaceLocationManager.getStoreLocation ( String p1, NutsStoreLocation p2 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsWorkspaceLocationManager.getWorkspaceLocation ( ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceLocationManager.getWorkspaceLocation:()Ljava/nio/file/Path;
NutsWorkspaceLocationManager.setHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2, String p3, NutsUpdateOptions p4 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceLocationManager.setHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;Lnet/thevpc/nuts/NutsUpdateOptions;)V
NutsWorkspaceLocationManager.setStoreLocation ( NutsStoreLocation p1, String p2, NutsUpdateOptions p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;Lnet/thevpc/nuts/NutsUpdateOptions;)V
NutsWorkspaceLocationManager.setStoreLocationLayout ( NutsOsFamily p1, NutsUpdateOptions p2 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocationLayout:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsUpdateOptions;)V
NutsWorkspaceLocationManager.setStoreLocationStrategy ( NutsStoreLocationStrategy p1, NutsUpdateOptions p2 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;Lnet/thevpc/nuts/NutsUpdateOptions;)V
nuts-0.8.0.jar,
NutsWorkspaceNotFoundException.class
package net.thevpc.nuts
NutsWorkspaceNotFoundException.NutsWorkspaceNotFoundException ( NutsWorkspace workspace, String workspaceLocation )
net/thevpc/nuts/NutsWorkspaceNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
nuts-0.8.0.jar,
NutsWorkspaceOpenMode.class
package net.thevpc.nuts
NutsWorkspaceOpenMode.id ( ) : String
net/thevpc/nuts/NutsWorkspaceOpenMode.id:()Ljava/lang/String;
NutsWorkspaceOpenMode.valueOf ( String name ) [static] : NutsWorkspaceOpenMode
net/thevpc/nuts/NutsWorkspaceOpenMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOpenMode;
NutsWorkspaceOpenMode.values ( ) [static] : NutsWorkspaceOpenMode[ ]
net/thevpc/nuts/NutsWorkspaceOpenMode.values:()[Lnet/thevpc/nuts/NutsWorkspaceOpenMode;
nuts-0.8.0.jar,
NutsWorkspaceOptions.class
package net.thevpc.nuts
NutsWorkspaceOptions.copy ( ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptions.copy:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptions.format ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptions.format:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptions.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceOptions.getErrors ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getErrors:()[Ljava/lang/String;
NutsWorkspaceOptions.getExcludedRepositories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getExcludedRepositories:()[Ljava/lang/String;
NutsWorkspaceOptions.getOpenMode ( ) [abstract] : NutsWorkspaceOpenMode
net/thevpc/nuts/NutsWorkspaceOptions.getOpenMode:()Lnet/thevpc/nuts/NutsWorkspaceOpenMode;
NutsWorkspaceOptions.getOutputFormat ( ) [abstract] : NutsOutputFormat
net/thevpc/nuts/NutsWorkspaceOptions.getOutputFormat:()Lnet/thevpc/nuts/NutsOutputFormat;
NutsWorkspaceOptions.getTransientRepositories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getTransientRepositories:()[Ljava/lang/String;
nuts-0.8.0.jar,
NutsWorkspaceOptionsBuilder.class
package net.thevpc.nuts
NutsWorkspaceOptionsBuilder.setBootRepositories ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setBootRepositories:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setCached ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setCached:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setDebug ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDebug:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setDry ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDry:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setErrors ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setErrors:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setExcludedRepositories ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setExcludedRepositories:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setGlobal ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setGlobal:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setGui ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setGui:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setIndexed ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setIndexed:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setInherited ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setInherited:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setOpenMode ( NutsWorkspaceOpenMode p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setOpenMode:(Lnet/thevpc/nuts/NutsWorkspaceOpenMode;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setOutputFormat ( NutsOutputFormat p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setOutputFormat:(Lnet/thevpc/nuts/NutsOutputFormat;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setReadOnly ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setReadOnly:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRecover ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRecover:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setReset ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setReset:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipBoot ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipBoot:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipCompanions ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipCompanions:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipErrors ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipErrors:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipWelcome ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipWelcome:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTrace ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTrace:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTransientRepositories ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTransientRepositories:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTransitive ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTransitive:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
nuts-0.8.0.jar,
NutsWorkspaceOptionsFormat.class
package net.thevpc.nuts
NutsWorkspaceOptionsFormat.compact ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.compact:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.compact ( boolean p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.compact:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.exported ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.exported:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.exported ( boolean p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.exported:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.getBootCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsFormat.getBootCommand:()[Ljava/lang/String;
NutsWorkspaceOptionsFormat.getBootCommandLine ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsFormat.getBootCommandLine:()Ljava/lang/String;
NutsWorkspaceOptionsFormat.init ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.init:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.init ( boolean p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.init:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.runtime ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.runtime:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.runtime ( boolean p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.runtime:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
nuts-0.8.0.jar,
NutsWorkspaceSecurityManager.class
package net.thevpc.nuts
NutsWorkspaceSecurityManager.checkCredentials ( char[ ] p1, char[ ] p2, NutsSession p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceSecurityManager.checkCredentials:([C[CLnet/thevpc/nuts/NutsSession;)V
NutsWorkspaceSecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, NutsSession p4 ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.createCredentials:([CZ[CLnet/thevpc/nuts/NutsSession;)[C
NutsWorkspaceSecurityManager.currentLoginStack ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.currentLoginStack:()[Ljava/lang/String;
NutsWorkspaceSecurityManager.currentUsername ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceSecurityManager.currentUsername:()Ljava/lang/String;
NutsWorkspaceSecurityManager.findUsers ( NutsSession p1 ) [abstract] : NutsUser[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.findUsers:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsUser;
NutsWorkspaceSecurityManager.getAuthenticationAgent ( String p1, NutsSession p2 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsWorkspaceSecurityManager.getAuthenticationAgent:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
NutsWorkspaceSecurityManager.getCredentials ( char[ ] p1, NutsSession p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.getCredentials:([CLnet/thevpc/nuts/NutsSession;)[C
NutsWorkspaceSecurityManager.removeCredentials ( char[ ] p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.removeCredentials:([CLnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceSecurityManager.setAuthenticationAgent ( String p1, NutsUpdateOptions p2 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.setAuthenticationAgent:(Ljava/lang/String;Lnet/thevpc/nuts/NutsUpdateOptions;)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.setSecureMode ( boolean p1, char[ ] p2, NutsUpdateOptions p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.setSecureMode:(Z[CLnet/thevpc/nuts/NutsUpdateOptions;)Z
nuts-0.8.0.jar,
NutsXmlFormat.class
package net.thevpc.nuts
NutsXmlFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsXmlFormat
net/thevpc/nuts/NutsXmlFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsXmlFormat;
NutsXmlFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsXmlFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsXmlFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsXmlFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsXmlFormat.fromXmlElement ( Element p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsXmlFormat.fromXmlElement:(Lorg/w3c/dom/Element;Ljava/lang/Class;)Ljava/lang/Object;
NutsXmlFormat.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsXmlFormat.getValue:()Ljava/lang/Object;
NutsXmlFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NutsXmlFormat.isCompact:()Z
NutsXmlFormat.parse ( byte[ ] p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsXmlFormat.parse:([BLjava/lang/Class;)Ljava/lang/Object;
NutsXmlFormat.parse ( File p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsXmlFormat.parse:(Ljava/io/File;Ljava/lang/Class;)Ljava/lang/Object;
NutsXmlFormat.parse ( InputStream p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsXmlFormat.parse:(Ljava/io/InputStream;Ljava/lang/Class;)Ljava/lang/Object;
NutsXmlFormat.parse ( Path p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsXmlFormat.parse:(Ljava/nio/file/Path;Ljava/lang/Class;)Ljava/lang/Object;
NutsXmlFormat.parse ( Reader p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsXmlFormat.parse:(Ljava/io/Reader;Ljava/lang/Class;)Ljava/lang/Object;
NutsXmlFormat.parse ( URL p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsXmlFormat.parse:(Ljava/net/URL;Ljava/lang/Class;)Ljava/lang/Object;
NutsXmlFormat.setCompact ( boolean p1 ) [abstract] : NutsXmlFormat
net/thevpc/nuts/NutsXmlFormat.setCompact:(Z)Lnet/thevpc/nuts/NutsXmlFormat;
NutsXmlFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsXmlFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsXmlFormat.setSession ( NutsSession p1 ) [abstract] : NutsXmlFormat
net/thevpc/nuts/NutsXmlFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsXmlFormat;
NutsXmlFormat.setValue ( Object p1 ) [abstract] : NutsXmlFormat
net/thevpc/nuts/NutsXmlFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsXmlFormat;
NutsXmlFormat.toXmlDocument ( Object p1 ) [abstract] : Document
net/thevpc/nuts/NutsXmlFormat.toXmlDocument:(Ljava/lang/Object;)Lorg/w3c/dom/Document;
NutsXmlFormat.toXmlElement ( Object p1, Document p2 ) [abstract] : Element
net/thevpc/nuts/NutsXmlFormat.toXmlElement:(Ljava/lang/Object;Lorg/w3c/dom/Document;)Lorg/w3c/dom/Element;
NutsXmlFormat.value ( Object p1 ) [abstract] : NutsXmlFormat
net/thevpc/nuts/NutsXmlFormat.value:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsXmlFormat;
nuts-0.8.0.jar,
PrivateNutsLog.class
package net.thevpc.nuts
PrivateNutsLog.isLoggable ( Level lvl ) : boolean
net/thevpc/nuts/PrivateNutsLog.isLoggable:(Ljava/util/logging/Level;)Z
PrivateNutsLog.log ( Level lvl, String logVerb, String message ) : void
net/thevpc/nuts/PrivateNutsLog.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;)V
PrivateNutsLog.log ( Level lvl, String logVerb, String message, Object object ) : void
net/thevpc/nuts/PrivateNutsLog.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
PrivateNutsLog.log ( Level lvl, String logVerb, String message, Object[ ] objects ) : void
net/thevpc/nuts/PrivateNutsLog.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V
PrivateNutsLog.log ( Level lvl, String message, Throwable err ) : void
net/thevpc/nuts/PrivateNutsLog.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
PrivateNutsLog.PrivateNutsLog ( )
net/thevpc/nuts/PrivateNutsLog."<init>":()V
PrivateNutsLog.setOptions ( NutsWorkspaceOptions options ) : void
net/thevpc/nuts/PrivateNutsLog.setOptions:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)V
nuts-0.8.0.jar,
Separator.class
package net.thevpc.nuts
NutsTableFormat.Separator.id ( ) : String
net/thevpc/nuts/NutsTableFormat.Separator.id:()Ljava/lang/String;
NutsTableFormat.Separator.valueOf ( String name ) [static] : NutsTableFormat.Separator
net/thevpc/nuts/NutsTableFormat.Separator.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTableFormat$Separator;
NutsTableFormat.Separator.values ( ) [static] : NutsTableFormat.Separator[ ]
net/thevpc/nuts/NutsTableFormat.Separator.values:()[Lnet/thevpc/nuts/NutsTableFormat$Separator;
to the top
Problems with Data Types, High Severity 675
nuts-0.8.0.jar
package net.thevpc.nuts
[+] class NutsApplication 1
| Change | Effect |
|---|
| 1 |
This class became interface. |
A client program may be interrupted by IncompatibleClassChangeError or InstantiationError exception dependent on the usage of this class. |
[+] affected methods: 8 (0.1%)
NutsApplication.main ( Class<T> appType, String[ ] args )This method is from 'NutsApplication' abstract class.
NutsApplication.onInstallApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplication' abstract class.
NutsApplication.onUninstallApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplication' abstract class.
NutsApplication.onUpdateApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplication' abstract class.
NutsApplication.run ( String[ ] args )This method is from 'NutsApplication' abstract class.
NutsApplication.run ( NutsApplicationContext p1 )This abstract method is from 'NutsApplication' abstract class.
NutsApplication.run ( NutsSession session, String[ ] args )This method is from 'NutsApplication' abstract class.
NutsApplication.runAndExit ( String[ ] args )This method is from 'NutsApplication' abstract class.
[+] class NutsBootWorkspace 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 14 (0.2%)
NutsBootWorkspace.NutsBootWorkspace ( String... args )This constructor is from 'NutsBootWorkspace' class.
NutsBootWorkspace.NutsBootWorkspace ( NutsWorkspaceOptions options )This constructor is from 'NutsBootWorkspace' class.
NutsBootWorkspace.createProcessBuilder ( )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.createProcessCommandLine ( )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.expandPath ( String path, String base )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.getContextClassLoader ( )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.getHome ( NutsStoreLocation storeFolder )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.getOptions ( )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.getRequirementsHelpString ( boolean unsatisfiedOnly )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.hasUnsatisfiedRequirements ( )This method is from 'NutsBootWorkspace' class.
...
[+] class NutsCommandAliasConfig 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 18 (0.3%)
NutsCommandAliasConfig.NutsCommandAliasConfig ( )This constructor is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.equals ( Object o )This method is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.getCommand ( )This method is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.getExecutorOptions ( )This method is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.getFactoryId ( )This method is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.getHelpCommand ( )This method is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.getHelpText ( )This method is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.getName ( )This method is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.getOwner ( )This method is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.hashCode ( )This method is from 'NutsCommandAliasConfig' class.
...
[+] class NutsCommandAliasFactoryConfig 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.2%)
NutsCommandAliasFactoryConfig.NutsCommandAliasFactoryConfig ( )This constructor is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.equals ( Object o )This method is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.getFactoryId ( )This method is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.getFactoryType ( )This method is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.getParameters ( )This method is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.getPriority ( )This method is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.hashCode ( )This method is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.setFactoryId ( String value )This method is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.setFactoryType ( String value )This method is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.setParameters ( Map<String,String> value )This method is from 'NutsCommandAliasFactoryConfig' class.
...
[+] class NutsConstants.IdProperties 1
| Change | Effect |
|---|
| 1 |
Field NAMESPACE of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] class NutsConstants.RepoTypes 1
| Change | Effect |
|---|
| 1 |
Field NUTS_SERVER of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] class NutsDependencyScope 1
| Change | Effect |
|---|
| 1 |
Field TEST_COMPILE has been renamed to TEST_API. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 10 (0.2%)
NutsDependencyFilterManager.byScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsDependencyParser.parseScope ( String p1 )Return value of this abstract method is of type 'NutsDependencyScope'.
NutsDependencyScope.id ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.valueOf ( String name )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.values ( )This method is from 'NutsDependencyScope' class.
NutsFetchCommand.addScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsFetchCommand.removeScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsSearchCommand.addScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsSearchCommand.removeScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsUpdateCommand.addScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
[+] class NutsElementType 1
| Change | Effect |
|---|
| 1 |
Field DATE has been renamed to BYTE. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 5 (0.1%)
NutsElement.type ( )Return value of this abstract method is of type 'NutsElementType'.
NutsElementType.id ( )This method is from 'NutsElementType' class.
NutsElementType.isPrimitive ( )This method is from 'NutsElementType' class.
NutsElementType.valueOf ( String name )This method is from 'NutsElementType' class.
NutsElementType.values ( )This method is from 'NutsElementType' class.
[+] class NutsExecutionType 2
| Change | Effect |
|---|
| 1 |
Field ROOT_CMD of type NutsExecutionType has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
| 2 |
Field USER_CMD has been renamed to SYSTEM. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 10 (0.2%)
NutsCommandExecOptions.getExecutionType ( )Return value of this method is of type 'NutsExecutionType'.
NutsCommandExecOptions.setExecutionType ( NutsExecutionType executionType )1st parameter 'executionType' of this method is of type 'NutsExecutionType'.
NutsExecCommand.getExecutionType ( )Return value of this abstract method is of type 'NutsExecutionType'.
NutsExecCommand.setExecutionType ( NutsExecutionType p1 )1st parameter 'p1' of this abstract method is of type 'NutsExecutionType'.
NutsExecutionContext.getExecutionType ( )Return value of this abstract method is of type 'NutsExecutionType'.
NutsExecutionType.id ( )This method is from 'NutsExecutionType' class.
NutsExecutionType.valueOf ( String name )This method is from 'NutsExecutionType' class.
NutsExecutionType.values ( )This method is from 'NutsExecutionType' class.
NutsWorkspaceOptions.getExecutionType ( )Return value of this abstract method is of type 'NutsExecutionType'.
NutsWorkspaceOptionsBuilder.setExecutionType ( NutsExecutionType p1 )1st parameter 'p1' of this abstract method is of type 'NutsExecutionType'.
[+] class NutsOutputFormat 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
NutsOutputFormat.id ( )This method is from 'NutsOutputFormat' class.
NutsOutputFormat.valueOf ( String name )This method is from 'NutsOutputFormat' class.
NutsOutputFormat.values ( )This method is from 'NutsOutputFormat' class.
[+] class NutsRepositoryDefinition 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 28 (0.5%)
NutsRepositoryDefinition.NutsRepositoryDefinition ( )This constructor is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.NutsRepositoryDefinition ( NutsRepositoryDefinition o )This constructor is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.copy ( )This method is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.getDeployOrder ( )This method is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.getLocation ( )This method is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.getName ( )This method is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.getOrder ( )This method is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.getSession ( )This method is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.getStoreLocationStrategy ( )This method is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.getType ( )This method is from 'NutsRepositoryDefinition' class.
...
[+] class NutsString 1
| Change | Effect |
|---|
| 1 |
This class became interface. |
A client program may be interrupted by IncompatibleClassChangeError or InstantiationError exception dependent on the usage of this class. |
[+] affected methods: 1 (0.02%)
NutsString.toString ( )This method is from 'NutsString' class.
[+] class NutsTableFormat.Separator 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
NutsTableFormat.Separator.id ( )This method is from 'NutsTableFormat.Separator' class.
NutsTableFormat.Separator.valueOf ( String name )This method is from 'NutsTableFormat.Separator' class.
NutsTableFormat.Separator.values ( )This method is from 'NutsTableFormat.Separator' class.
[+] class NutsTextFormatStyle 1
| Change | Effect |
|---|
| 1 |
Field POSITIONAL has been renamed to JSTYLE. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 3 (0.1%)
NutsLoggerOp.style ( NutsTextFormatStyle p1 )1st parameter 'p1' of this abstract method is of type 'NutsTextFormatStyle'.
NutsTextFormatStyle.valueOf ( String name )This method is from 'NutsTextFormatStyle' class.
NutsTextFormatStyle.values ( )This method is from 'NutsTextFormatStyle' class.
[+] class NutsTransportParamBinaryFilePart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsTransportParamBinaryFilePart.NutsTransportParamBinaryFilePart ( String name, String fileName, Path value )This constructor is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.equals ( Object o )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.getFileName ( )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.getName ( )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.getValue ( )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.hashCode ( )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.toString ( )This method is from 'NutsTransportParamBinaryFilePart' class.
[+] class NutsTransportParamBinaryStreamPart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.1%)
NutsTransportParamBinaryStreamPart.NutsTransportParamBinaryStreamPart ( String name, String fileName, InputStream value )This constructor is from 'NutsTransportParamBinaryStreamPart' class.
NutsTransportParamBinaryStreamPart.getFileName ( )This method is from 'NutsTransportParamBinaryStreamPart' class.
NutsTransportParamBinaryStreamPart.getName ( )This method is from 'NutsTransportParamBinaryStreamPart' class.
NutsTransportParamBinaryStreamPart.getValue ( )This method is from 'NutsTransportParamBinaryStreamPart' class.
[+] class NutsTransportParamParamPart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.1%)
NutsTransportParamParamPart.NutsTransportParamParamPart ( String name, String value )This constructor is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.equals ( Object o )This method is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.getName ( )This method is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.getValue ( )This method is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.hashCode ( )This method is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.toString ( )This method is from 'NutsTransportParamParamPart' class.
[+] class NutsTransportParamPart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.02%)
NutsTransportParamPart.NutsTransportParamPart ( )This constructor is from 'NutsTransportParamPart' class.
[+] class NutsTransportParamTextFilePart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsTransportParamTextFilePart.NutsTransportParamTextFilePart ( String name, String fileName, Path value )This constructor is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.equals ( Object o )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.getFileName ( )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.getName ( )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.getValue ( )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.hashCode ( )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.toString ( )This method is from 'NutsTransportParamTextFilePart' class.
[+] class NutsTransportParamTextReaderPart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsTransportParamTextReaderPart.NutsTransportParamTextReaderPart ( String name, String fileName, Reader value )This constructor is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.equals ( Object o )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.getFileName ( )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.getName ( )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.getValue ( )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.hashCode ( )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.toString ( )This method is from 'NutsTransportParamTextReaderPart' class.
[+] class NutsWorkspaceOpenMode 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
NutsWorkspaceOpenMode.id ( )This method is from 'NutsWorkspaceOpenMode' class.
NutsWorkspaceOpenMode.valueOf ( String name )This method is from 'NutsWorkspaceOpenMode' class.
NutsWorkspaceOpenMode.values ( )This method is from 'NutsWorkspaceOpenMode' class.
[+] class PrivateNutsLog 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
PrivateNutsLog.PrivateNutsLog ( )This constructor is from 'PrivateNutsLog' class.
PrivateNutsLog.isLoggable ( Level lvl )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, String logVerb, String message )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, String logVerb, String message, Object[ ] objects )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, String logVerb, String message, Object object )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, String message, Throwable err )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.setOptions ( NutsWorkspaceOptions options )This method is from 'PrivateNutsLog' class.
[+] class PrivateNutsUtils.Deps 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.02%)
PrivateNutsUtils.Deps.PrivateNutsUtils.Deps ( )This constructor is from 'PrivateNutsUtils.Deps' class.
[+] class PrivateNutsUtils.Mvn 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
PrivateNutsUtils.Mvn.PrivateNutsUtils.Mvn ( )This constructor is from 'PrivateNutsUtils.Mvn' class.
PrivateNutsUtils.Mvn.resolveMavenFullPath ( String repo, String nutsId, String ext )This method is from 'PrivateNutsUtils.Mvn' class.
PrivateNutsUtils.Mvn.resolveOrDownloadJar ( String nutsId, String[ ] repositories, String cacheFolder, PrivateNutsLog LOG, boolean includeDesc, Instant expire )This method is from 'PrivateNutsUtils.Mvn' class.
[+] interface NutsApplicationContext 18
| Change | Effect |
|---|
| 1 |
Abstract method Path getAppsFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method Path getCacheFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method Path getConfigFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method Path getFolder ( NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method Path getLibFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method Path getLogFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method Path getRunFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method Path getSharedAppsFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method Path getSharedConfigFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method Path getSharedFolder ( NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method Path getSharedLibFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method Path getSharedLogFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method Path getSharedRunFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method Path getSharedTempFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Abstract method Path getSharedVarFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 16 |
Abstract method Path getTempFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 17 |
Abstract method Path getVarFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 18 |
Removed super-interface NutsConfigurable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 22 (0.4%)
NutsApplication.onInstallApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.onUninstallApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.onUpdateApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.run ( NutsApplicationContext p1 )1st parameter 'p1' of this abstract method is of type 'NutsApplicationContext'.
NutsApplicationContext.configure ( boolean p1, String[ ] p2 )This method is from 'NutsApplicationContext' interface.
NutsApplicationContext.configure ( boolean p1, String... p2 )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppClass ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppId ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppPreviousVersion ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppVersion ( )This abstract method is from 'NutsApplicationContext' interface.
...
[+] interface NutsApplicationLifeCycle 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.1%)
NutsApplicationLifeCycle.createApplicationContext ( NutsWorkspace ws, String[ ] args, long startTimeMillis )This method is from 'NutsApplicationLifeCycle' interface.
NutsApplicationLifeCycle.onInstallApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplicationLifeCycle' interface.
NutsApplicationLifeCycle.onRunApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplicationLifeCycle' interface.
NutsApplicationLifeCycle.onUninstallApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplicationLifeCycle' interface.
NutsApplicationLifeCycle.onUpdateApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplicationLifeCycle' interface.
[+] interface NutsBootWorkspaceFactory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.03%)
NutsBootWorkspaceFactory.createWorkspace ( NutsWorkspaceInitInformation p1 )This abstract method is from 'NutsBootWorkspaceFactory' interface.
NutsBootWorkspaceFactory.getBootSupportLevel ( NutsWorkspaceOptions p1 )This abstract method is from 'NutsBootWorkspaceFactory' interface.
[+] interface NutsCommandAliasManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.2%)
NutsCommandAliasManager.add ( NutsCommandAliasConfig p1, NutsAddOptions p2 )This abstract method is from 'NutsCommandAliasManager' interface.
NutsCommandAliasManager.addFactory ( NutsCommandAliasFactoryConfig p1, NutsAddOptions p2 )This abstract method is from 'NutsCommandAliasManager' interface.
NutsCommandAliasManager.find ( String p1, NutsId p2, NutsId p3, NutsSession p4 )This abstract method is from 'NutsCommandAliasManager' interface.
NutsCommandAliasManager.find ( String p1, NutsSession p2 )This abstract method is from 'NutsCommandAliasManager' interface.
NutsCommandAliasManager.findAll ( NutsSession p1 )This abstract method is from 'NutsCommandAliasManager' interface.
NutsCommandAliasManager.findByOwner ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsCommandAliasManager' interface.
NutsCommandAliasManager.getFactories ( NutsSession p1 )This abstract method is from 'NutsCommandAliasManager' interface.
NutsCommandAliasManager.remove ( String p1, NutsRemoveOptions p2 )This abstract method is from 'NutsCommandAliasManager' interface.
NutsCommandAliasManager.removeFactory ( String p1, NutsRemoveOptions p2 )This abstract method is from 'NutsCommandAliasManager' interface.
[+] interface NutsCommandAutoCompleteProcessor 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.02%)
NutsCommandAutoCompleteProcessor.resolveCandidates ( NutsCommandLine p1, int p2, NutsWorkspace p3 )This abstract method is from 'NutsCommandAutoCompleteProcessor' interface.
[+] interface NutsCommandLine 4
| Change | Effect |
|---|
| 1 |
Abstract method void process ( NutsConfigurable, NutsCommandLineProcessor ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsCommandLine required ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method void throwError ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsCommandLine unexpectedArgument ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 53 (0.9%)
NutsApplicationContext.getCommandLine ( )Return value of this abstract method is of type 'NutsCommandLine'.
NutsCommandLine.accept ( String... p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.accept ( int p1, String... p2 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.contains ( String p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.find ( String p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.get ( int p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getAutoComplete ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getCommandName ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getSpecialSimpleOptions ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getWordIndex ( )This abstract method is from 'NutsCommandLine' interface.
...
[+] interface NutsCommandLineProcessor 3
| Change | Effect |
|---|
| 1 |
Abstract method void exec ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method boolean nextNonOption ( NutsArgument, NutsCommandLine ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method boolean nextOption ( NutsArgument, NutsCommandLine ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 1 (0.02%)
NutsApplicationContext.processCommandLine ( NutsCommandLineProcessor p1 )1st parameter 'p1' of this abstract method is of type 'NutsCommandLineProcessor'.
[+] interface NutsComponent<CriteriaType> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.02%)
NutsComponent<CriteriaType>.getSupportLevel ( NutsSupportLevelContext<CriteriaType> p1 )This abstract method is from 'NutsComponent<CriteriaType>' interface.
[+] interface NutsConfigurable 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
NutsConfigurable.configure ( boolean p1, String... p2 )This abstract method is from 'NutsConfigurable' interface.
NutsConfigurable.configure ( boolean p1, NutsCommandLine p2 )This abstract method is from 'NutsConfigurable' interface.
NutsConfigurable.configureFirst ( NutsCommandLine p1 )This abstract method is from 'NutsConfigurable' interface.
[+] interface NutsContent 1
| Change | Effect |
|---|
| 1 |
Abstract method Path getPath ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 5 (0.1%)
NutsContent.getURL ( )This abstract method is from 'NutsContent' interface.
NutsContent.isCached ( )This abstract method is from 'NutsContent' interface.
NutsContent.isTemporary ( )This abstract method is from 'NutsContent' interface.
NutsDefinition.getContent ( )Return value of this abstract method is of type 'NutsContent'.
NutsFetchCommand.getResultContent ( )Return value of this abstract method is of type 'NutsContent'.
[+] interface NutsContentEvent 1
| Change | Effect |
|---|
| 1 |
Abstract method Path getPath ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.1%)
NutsContentEvent.getRepository ( )This abstract method is from 'NutsContentEvent' interface.
NutsContentEvent.getSession ( )This abstract method is from 'NutsContentEvent' interface.
NutsContentEvent.getWorkspace ( )This abstract method is from 'NutsContentEvent' interface.
NutsRepositoryListener.onDeploy ( NutsContentEvent event )1st parameter 'event' of this method is of type 'NutsContentEvent'.
NutsRepositoryListener.onPush ( NutsContentEvent event )1st parameter 'event' of this method is of type 'NutsContentEvent'.
NutsRepositoryListener.onUndeploy ( NutsContentEvent event )1st parameter 'event' of this method is of type 'NutsContentEvent'.
[+] interface NutsDefinition 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsDependency[ ] getDependencies ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsDependencyTreeNode[ ] getDependencyNodes ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method boolean isSetDependencyNodes ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 23 (0.4%)
NutsDefinition.compareTo ( Object p1 )This method is from 'NutsDefinition' interface.
NutsDefinition.compareTo ( NutsDefinition p1 )1st parameter 'p1' of this abstract method is of type 'NutsDefinition'.
NutsDefinition.getApiId ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getContent ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getDescriptor ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getEffectiveDescriptor ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getId ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getInstallInformation ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getPath ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getRepositoryName ( )This abstract method is from 'NutsDefinition' interface.
...
[+] interface NutsDependency 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsId getId ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method String getNamespace ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 29 (0.5%)
NutsDependency.builder ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getArtifactId ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getClassifier ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getExclusions ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getFullName ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getGroupId ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getLongName ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getOptional ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getProperties ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getPropertiesQuery ( )This abstract method is from 'NutsDependency' interface.
...
[+] interface NutsDependencyBuilder 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsId getId ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method String getNamespace ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsDependencyBuilder setNamespace ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 33 (0.6%)
NutsDependency.builder ( )Return value of this abstract method is of type 'NutsDependencyBuilder'.
NutsDependencyBuilder.addProperties ( String p1 )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.build ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.clear ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getArtifactId ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getClassifier ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getExclusions ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getFullName ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getGroupId ( )This abstract method is from 'NutsDependencyBuilder' interface.
...
[+] interface NutsDependencyFilter 3
| Change | Effect |
|---|
| 1 |
Method NutsDependencyFilter and ( NutsDependencyFilter ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
| 2 |
Method NutsDependencyFilter neg ( ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
| 3 |
Method NutsDependencyFilter or ( NutsDependencyFilter ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
[+] affected methods: 3 (0.1%)
NutsDependencyFilter.and ( NutsDependencyFilter other )This method is from 'NutsDependencyFilter' interface.
NutsDependencyFilter.neg ( )This method is from 'NutsDependencyFilter' interface.
NutsDependencyFilter.or ( NutsDependencyFilter other )This method is from 'NutsDependencyFilter' interface.
[+] interface NutsDependencyFormat 2
| Change | Effect |
|---|
| 1 |
Abstract method boolean isOmitNamespace ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsDependencyFormat setOmitNamespace ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 32 (0.5%)
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.getOmitQueryProperties ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.getValue ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightImportedGroup ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightOptional ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightScope ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitClassifier ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitExclusions ( )This abstract method is from 'NutsDependencyFormat' interface.
...
[+] interface NutsDeployRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (0.2%)
NutsDeployRepositoryCommand.getContent ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.getDescriptor ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.getId ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.run ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.run ( )This method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( File p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( InputStream p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( URL p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( Path p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setDescriptor ( NutsDescriptor p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
...
[+] interface NutsDescriptorBuilder 24
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptorBuilder application ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsDescriptorBuilder application ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsDescriptorBuilder arch ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsDescriptorBuilder classifierMappings ( NutsClassifierMapping[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsDescriptorBuilder dependencies ( NutsDependency[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsDescriptorBuilder description ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsDescriptorBuilder descriptor ( NutsDescriptor ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsDescriptorBuilder descriptor ( NutsDescriptorBuilder ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsDescriptorBuilder executable ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method NutsDescriptorBuilder executable ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method NutsDescriptorBuilder executor ( NutsArtifactCall ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method NutsDescriptorBuilder id ( NutsId ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method NutsDescriptorBuilder installer ( NutsArtifactCall ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method boolean isNutsApplication ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Abstract method NutsDescriptorBuilder locations ( NutsIdLocation[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 16 |
Abstract method NutsDescriptorBuilder name ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 17 |
Abstract method NutsDescriptorBuilder os ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 18 |
Abstract method NutsDescriptorBuilder osdist ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 19 |
Abstract method NutsDescriptorBuilder packaging ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 20 |
Abstract method NutsDescriptorBuilder parents ( NutsId[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 21 |
Abstract method NutsDescriptorBuilder platform ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 22 |
Abstract method NutsDescriptorBuilder properties ( Map<String,String> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 23 |
Abstract method NutsDescriptorBuilder property ( String, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 24 |
Abstract method NutsDescriptorBuilder standardDependencies ( NutsDependency[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 66 (1.1%)
NutsDescriptor.builder ( )Return value of this abstract method is of type 'NutsDescriptorBuilder'.
NutsDescriptorBuilder.addArch ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addClassifierMapping ( NutsClassifierMapping p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addDependencies ( NutsDependency[ ] p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addDependency ( NutsDependency p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addLocation ( NutsIdLocation p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addOs ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addOsdist ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addPlatform ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
...
[+] interface NutsDescriptorContentParserComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.02%)
NutsDescriptorContentParserComponent.parse ( NutsDescriptorContentParserContext p1 )This abstract method is from 'NutsDescriptorContentParserComponent' interface.
[+] interface NutsDescriptorContentParserContext 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 8 (0.1%)
NutsDescriptorContentParserContext.getFileExtension ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getFullStream ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getHeadStream ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getMimeType ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getName ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getParseOptions ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getSession ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getWorkspace ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
[+] interface NutsDescriptorFilter 3
| Change | Effect |
|---|
| 1 |
Method NutsDescriptorFilter and ( NutsDescriptorFilter ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
| 2 |
Method NutsDescriptorFilter neg ( ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
| 3 |
Method NutsDescriptorFilter or ( NutsDescriptorFilter ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
[+] affected methods: 3 (0.1%)
NutsDescriptorFilter.and ( NutsDescriptorFilter other )This method is from 'NutsDescriptorFilter' interface.
NutsDescriptorFilter.neg ( )This method is from 'NutsDescriptorFilter' interface.
NutsDescriptorFilter.or ( NutsDescriptorFilter other )This method is from 'NutsDescriptorFilter' interface.
[+] interface NutsDescriptorFilterManager 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptorFilter byApiVersion ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsDescriptorFilter byCompanion ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsDescriptorFilter byExtension ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsDescriptorFilter byRuntime ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 10 (0.2%)
NutsDescriptorFilterManager.byApp ( Boolean p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byArch ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExec ( Boolean p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExpression ( String p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byLockedIds ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byOsdist ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byPackaging ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byPlatform ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorManager.filter ( )Return value of this abstract method is of type 'NutsDescriptorFilterManager'.
NutsFilterManager.descriptor ( )Return value of this abstract method is of type 'NutsDescriptorFilterManager'.
[+] interface NutsDescriptorFormat 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptorFormat value ( NutsDescriptor ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 9 (0.2%)
NutsDescriptorFormat.compact ( )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.compact ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.isCompact ( )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setCompact ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorManager.formatter ( )Return value of this abstract method is of type 'NutsDescriptorFormat'.
NutsDescriptorManager.formatter ( NutsDescriptor p1 )Return value of this abstract method is of type 'NutsDescriptorFormat'.
[+] interface NutsElement 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsArrayElement array ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsObjectElement object ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsPrimitiveElement primitive ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 11 (0.2%)
NutsArrayElement.get ( int p1 )Return value of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.add ( NutsElement p1 )1st parameter 'p1' of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.get ( int p1 )Return value of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.insert ( int p1, NutsElement p2 )2nd parameter 'p2' of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.set ( int p1, NutsElement p2 )2nd parameter 'p2' of this abstract method is of type 'NutsElement'.
NutsElement.type ( )This abstract method is from 'NutsElement' interface.
NutsElementFormat.toElement ( Object p1 )Return value of this abstract method is of type 'NutsElement'.
NutsElementPath.filter ( NutsElement p1 )1st parameter 'p1' of this abstract method is of type 'NutsElement'.
NutsObjectElement.get ( String p1 )Return value of this abstract method is of type 'NutsElement'.
NutsObjectElementBuilder.get ( String p1 )Return value of this abstract method is of type 'NutsElement'.
...
[+] interface NutsElementFormat 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsElementBuilder builder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method T fromElement ( NutsElement, Class<T> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsElementFormat set ( Object ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Removed super-interface NutsFormat. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 10 (0.2%)
NutsElementFormat.compilePath ( String p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.getValue ( )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.setSession ( NutsSession p1 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.setValue ( Object p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.toElement ( Object p1 )This abstract method is from 'NutsElementFormat' interface.
NutsFormatManager.element ( )Return value of this abstract method is of type 'NutsElementFormat'.
[+] interface NutsExecCommand 9
| Change | Effect |
|---|
| 1 |
Abstract method NutsExecCommand embedded ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsExecCommandFormat format ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method PrintStream getErr ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method PrintStream getOut ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsExecCommand rootCmd ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsExecCommand setErr ( PrintStream ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsExecCommand setOut ( PrintStream ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsExecCommand spawn ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsExecCommand userCmd ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 50 (0.8%)
NutsExecCommand.addCommand ( String... p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addCommand ( Collection<String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addEnv ( Map<String,String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOption ( String p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOptions ( String... p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOptions ( Collection<String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearCommand ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearEnv ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearExecutorOptions ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsExecCommand' interface.
...
[+] interface NutsExecCommandFormat 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsExecCommandFormat value ( NutsExecCommand ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 16 (0.3%)
NutsExecCommandFormat.getArgumentFilter ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getArgumentReplacer ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getEnvFilter ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getEnvReplacer ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getValue ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.isRedirectError ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.isRedirectInput ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.isRedirectOutput ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.setArgumentFilter ( Predicate<NutsExecCommandFormat.ArgEntry> p1 )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.setArgumentReplacer ( Function<NutsExecCommandFormat.ArgEntry,String> p1 )This abstract method is from 'NutsExecCommandFormat' interface.
...
[+] interface NutsExecutionContext 1
| Change | Effect |
|---|
| 1 |
Abstract method String[ ] getExecutorOptions ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 18 (0.3%)
NutsExecutionContext.getArguments ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getCommandName ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getCwd ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getDefinition ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getEnv ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecSession ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutionType ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorDescriptor ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorProperties ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getTraceSession ( )This abstract method is from 'NutsExecutionContext' interface.
...
[+] interface NutsExecutionEntryManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
NutsExecutionEntryManager.parse ( File p1 )This abstract method is from 'NutsExecutionEntryManager' interface.
NutsExecutionEntryManager.parse ( InputStream p1, String p2, String p3 )This abstract method is from 'NutsExecutionEntryManager' interface.
NutsExecutionEntryManager.parse ( Path p1 )This abstract method is from 'NutsExecutionEntryManager' interface.
[+] interface NutsFetchCommand 24
| Change | Effect |
|---|
| 1 |
Abstract method NutsFetchCommand addRepositories ( Collection<String> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsFetchCommand addRepositories ( String... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsFetchCommand addRepository ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsFetchCommand clearRepositories ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsFetchStrategy getFetchStrategy ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method Boolean getInstalled ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsFetchCommand installed ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsFetchCommand installed ( Boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method boolean isCached ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method boolean isDependenciesTree ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method boolean isIndexed ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method boolean isTransitive ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method NutsFetchCommand notInstalled ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method NutsFetchCommand removeRepository ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Abstract method NutsFetchCommand setAnyWhere ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 16 |
Abstract method NutsFetchCommand setCached ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 17 |
Abstract method NutsFetchCommand setDependenciesTree ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 18 |
Abstract method NutsFetchCommand setFetchStrategy ( NutsFetchStrategy ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 19 |
Abstract method NutsFetchCommand setIndexed ( Boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 20 |
Abstract method NutsFetchCommand setInstalled ( Boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 21 |
Abstract method NutsFetchCommand setOffline ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 22 |
Abstract method NutsFetchCommand setOnline ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 23 |
Abstract method NutsFetchCommand setRemote ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 24 |
Abstract method NutsFetchCommand setTransitive ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 51 (0.9%)
NutsFetchCommand.addScope ( NutsDependencyScope p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.addScope ( NutsDependencyScopePattern p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.addScopes ( NutsDependencyScope... p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.addScopes ( NutsDependencyScopePattern... p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.clearScopes ( )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsFetchCommand' interface.
NutsFetchCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsFetchCommand' interface.
NutsFetchCommand.copy ( )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.copyFrom ( NutsFetchCommand p1 )1st parameter 'p1' of this abstract method is of type 'NutsFetchCommand'.
...
[+] interface NutsFetchContentRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (0.2%)
NutsFetchContentRepositoryCommand.getDescriptor ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.getId ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.getLocalPath ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.getResult ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.run ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.run ( )This method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.setDescriptor ( NutsDescriptor p1 )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
...
[+] interface NutsFetchDescriptorRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.2%)
NutsFetchDescriptorRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.getId ( )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.getResult ( )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.run ( )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.run ( )This method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsFetchDescriptorRepositoryCommand' interface.
[+] interface NutsFilter 6
| Change | Effect |
|---|
| 1 |
Method NutsFilter and ( NutsFilter ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
| 2 |
Method Class<?> getFilterType ( ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
| 3 |
Method NutsFilter neg ( ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
| 4 |
Method NutsFilter or ( NutsFilter ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
| 5 |
Method NutsFilter simplify ( Class<T> ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
| 6 |
Method T to ( Class<T> ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
[+] affected methods: 6 (0.1%)
NutsFilter.and ( NutsFilter other )This method is from 'NutsFilter' interface.
NutsFilter.getFilterType ( )This method is from 'NutsFilter' interface.
NutsFilter.neg ( )This method is from 'NutsFilter' interface.
NutsFilter.or ( NutsFilter other )This method is from 'NutsFilter' interface.
NutsFilter.simplify ( Class<T> type )This method is from 'NutsFilter' interface.
NutsFilter.to ( Class<T> type )This method is from 'NutsFilter' interface.
[+] interface NutsFormat 6
| Change | Effect |
|---|
| 1 |
Abstract method String format ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method void print ( PrintStream ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method void print ( NutsTerminal ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method void println ( PrintStream ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method void println ( NutsTerminal ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Removed super-interface NutsConfigurable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 34 (0.6%)
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsCommandLineFormat.setSession ( NutsSession p1 )Return value of this method is of type 'NutsFormat'.
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsDependencyFormat.setSession ( NutsSession p1 )Return value of this method is of type 'NutsFormat'.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsElementFormat.setSession ( NutsSession p1 )Return value of this method is of type 'NutsFormat'.
NutsFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsFormat' interface.
NutsFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsFormat' interface.
NutsFormat.getSession ( )This abstract method is from 'NutsFormat' interface.
...
[+] interface NutsFormatManager 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsIterableOutput iter ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsJsonFormat json ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsFormat of ( NutsFormattable ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsStringFormat str ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsXmlFormat xml ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.1%)
NutsFormatManager.element ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.object ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.props ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.table ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.tree ( )This abstract method is from 'NutsFormatManager' interface.
NutsWorkspace.formats ( )Return value of this abstract method is of type 'NutsFormatManager'.
[+] interface NutsId 2
| Change | Effect |
|---|
| 1 |
Abstract method String getNamespace ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsTokenFilter namespaceToken ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 96 (1.6%)
NutsApplicationContext.getAppId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCall.getId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCallBuilder.getId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCallBuilder.setId ( NutsId p1 )1st parameter 'p1' of this abstract method is of type 'NutsId'.
NutsDefinition.getApiId ( )Return value of this abstract method is of type 'NutsId'.
NutsDefinition.getId ( )Return value of this abstract method is of type 'NutsId'.
NutsDependency.toId ( )Return value of this abstract method is of type 'NutsId'.
NutsDependencyBuilder.setId ( NutsId p1 )1st parameter 'p1' of this abstract method is of type 'NutsId'.
NutsDependencyFilter.acceptDependency ( NutsId p1, NutsDependency p2, NutsSession p3 )1st parameter 'p1' of this abstract method is of type 'NutsId'.
NutsDeployCommand.addId ( NutsId p1 )1st parameter 'p1' of this abstract method is of type 'NutsId'.
...
[+] interface NutsIdBuilder 2
| Change | Effect |
|---|
| 1 |
Abstract method String getNamespace ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsIdBuilder setNamespace ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 39 (0.7%)
NutsId.builder ( )Return value of this abstract method is of type 'NutsIdBuilder'.
NutsIdBuilder.addProperties ( String p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.apply ( Function<String,String> p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.build ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.clear ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getArch ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getArtifactId ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getClassifier ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getFace ( )This abstract method is from 'NutsIdBuilder' interface.
...
[+] interface NutsIdFilter 3
| Change | Effect |
|---|
| 1 |
Method NutsIdFilter and ( NutsIdFilter ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
| 2 |
Method NutsIdFilter neg ( ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
| 3 |
Method NutsIdFilter or ( NutsIdFilter ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
[+] affected methods: 3 (0.1%)
NutsIdFilter.and ( NutsIdFilter other )This method is from 'NutsIdFilter' interface.
NutsIdFilter.neg ( )This method is from 'NutsIdFilter' interface.
NutsIdFilter.or ( NutsIdFilter other )This method is from 'NutsIdFilter' interface.
[+] interface NutsIdFilterManager 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsIdFilter byInstallStatus ( Set<NutsInstallStatus>... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsIdFilter byInstallStatus ( NutsInstallStatus... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 5 (0.1%)
NutsFilterManager.id ( )Return value of this abstract method is of type 'NutsIdFilterManager'.
NutsIdFilterManager.byDefaultVersion ( Boolean p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byExpression ( String p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byName ( String... p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdManager.filter ( )Return value of this abstract method is of type 'NutsIdFilterManager'.
[+] interface NutsIdFormat 23
| Change | Effect |
|---|
| 1 |
Abstract method NutsIdFormat highlightImportedGroupId ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsIdFormat highlightImportedGroupId ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsIdFormat highlightOptional ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsIdFormat highlightOptional ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsIdFormat highlightScope ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsIdFormat highlightScope ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method boolean isOmitNamespace ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsIdFormat omitClassifier ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsIdFormat omitClassifier ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method NutsIdFormat omitFace ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method NutsIdFormat omitFace ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method NutsIdFormat omitGroupId ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method NutsIdFormat omitGroupId ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method NutsIdFormat omitImportedGroupId ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Abstract method NutsIdFormat omitImportedGroupId ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 16 |
Abstract method NutsIdFormat omitNamespace ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 17 |
Abstract method NutsIdFormat omitNamespace ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 18 |
Abstract method NutsIdFormat omitOtherProperties ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 19 |
Abstract method NutsIdFormat omitOtherProperties ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 20 |
Abstract method NutsIdFormat omitProperty ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 21 |
Abstract method NutsIdFormat omitProperty ( String, boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 22 |
Abstract method NutsIdFormat setOmitNamespace ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 23 |
Abstract method NutsIdFormat value ( NutsId ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 28 (0.5%)
NutsIdFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIdFormat' interface.
NutsIdFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIdFormat' interface.
NutsIdFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.getOmitProperties ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.getValue ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightImportedGroupId ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightOptional ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightScope ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitClassifier ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitFace ( )This abstract method is from 'NutsIdFormat' interface.
...
[+] interface NutsIdLocationBuilder 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsIdLocationBuilder classifier ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsIdLocationBuilder region ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsIdLocationBuilder url ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 11 (0.2%)
NutsDescriptorManager.locationBuilder ( )Return value of this abstract method is of type 'NutsIdLocationBuilder'.
NutsIdLocationBuilder.build ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.clear ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getClassifier ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getRegion ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getUrl ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.set ( NutsIdLocation p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.set ( NutsIdLocationBuilder p1 )1st parameter 'p1' of this abstract method is of type 'NutsIdLocationBuilder'.
NutsIdLocationBuilder.setClassifier ( String p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.setRegion ( String p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
...
[+] interface NutsImportManager 4
| Change | Effect |
|---|
| 1 |
Abstract method void add ( String[ ], NutsAddOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method void remove ( String[ ], NutsRemoveOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method void removeAll ( NutsRemoveOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method void set ( String[ ], NutsUpdateOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 2 (0.03%)
NutsImportManager.getAll ( )This abstract method is from 'NutsImportManager' interface.
NutsWorkspace.imports ( )Return value of this abstract method is of type 'NutsImportManager'.
[+] interface NutsIndexStore 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsIndexStore enabled ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsIndexStore enabled ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 9 (0.2%)
NutsIndexStore.invalidate ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.isEnabled ( )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.isSubscribed ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.revalidate ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.search ( NutsIdFilter p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.searchVersions ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.setEnabled ( boolean p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.subscribe ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.unsubscribe ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
[+] interface NutsIndexStoreFactory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.02%)
NutsIndexStoreFactory.createIndexStore ( NutsRepository p1 )This abstract method is from 'NutsIndexStoreFactory' interface.
[+] interface NutsInfoFormat 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsInfoFormat showRepositories ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsInfoFormat showRepositories ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 12 (0.2%)
NutsInfoFormat.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.addProperty ( String p1, String p2 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.isFancy ( )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.isShowRepositories ( )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setFancy ( boolean p1 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setSession ( NutsSession p1 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsInfoFormat' interface.
...
[+] interface NutsInput 2
| Change | Effect |
|---|
| 1 |
Abstract method Path getPath ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method boolean isPath ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 12 (0.2%)
NutsInput.close ( )This abstract method is from 'NutsInput' interface.
NutsInput.getName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getSource ( )This abstract method is from 'NutsInput' interface.
NutsInput.getTypeName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getURL ( )This abstract method is from 'NutsInput' interface.
NutsInput.isURL ( )This abstract method is from 'NutsInput' interface.
NutsInput.length ( )This abstract method is from 'NutsInput' interface.
NutsInput.open ( )This abstract method is from 'NutsInput' interface.
NutsIOCopyAction.from ( NutsInput p1 )1st parameter 'p1' of this abstract method is of type 'NutsInput'.
NutsIOCopyAction.setSource ( NutsInput p1 )1st parameter 'p1' of this abstract method is of type 'NutsInput'.
...
[+] interface NutsInputManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 14 (0.2%)
NutsInputManager.getName ( )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.getTypeName ( )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.isMultiRead ( )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.of ( byte[ ] p1 )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.of ( File p1 )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.of ( InputStream p1 )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.of ( Object p1 )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.of ( String p1 )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.of ( URL p1 )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.of ( Path p1 )This abstract method is from 'NutsInputManager' interface.
...
[+] interface NutsInputStreamTransparentAdapter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.02%)
NutsInputStreamTransparentAdapter.baseInputStream ( )This abstract method is from 'NutsInputStreamTransparentAdapter' interface.
[+] interface NutsInstallCommand 9
| Change | Effect |
|---|
| 1 |
Abstract method NutsInstallCommand arg ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsInstallCommand args ( Collection<String> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsInstallCommand args ( String... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsInstallCommand id ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsInstallCommand id ( NutsId ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsInstallCommand ids ( String... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsInstallCommand ids ( NutsId... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsInstallCommand installed ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsInstallCommand installed ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 40 (0.7%)
NutsInstallCommand.addArg ( String p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addArgs ( String... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addConditionalArgs ( Predicate<NutsDefinition> p1, String... p2 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addId ( String p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addId ( NutsId p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addIds ( String... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.clearArgs ( )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.clearIds ( )This abstract method is from 'NutsInstallCommand' interface.
...
[+] interface NutsInstallInformation 4
| Change | Effect |
|---|
| 1 |
Abstract method Instant getCreatedDate ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method Path getInstallFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method Set<NutsInstallStatus> getInstallStatus ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method Instant getLastModifiedDate ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 14 (0.2%)
NutsDefinition.getInstallInformation ( )Return value of this abstract method is of type 'NutsInstallInformation'.
NutsFetchCommand.getResultInstallInformation ( )Return value of this abstract method is of type 'NutsInstallInformation'.
NutsInstallInformation.getId ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getInstallUser ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getSourceRepositoryName ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getSourceRepositoryUUID ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isDefaultVersion ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isInstalledOrRequired ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isJustInstalled ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isJustReInstalled ( )This abstract method is from 'NutsInstallInformation' interface.
...
[+] interface NutsIOCompressAction 8
| Change | Effect |
|---|
| 1 |
Abstract method NutsIOCompressAction logProgress ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsIOCompressAction logProgress ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsIOCompressAction progressMonitor ( NutsProgressMonitor ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsIOCompressAction progressMonitorFactory ( NutsProgressFactory ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsIOCompressAction safe ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsIOCompressAction safe ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsIOCompressAction skipRoot ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsIOCompressAction skipRoot ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 36 (0.6%)
NutsIOCompressAction.addSource ( File p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( InputStream p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( String p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( URL p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( Path p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getFormat ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getFormatOption ( String p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getSession ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getSources ( )This abstract method is from 'NutsIOCompressAction' interface.
...
[+] interface NutsIOCopyAction 9
| Change | Effect |
|---|
| 1 |
Abstract method NutsIOCopyAction logProgress ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsIOCopyAction logProgress ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsIOCopyAction progressMonitor ( NutsProgressMonitor ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsIOCopyAction progressMonitorFactory ( NutsProgressFactory ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsIOCopyAction safe ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsIOCopyAction safe ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsIOCopyAction skipRoot ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsIOCopyAction skipRoot ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsIOCopyAction validator ( NutsIOCopyValidator ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 45 (0.8%)
NutsIOCopyAction.from ( File p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( InputStream p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( Object p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( String p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( URL p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( Path p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( NutsInput p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getByteArrayResult ( )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getSession ( )This abstract method is from 'NutsIOCopyAction' interface.
...
[+] interface NutsIODeleteAction 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsIODeleteAction failFast ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsIODeleteAction failFast ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsIODeleteAction target ( Object ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 10 (0.2%)
NutsIODeleteAction.getSession ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.getTarget ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.isFailFast ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.run ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setFailFast ( boolean p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setSession ( NutsSession p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( File p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( Object p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( Path p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIOManager.delete ( )Return value of this abstract method is of type 'NutsIODeleteAction'.
[+] interface NutsIOHashAction 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsIOHashAction source ( File ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsIOHashAction source ( InputStream ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsIOHashAction source ( Path ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsIOHashAction source ( NutsDescriptor ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 9 (0.2%)
NutsIOHashAction.algorithm ( String p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.computeBytes ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.computeString ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.getAlgorithm ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.md5 ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setAlgorithm ( String p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.sha1 ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.writeHash ( OutputStream p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOManager.hash ( )Return value of this abstract method is of type 'NutsIOHashAction'.
[+] interface NutsIOLockAction 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsIOLockAction resource ( Object ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsIOLockAction source ( Object ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 13 (0.2%)
NutsConcurrentManager.lock ( )Return value of this abstract method is of type 'NutsIOLockAction'.
NutsIOLockAction.call ( Callable<T> p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.call ( Callable<T> p1, long p2, TimeUnit p3 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.create ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getResource ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getSession ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getSource ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.run ( Runnable p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.run ( Runnable p1, long p2, TimeUnit p3 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.setResource ( File p1 )This abstract method is from 'NutsIOLockAction' interface.
...
[+] interface NutsIOManager 8
| Change | Effect |
|---|
| 1 |
Abstract method PrintStream createPrintStream ( OutputStream, NutsTerminalMode ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsInputManager input ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method String loadFormattedString ( Reader, ClassLoader ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method String loadFormattedString ( String, ClassLoader, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method PrintStream nullPrintStream ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsOutputManager output ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsTerminalManager term ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsTempManager tmp ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 11 (0.2%)
NutsIOManager.compress ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.copy ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.delete ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.expandPath ( String p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.expandPath ( String p1, String p2 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.hash ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.monitor ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.nullInputStream ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.ps ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.uncompress ( )This abstract method is from 'NutsIOManager' interface.
...
[+] interface NutsIOUncompressAction 7
| Change | Effect |
|---|
| 1 |
Abstract method NutsIOUncompressAction logProgress ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsIOUncompressAction logProgress ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsIOUncompressAction progressMonitorFactory ( NutsProgressFactory ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsIOUncompressAction safe ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsIOUncompressAction safe ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsIOUncompressAction skipRoot ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsIOUncompressAction skipRoot ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 39 (0.7%)
NutsIOManager.uncompress ( )Return value of this abstract method is of type 'NutsIOUncompressAction'.
NutsIOUncompressAction.from ( File p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( InputStream p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( Object p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( String p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( URL p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( Path p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getFormat ( )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getFormatOption ( String p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOUncompressAction' interface.
...
[+] interface NutsIterableFormat 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsOutputFormat getOutputFormat ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Removed super-interface NutsConfigurable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 5 (0.1%)
NutsIterableFormat.complete ( long p1 )This abstract method is from 'NutsIterableFormat' interface.
NutsIterableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIterableFormat' interface.
NutsIterableFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsIterableFormat' interface.
NutsIterableFormat.next ( Object p1, long p2 )This abstract method is from 'NutsIterableFormat' interface.
NutsIterableFormat.start ( )This abstract method is from 'NutsIterableFormat' interface.
[+] interface NutsIterableOutput 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.2%)
NutsIterableOutput.complete ( )This abstract method is from 'NutsIterableOutput' interface.
NutsIterableOutput.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIterableOutput' interface.
NutsIterableOutput.configure ( boolean p1, String... p2 )This abstract method is from 'NutsIterableOutput' interface.
NutsIterableOutput.next ( Object p1 )This abstract method is from 'NutsIterableOutput' interface.
NutsIterableOutput.out ( PrintStream p1 )This abstract method is from 'NutsIterableOutput' interface.
NutsIterableOutput.out ( PrintWriter p1 )This abstract method is from 'NutsIterableOutput' interface.
NutsIterableOutput.setOut ( PrintStream p1 )This abstract method is from 'NutsIterableOutput' interface.
NutsIterableOutput.setOut ( PrintWriter p1 )This abstract method is from 'NutsIterableOutput' interface.
NutsIterableOutput.setSession ( NutsSession p1 )This abstract method is from 'NutsIterableOutput' interface.
NutsIterableOutput.start ( )This abstract method is from 'NutsIterableOutput' interface.
[+] interface NutsJsonFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 19 (0.3%)
NutsJsonFormat.compact ( )This abstract method is from 'NutsJsonFormat' interface.
NutsJsonFormat.compact ( boolean p1 )This abstract method is from 'NutsJsonFormat' interface.
NutsJsonFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsJsonFormat' interface.
NutsJsonFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsJsonFormat' interface.
NutsJsonFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsJsonFormat' interface.
NutsJsonFormat.getValue ( )This abstract method is from 'NutsJsonFormat' interface.
NutsJsonFormat.isCompact ( )This abstract method is from 'NutsJsonFormat' interface.
NutsJsonFormat.parse ( byte[ ] p1, Class<T> p2 )This abstract method is from 'NutsJsonFormat' interface.
NutsJsonFormat.parse ( File p1, Class<T> p2 )This abstract method is from 'NutsJsonFormat' interface.
NutsJsonFormat.parse ( InputStream p1, Class<T> p2 )This abstract method is from 'NutsJsonFormat' interface.
...
[+] interface NutsLogger 4
| Change | Effect |
|---|
| 1 |
Abstract method void log ( Level, String, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method void log ( Level, String, String, Object... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method void log ( Level, String, Throwable ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method void log ( Level, String, Supplier<String> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 5 (0.1%)
NutsLogger.isLoggable ( Level p1 )This abstract method is from 'NutsLogger' interface.
NutsLogger.log ( LogRecord p1 )This abstract method is from 'NutsLogger' interface.
NutsLogger.with ( )This abstract method is from 'NutsLogger' interface.
NutsLogManager.of ( Class p1 )Return value of this abstract method is of type 'NutsLogger'.
NutsLogManager.of ( String p1 )Return value of this abstract method is of type 'NutsLogger'.
[+] interface NutsLoggerOp 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsLoggerOp verb ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 9 (0.2%)
NutsLogger.with ( )Return value of this abstract method is of type 'NutsLoggerOp'.
NutsLoggerOp.error ( Throwable p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.formatted ( )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.formatted ( boolean p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.level ( Level p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.log ( String p1, Object... p2 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.log ( Supplier<String> p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.style ( NutsTextFormatStyle p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.time ( long p1 )This abstract method is from 'NutsLoggerOp' interface.
[+] interface NutsLogManager 4
| Change | Effect |
|---|
| 1 |
Abstract method void addHandler ( Handler ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method void removeHandler ( Handler ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method void setFileLevel ( Level, NutsUpdateOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method void setTermLevel ( Level, NutsUpdateOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 8 (0.1%)
NutsLogManager.getFileHandler ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getFileLevel ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getHandlers ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getTermHandler ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getTermLevel ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.of ( Class p1 )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.of ( String p1 )This abstract method is from 'NutsLogManager' interface.
NutsWorkspace.log ( )Return value of this abstract method is of type 'NutsLogManager'.
[+] interface NutsMonitorAction 14
| Change | Effect |
|---|
| 1 |
Abstract method String getName ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsMonitorAction length ( long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsMonitorAction logProgress ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsMonitorAction logProgress ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsMonitorAction name ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsMonitorAction origin ( Object ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsMonitorAction progressFactory ( NutsProgressFactory ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsMonitorAction progressMonitor ( NutsProgressMonitor ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsMonitorAction setName ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method NutsMonitorAction source ( File ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method NutsMonitorAction source ( InputStream ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method NutsMonitorAction source ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method NutsMonitorAction source ( Path ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method NutsMonitorAction source ( NutsInput ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 21 (0.4%)
NutsIOManager.monitor ( )Return value of this abstract method is of type 'NutsMonitorAction'.
NutsMonitorAction.create ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.createSource ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getLength ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getOrigin ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getProgressFactory ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getSession ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getSourceTypeName ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.isLogProgress ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.setLength ( long p1 )This abstract method is from 'NutsMonitorAction' interface.
...
[+] interface NutsNamedElement 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.03%)
NutsNamedElement.getName ( )This abstract method is from 'NutsNamedElement' interface.
NutsNamedElement.getValue ( )This abstract method is from 'NutsNamedElement' interface.
[+] interface NutsObjectFormat 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsObjectFormat value ( Object ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 8 (0.1%)
NutsFormatManager.object ( )Return value of this abstract method is of type 'NutsObjectFormat'.
NutsObjectFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.getValue ( )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setSession ( NutsSession p1 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setValue ( Object p1 )This abstract method is from 'NutsObjectFormat' interface.
[+] interface NutsOutput 1
| Change | Effect |
|---|
| 1 |
Abstract method Path getPath ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 14 (0.2%)
NutsIOCompressAction.setTarget ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsIOCompressAction.to ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsIOCopyAction.setTarget ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsIOCopyAction.to ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsIOUncompressAction.setTarget ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsIOUncompressAction.to ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsOutput.close ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getName ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getSource ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getTypeName ( )This abstract method is from 'NutsOutput' interface.
...
[+] interface NutsOutputManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.2%)
NutsOutputManager.getName ( )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.getTypeName ( )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.of ( File p1 )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.of ( OutputStream p1 )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.of ( Object p1 )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.of ( String p1 )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.of ( URL p1 )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.of ( Path p1 )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.setName ( String p1 )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.setTypeName ( String p1 )This abstract method is from 'NutsOutputManager' interface.
[+] interface NutsPrimitiveElement 1
| Change | Effect |
|---|
| 1 |
Abstract method Instant getDate ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 13 (0.2%)
NutsPrimitiveElement.getBoolean ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getDouble ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getFloat ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getInt ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getLong ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getNumber ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getString ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getValue ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.isDouble ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.isFloat ( )This abstract method is from 'NutsPrimitiveElement' interface.
...
[+] interface NutsProgressEvent 1
| Change | Effect |
|---|
| 1 |
Abstract method String getMessage ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 13 (0.2%)
NutsProgressEvent.getCurrentValue ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getError ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getMaxValue ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getPartialMillis ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getPartialValue ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getPercent ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getSession ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getSource ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getTimeMillis ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.isIndeterminate ( )This abstract method is from 'NutsProgressEvent' interface.
...
[+] interface NutsPropertiesFormat 8
| Change | Effect |
|---|
| 1 |
Abstract method boolean isSort ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsPropertiesFormat model ( Map ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsPropertiesFormat separator ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsPropertiesFormat setModel ( Map ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsPropertiesFormat setSort ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsPropertiesFormat sort ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsPropertiesFormat sort ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Removed super-interface NutsFormat. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 9 (0.2%)
NutsFormatManager.props ( )Return value of this abstract method is of type 'NutsPropertiesFormat'.
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.getModel ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.getSeparator ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setSeparator ( String p1 )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setSession ( NutsSession p1 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsPropertiesFormat' interface.
[+] interface NutsPushCommand 13
| Change | Effect |
|---|
| 1 |
Abstract method NutsPushCommand arg ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsPushCommand args ( String... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsPushCommand id ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsPushCommand id ( NutsId ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsPushCommand ids ( String... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsPushCommand ids ( NutsId... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsPushCommand lockedId ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsPushCommand lockedId ( NutsId ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsPushCommand lockedIds ( String... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method NutsPushCommand lockedIds ( NutsId... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method NutsPushCommand offline ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method NutsPushCommand offline ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method NutsPushCommand repository ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 36 (0.6%)
NutsPushCommand.addArg ( String p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addArgs ( String... p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addId ( String p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addId ( NutsId p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addIds ( String... p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addLockedId ( String p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addLockedId ( NutsId p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addLockedIds ( String... p1 )This abstract method is from 'NutsPushCommand' interface.
...
[+] interface NutsPushRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.2%)
NutsPushRepositoryCommand.getArgs ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.getId ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.getRepository ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.isOffline ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.run ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.run ( )This method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.setArgs ( String[ ] p1 )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.setOffline ( boolean p1 )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.setRepository ( String p1 )This abstract method is from 'NutsPushRepositoryCommand' interface.
...
[+] interface NutsQuestion<T> 9
| Change | Effect |
|---|
| 1 |
Abstract method NutsQuestion<T> acceptedValues ( Object[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsQuestion<T> defaultValue ( T ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsQuestion<T> format ( NutsQuestionFormat<T> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsQuestion<T> hintMessage ( String, Object... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsQuestion<T> message ( String, Object... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsQuestion<T> parser ( NutsQuestionParser<T> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsQuestion<T> validator ( NutsQuestionValidator<T> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsQuestion<T> valueType ( Class<T> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Removed super-interface NutsConfigurable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 37 (0.6%)
NutsQuestion<T>.configure ( boolean p1, String[ ] p2 )This method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.configure ( boolean p1, String... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forBoolean ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forDouble ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forEnum ( Class<K> p1, String p2, Object... p3 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forFloat ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forInteger ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forLong ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forPassword ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forString ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
...
[+] interface NutsRemoveUserCommand 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsRemoveUserCommand username ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 13 (0.2%)
NutsRemoveUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.copySession ( )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.copySession ( )This method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.getUsername ( )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.run ( )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.run ( )This method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.setSession ( NutsSession p1 )This method is from 'NutsRemoveUserCommand' interface.
...
[+] interface NutsRepository 12
| Change | Effect |
|---|
| 1 |
Abstract method void addRepositoryListener ( NutsRepositoryListener ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method void addUserPropertyListener ( NutsMapListener<String,Object> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsDeployRepositoryCommand deploy ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsFetchContentRepositoryCommand fetchContent ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsFetchDescriptorRepositoryCommand fetchDescriptor ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsPushRepositoryCommand push ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method void removeRepositoryListener ( NutsRepositoryListener ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method void removeUserPropertyListener ( NutsMapListener<String,Object> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsSearchRepositoryCommand search ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method NutsSearchVersionsRepositoryCommand searchVersions ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method NutsRepositoryUndeployCommand undeploy ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method NutsUpdateRepositoryStatisticsCommand updateStatistics ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 27 (0.5%)
NutsContentEvent.getRepository ( )Return value of this abstract method is of type 'NutsRepository'.
NutsRepository.config ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.env ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getName ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getParentRepository ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryListeners ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryType ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getUserProperties ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getUserPropertyListeners ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getUuid ( )This abstract method is from 'NutsRepository' interface.
...
[+] interface NutsRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.1%)
NutsRepositoryCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsRepositoryCommand' interface.
NutsRepositoryCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsRepositoryCommand' interface.
NutsRepositoryCommand.getSession ( )This abstract method is from 'NutsRepositoryCommand' interface.
NutsRepositoryCommand.run ( )This abstract method is from 'NutsRepositoryCommand' interface.
NutsRepositoryCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsRepositoryCommand' interface.
[+] interface NutsRepositoryConfigManager 21
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepository addMirror ( NutsRepositoryDefinition ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsRepository findMirror ( String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsRepository findMirrorById ( String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsRepository findMirrorByName ( String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsRepository getMirror ( String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsRepository[ ] getMirrors ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method String getName ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method int getSpeed ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method Path getStoreLocation ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method Path getStoreLocation ( NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method String getUuid ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method boolean isIndexSubscribed ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method NutsRepositoryConfigManager removeMirror ( String, NutsRemoveOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method void save ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Abstract method boolean save ( boolean, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 16 |
Abstract method NutsRepositoryConfigManager setEnabled ( boolean, NutsUpdateOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 17 |
Abstract method NutsRepositoryConfigManager setIndexEnabled ( boolean, NutsUpdateOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 18 |
Abstract method NutsRepositoryConfigManager setMirrorEnabled ( String, boolean, NutsUpdateOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 19 |
Abstract method NutsRepositoryConfigManager setTemporary ( boolean, NutsUpdateOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 20 |
Abstract method NutsRepositoryConfigManager subscribeIndex ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 21 |
Abstract method NutsRepositoryConfigManager unsubscribeIndex ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 13 (0.2%)
NutsRepository.config ( )Return value of this abstract method is of type 'NutsRepositoryConfigManager'.
NutsRepositoryConfigManager.addMirror ( NutsAddRepositoryOptions p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getDeployOrder ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getGlobalName ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getGroups ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getLocation ( boolean p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getSpeed ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getStoreLocationStrategy ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getType ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.isEnabled ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
...
[+] interface NutsRepositoryEnvManager 1
| Change | Effect |
|---|
| 1 |
Abstract method void set ( String, String, NutsUpdateOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 5 (0.1%)
NutsRepository.env ( )Return value of this abstract method is of type 'NutsRepositoryEnvManager'.
NutsRepositoryEnvManager.get ( String p1, String p2 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.get ( String p1, String p2, boolean p3 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.toMap ( )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.toMap ( boolean p1 )This abstract method is from 'NutsRepositoryEnvManager' interface.
[+] interface NutsRepositoryFactoryComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.03%)
NutsRepositoryFactoryComponent.create ( NutsAddRepositoryOptions p1, NutsWorkspace p2, NutsRepository p3 )This abstract method is from 'NutsRepositoryFactoryComponent' interface.
NutsRepositoryFactoryComponent.getDefaultRepositories ( NutsWorkspace p1 )This abstract method is from 'NutsRepositoryFactoryComponent' interface.
[+] interface NutsRepositoryFilter 3
| Change | Effect |
|---|
| 1 |
Method NutsRepositoryFilter and ( NutsRepositoryFilter ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
| 2 |
Method NutsRepositoryFilter neg ( ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
| 3 |
Method NutsRepositoryFilter or ( NutsRepositoryFilter ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
[+] affected methods: 3 (0.1%)
NutsRepositoryFilter.and ( NutsRepositoryFilter other )This method is from 'NutsRepositoryFilter' interface.
NutsRepositoryFilter.neg ( )This method is from 'NutsRepositoryFilter' interface.
NutsRepositoryFilter.or ( NutsRepositoryFilter other )This method is from 'NutsRepositoryFilter' interface.
[+] interface NutsRepositoryManager 13
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepository addRepository ( String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsRepository addRepository ( NutsRepositoryDefinition ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsRepository addRepository ( NutsRepositoryModel, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsRepository addRepository ( NutsRepositoryRef, NutsAddOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsRepository createRepository ( NutsAddRepositoryOptions, Path, NutsRepository ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsRepository findRepository ( String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsRepository findRepositoryById ( String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsRepository findRepositoryByName ( String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsRepository[ ] getRepositories ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method NutsRepository getRepository ( String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method NutsRepositoryRef[ ] getRepositoryRefs ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method void removeAllRepositories ( NutsRemoveOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method NutsRepositoryManager removeRepository ( String, NutsRemoveOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 3 (0.1%)
NutsRepositoryManager.addRepository ( NutsAddRepositoryOptions p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.filter ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsWorkspace.repos ( )Return value of this abstract method is of type 'NutsRepositoryManager'.
[+] interface NutsRepositorySecurityManager 8
| Change | Effect |
|---|
| 1 |
Abstract method void checkCredentials ( char[ ], char[ ], NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method char[ ] createCredentials ( char[ ], boolean, char[ ], NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsUser[ ] findUsers ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsAuthenticationAgent getAuthenticationAgent ( String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method char[ ] getCredentials ( char[ ], NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsUser getEffectiveUser ( String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method boolean removeCredentials ( char[ ], NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsRepositorySecurityManager setAuthenticationAgent ( String, NutsUpdateOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.1%)
NutsRepository.security ( )Return value of this abstract method is of type 'NutsRepositorySecurityManager'.
NutsRepositorySecurityManager.addUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.checkAllowed ( String p1, String p2 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.isAllowed ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.removeUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.updateUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
[+] interface NutsRepositoryUndeployCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.2%)
NutsRepositoryUndeployCommand.getId ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.getRepository ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.isOffline ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.isTransitive ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.run ( )This method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.run ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.setId ( NutsId p1 )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.setOffline ( boolean p1 )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.setRepository ( String p1 )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.setSession ( NutsSession p1 )This method is from 'NutsRepositoryUndeployCommand' interface.
...
[+] interface NutsSdkManager 13
| Change | Effect |
|---|
| 1 |
Abstract method boolean add ( NutsSdkLocation, NutsAddOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsSdkLocation[ ] find ( String, Predicate<NutsSdkLocation>, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsSdkLocation find ( NutsSdkLocation, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsSdkLocation findByName ( String, String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsSdkLocation findByPath ( String, Path, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsSdkLocation findByVersion ( String, String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsSdkLocation findByVersion ( String, NutsVersionFilter, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsSdkLocation findOne ( String, Predicate<NutsSdkLocation>, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method boolean remove ( NutsSdkLocation, NutsRemoveOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method NutsSdkLocation resolve ( String, Path, String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method NutsSdkLocation[ ] searchSystem ( String, Path, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method NutsSdkLocation[ ] searchSystem ( String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method boolean update ( NutsSdkLocation, NutsSdkLocation, NutsUpdateOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 2 (0.03%)
NutsSdkManager.findSdkTypes ( )This abstract method is from 'NutsSdkManager' interface.
NutsWorkspace.sdks ( )Return value of this abstract method is of type 'NutsSdkManager'.
[+] interface NutsSearchCommand 25
| Change | Effect |
|---|
| 1 |
Abstract method NutsSearchCommand addInstallStatus ( NutsInstallStatus... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsSearchCommand addRepositories ( Collection<String> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsSearchCommand addRepositories ( String... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsSearchCommand addRepository ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsSearchCommand clearRepositories ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsFetchStrategy getFetchStrategy ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method Set<NutsInstallStatus>[ ] getInstallStatus ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method String[ ] getRepositories ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method String getTargetApiVersion ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method boolean isCached ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method boolean isDependenciesTree ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method boolean isIndexed ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method boolean isTransitive ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method NutsSearchCommand removeInstallStatus ( NutsInstallStatus... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Abstract method NutsSearchCommand removeRepository ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 16 |
Abstract method NutsSearchCommand setAnyWhere ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 17 |
Abstract method NutsSearchCommand setCached ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 18 |
Abstract method NutsSearchCommand setDependenciesTree ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 19 |
Abstract method NutsSearchCommand setFetchStrategy ( NutsFetchStrategy ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 20 |
Abstract method NutsSearchCommand setIndexed ( Boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 21 |
Abstract method NutsSearchCommand setOffline ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 22 |
Abstract method NutsSearchCommand setOnline ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 23 |
Abstract method NutsSearchCommand setRemote ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 24 |
Abstract method NutsSearchCommand setTargetApiVersion ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 25 |
Abstract method NutsSearchCommand setTransitive ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 129 (2.2%)
NutsSearchCommand.addArch ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addArchs ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addArchs ( Collection<String> p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addId ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addId ( NutsId p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addIds ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedId ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedId ( NutsId p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedIds ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
...
[+] interface NutsSearchRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.2%)
NutsSearchRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.getFilter ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.getResult ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.run ( )This method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.run ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setFilter ( NutsIdFilter p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
[+] interface NutsSearchVersionsRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 11 (0.2%)
NutsSearchVersionsRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getFilter ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getId ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getResult ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.run ( )This method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.run ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setFilter ( NutsIdFilter p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsSearchVersionsRepositoryCommand' interface.
...
[+] interface NutsServiceLoader<T,B> 1
| Change | Effect |
|---|
| 1 |
Abstract method T loadBest ( B ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 1 (0.02%)
NutsServiceLoader<T,B>.loadAll ( B p1 )This abstract method is from 'NutsServiceLoader<T,B>' interface.
[+] interface NutsSession 28
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession ask ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsSession confirm ( NutsConfirmationMode ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method PrintStream err ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsSession fetchAnyWhere ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsSession fetchOffline ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsSession fetchOnline ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsSession fetchRemote ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsSession fetchStrategy ( NutsFetchStrategy ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsObjectFormat formatObject ( Object ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method NutsIterableFormat getIterableFormat ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method NutsIterableOutput getIterableOutput ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method NutsOutputFormat getOutputFormat ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method NutsOutputFormat getOutputFormat ( NutsOutputFormat ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method boolean isForce ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Abstract method NutsSession no ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 16 |
Abstract method NutsSession no ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 17 |
Abstract method PrintStream out ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 18 |
Abstract method NutsSession setAsk ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 19 |
Abstract method NutsSession setForce ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 20 |
Abstract method NutsSession setIterableFormat ( NutsIterableFormat ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 21 |
Abstract method NutsSession setNo ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 22 |
Abstract method NutsSession setOutputFormat ( NutsOutputFormat ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 23 |
Abstract method NutsSession setSilent ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 24 |
Abstract method NutsSession setTrace ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 25 |
Abstract method NutsSession setYes ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 26 |
Abstract method NutsSession yes ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 27 |
Abstract method NutsSession yes ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 28 |
Removed super-interface NutsConfigurable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 161 (2.7%)
NutsAddOptions.getSession ( )Return value of this method is of type 'NutsSession'.
NutsAddOptions.setSession ( NutsSession session )1st parameter 'session' of this method is of type 'NutsSession'.
NutsAddUserCommand.setSession ( NutsSession p1 )1st parameter 'p1' of this abstract method is of type 'NutsSession'.
NutsAddUserCommand.setSession ( NutsSession p1 )1st parameter 'p1' of this method is of type 'NutsSession'.
NutsApplication.run ( NutsSession session, String[ ] args )1st parameter 'session' of this method is of type 'NutsSession'.
NutsApplicationContext.getSession ( )Return value of this abstract method is of type 'NutsSession'.
NutsApplicationContext.setSession ( NutsSession p1 )1st parameter 'p1' of this abstract method is of type 'NutsSession'.
NutsArtifactFilter.acceptSearchId ( NutsSearchId p1, NutsSession p2 )2nd parameter 'p2' of this abstract method is of type 'NutsSession'.
NutsAuthenticationAgent.checkCredentials ( char[ ] p1, char[ ] p2, Map<String,String> p3, NutsSession p4 )4th parameter 'p4' of this abstract method is of type 'NutsSession'.
NutsAuthenticationAgent.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, Map<String,String> p4, NutsSession p5 )5th parameter 'p5' of this abstract method is of type 'NutsSession'.
...
[+] interface NutsSessionTerminal 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsTerminalBase getParent ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method void setErr ( PrintStream ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method void setOut ( PrintStream ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method void setParent ( NutsTerminalBase ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Removed super-interface NutsTerminal. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 5 (0.1%)
NutsSession.getTerminal ( )Return value of this abstract method is of type 'NutsSessionTerminal'.
NutsSession.setTerminal ( NutsSessionTerminal p1 )1st parameter 'p1' of this abstract method is of type 'NutsSessionTerminal'.
NutsSessionTerminal.copy ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.setIn ( InputStream p1 )This abstract method is from 'NutsSessionTerminal' interface.
NutsTerminalManager.getTerminal ( )Return value of this abstract method is of type 'NutsSessionTerminal'.
[+] interface NutsStringBase 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.03%)
NutsStringBase.toNutsString ( )This abstract method is from 'NutsStringBase' interface.
NutsStringBase.toString ( )This abstract method is from 'NutsStringBase' interface.
[+] interface NutsStringBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.2%)
NutsStringBuilder.append ( Object p1 )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.append ( String p1 )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.append ( String p1, String p2 )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.appendHashed ( Object p1 )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.appendHashed ( Object p1, Object p2 )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.appendRandom ( Object p1 )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.appendRaw ( String p1 )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.clear ( )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.toFilteredString ( )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.toFormattedString ( )This abstract method is from 'NutsStringBuilder' interface.
[+] interface NutsStringFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 17 (0.3%)
NutsStringFormat.addParameters ( Object... p1 )This abstract method is from 'NutsStringFormat' interface.
NutsStringFormat.append ( String p1, Object... p2 )This abstract method is from 'NutsStringFormat' interface.
NutsStringFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsStringFormat' interface.
NutsStringFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsStringFormat' interface.
NutsStringFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsStringFormat' interface.
NutsStringFormat.getParameters ( )This abstract method is from 'NutsStringFormat' interface.
NutsStringFormat.getString ( )This abstract method is from 'NutsStringFormat' interface.
NutsStringFormat.getStyle ( )This abstract method is from 'NutsStringFormat' interface.
NutsStringFormat.of ( String p1, Object... p2 )This abstract method is from 'NutsStringFormat' interface.
NutsStringFormat.set ( String p1 )This abstract method is from 'NutsStringFormat' interface.
...
[+] interface NutsSystemTerminal 4
| Change | Effect |
|---|
| 1 |
Abstract method boolean isStandardErrorStream ( OutputStream ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method boolean isStandardInputStream ( InputStream ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method boolean isStandardOutputStream ( OutputStream ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Removed super-interface NutsTerminal. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 2 (0.03%)
NutsTerminalManager.createSystemTerminal ( NutsTerminalSpec p1 )Return value of this abstract method is of type 'NutsSystemTerminal'.
NutsTerminalManager.getSystemTerminal ( )Return value of this abstract method is of type 'NutsSystemTerminal'.
[+] interface NutsSystemTerminalBase 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
NutsSystemTerminalBase.getAutoCompleteResolver ( )This method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.isAutoCompleteSupported ( )This method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.setAutoCompleteResolver ( NutsCommandAutoCompleteProcessor autoCompleteResolver )This method is from 'NutsSystemTerminalBase' interface.
[+] interface NutsTableBordersFormat 1
| Change | Effect |
|---|
| 1 |
Abstract method String format ( NutsTableFormat.Separator ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 2 (0.03%)
NutsTableFormat.getBorder ( )Return value of this abstract method is of type 'NutsTableBordersFormat'.
NutsTableFormat.setBorder ( NutsTableBordersFormat p1 )1st parameter 'p1' of this abstract method is of type 'NutsTableBordersFormat'.
[+] interface NutsTableFormat 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsTableFormat setModel ( NutsTableModel ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsTableFormat setVisibleColumn ( int, boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsTableFormat unsetVisibleColumn ( int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Removed super-interface NutsFormat. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 15 (0.3%)
NutsFormatManager.table ( )Return value of this abstract method is of type 'NutsTableFormat'.
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.createModel ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getBorder ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getModel ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getVisibleColumn ( int p1 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.isVisibleHeader ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.setBorder ( String p1 )This abstract method is from 'NutsTableFormat' interface.
...
[+] interface NutsTempManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.1%)
NutsTempManager.createTempFile ( String p1 )This abstract method is from 'NutsTempManager' interface.
NutsTempManager.createTempFile ( String p1, NutsRepository p2 )This abstract method is from 'NutsTempManager' interface.
NutsTempManager.createTempFolder ( String p1 )This abstract method is from 'NutsTempManager' interface.
NutsTempManager.createTempFolder ( String p1, NutsRepository p2 )This abstract method is from 'NutsTempManager' interface.
[+] interface NutsTerminal 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 16 (0.3%)
NutsTerminal.ask ( )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.err ( )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.errMode ( NutsTerminalMode p1 )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.getErrMode ( )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.getOutMode ( )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.in ( )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.mode ( NutsTerminalMode p1 )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.out ( )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.outMode ( NutsTerminalMode p1 )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.readLine ( String p1, Object... p2 )This abstract method is from 'NutsTerminal' interface.
...
[+] interface NutsTerminalBase 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.2%)
NutsTerminalBase.getErr ( )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.getErrMode ( )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.getIn ( )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.getOut ( )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.getOutMode ( )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.getParent ( )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.readLine ( PrintStream p1, String p2, Object... p3 )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.readPassword ( PrintStream p1, String p2, Object... p3 )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.setErrMode ( NutsTerminalMode p1 )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.setOutMode ( NutsTerminalMode p1 )This abstract method is from 'NutsTerminalBase' interface.
[+] interface NutsTerminalFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.2%)
NutsTerminalFormat.escapeText ( String p1 )This abstract method is from 'NutsTerminalFormat' interface.
NutsTerminalFormat.filterText ( String p1 )This abstract method is from 'NutsTerminalFormat' interface.
NutsTerminalFormat.formatText ( NutsTextFormatStyle p1, String p2, Object... p3 )This abstract method is from 'NutsTerminalFormat' interface.
NutsTerminalFormat.formatText ( NutsTextFormatStyle p1, Locale p2, String p3, Object... p4 )This abstract method is from 'NutsTerminalFormat' interface.
NutsTerminalFormat.isFormatted ( OutputStream p1 )This abstract method is from 'NutsTerminalFormat' interface.
NutsTerminalFormat.isFormatted ( Writer p1 )This abstract method is from 'NutsTerminalFormat' interface.
NutsTerminalFormat.prepare ( PrintStream p1 )This abstract method is from 'NutsTerminalFormat' interface.
NutsTerminalFormat.prepare ( PrintWriter p1 )This abstract method is from 'NutsTerminalFormat' interface.
NutsTerminalFormat.textLength ( String p1 )This abstract method is from 'NutsTerminalFormat' interface.
[+] interface NutsTerminalManager 8
| Change | Effect |
|---|
| 1 |
Abstract method NutsSessionTerminal createTerminal ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsSessionTerminal createTerminal ( NutsTerminalBase, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsTerminalManager enableRichTerm ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsTerminalFormat getTerminalFormat ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsTerminalManager setSystemTerminal ( NutsSystemTerminalBase, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsTerminalManager setTerminal ( NutsSessionTerminal, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsSystemTerminal systemTerminal ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsSessionTerminal terminal ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 3 (0.1%)
NutsTerminalManager.createSystemTerminal ( NutsTerminalSpec p1 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getSystemTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
[+] interface NutsTerminalSpec 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsTerminalBase getParent ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsSession getSession ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsTerminalSpec setParent ( NutsTerminalBase ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsTerminalSpec setSession ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 12 (0.2%)
NutsDefaultTerminalSpec.copyFrom ( NutsTerminalSpec other )1st parameter 'other' of this method is of type 'NutsTerminalSpec'.
NutsDefaultTerminalSpec.put ( String name, Object o )Return value of this method is of type 'NutsTerminalSpec'.
NutsDefaultTerminalSpec.putAll ( Map<String,Object> other )Return value of this method is of type 'NutsTerminalSpec'.
NutsDefaultTerminalSpec.setAutoComplete ( Boolean autoComplete )Return value of this method is of type 'NutsTerminalSpec'.
NutsTerminalManager.createSystemTerminal ( NutsTerminalSpec p1 )1st parameter 'p1' of this abstract method is of type 'NutsTerminalSpec'.
NutsTerminalSpec.copyFrom ( NutsTerminalSpec p1 )1st parameter 'p1' of this abstract method is of type 'NutsTerminalSpec'.
NutsTerminalSpec.get ( String p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getAutoComplete ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getProperties ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.put ( String p1, Object p2 )This abstract method is from 'NutsTerminalSpec' interface.
...
[+] interface NutsTransportComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.02%)
NutsTransportComponent.open ( String p1 )This abstract method is from 'NutsTransportComponent' interface.
[+] interface NutsTransportConnection 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
NutsTransportConnection.getURLHeader ( )This abstract method is from 'NutsTransportConnection' interface.
NutsTransportConnection.open ( )This abstract method is from 'NutsTransportConnection' interface.
NutsTransportConnection.upload ( NutsTransportParamPart... p1 )This abstract method is from 'NutsTransportConnection' interface.
[+] interface NutsTreeFormat 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsTreeFormat linkFormat ( NutsTreeLinkFormat ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsTreeFormat model ( NutsTreeModel ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsTreeFormat nodeFormat ( NutsTreeNodeFormat ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsTreeFormat setModel ( NutsTreeModel ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Removed super-interface NutsFormat. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 11 (0.2%)
NutsFormatManager.tree ( )Return value of this abstract method is of type 'NutsTreeFormat'.
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getLinkFormat ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getModel ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getNodeFormat ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setLinkFormat ( NutsTreeLinkFormat p1 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setNodeFormat ( NutsTreeNodeFormat p1 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setSession ( NutsSession p1 )This method is from 'NutsTreeFormat' interface.
...
[+] interface NutsTreeNodeFormat 1
| Change | Effect |
|---|
| 1 |
Abstract method String format ( Object, int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 2 (0.03%)
NutsTreeFormat.getNodeFormat ( )Return value of this abstract method is of type 'NutsTreeNodeFormat'.
NutsTreeFormat.setNodeFormat ( NutsTreeNodeFormat p1 )1st parameter 'p1' of this abstract method is of type 'NutsTreeNodeFormat'.
[+] interface NutsTypedFilters<T> 1
| Change | Effect |
|---|
| 1 |
Abstract method T fromOrNull ( NutsFilter ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 8 (0.1%)
NutsTypedFilters<T>.all ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.always ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.any ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.from ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.never ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.none ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.nonnull ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.not ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
[+] interface NutsUndeployCommand 2
| Change | Effect |
|---|
| 1 |
Abstract method boolean isTransitive ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsUndeployCommand setTransitive ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 20 (0.3%)
NutsUndeployCommand.addId ( String p1 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.addId ( NutsId p1 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.addIds ( String... p1 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.clearIds ( )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.copySession ( )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.copySession ( )This method is from 'NutsUndeployCommand' interface.
...
[+] interface NutsUpdateCommand 16
| Change | Effect |
|---|
| 1 |
Abstract method NutsUpdateCommand companions ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsUpdateCommand companions ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method String getApiVersion ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsUpdateCommand installed ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsUpdateCommand installed ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsUpdateCommand lockedId ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsUpdateCommand lockedId ( NutsId ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsUpdateCommand lockedIds ( String... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsUpdateCommand lockedIds ( NutsId... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method NutsUpdateCommand runtime ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method NutsUpdateCommand runtime ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method NutsUpdateCommand scope ( NutsDependencyScope ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method NutsUpdateCommand scopes ( Collection<NutsDependencyScope> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method NutsUpdateCommand scopes ( NutsDependencyScope... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Abstract method NutsUpdateCommand setApiVersion ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 16 |
Abstract method NutsUpdateCommand workspace ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 53 (0.9%)
NutsUpdateCommand.addArg ( String p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addArgs ( String... p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addId ( String p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addId ( NutsId p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addIds ( String... p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addLockedId ( String p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addLockedId ( NutsId p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addLockedIds ( String... p1 )This abstract method is from 'NutsUpdateCommand' interface.
...
[+] interface NutsUpdateRepositoryStatisticsCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.run ( )This method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.run ( )This abstract method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 )This method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
[+] interface NutsUpdateStatisticsCommand 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsUpdateStatisticsCommand path ( Path ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsUpdateStatisticsCommand repo ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 21 (0.4%)
NutsUpdateStatisticsCommand.add ( String p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addPath ( Path p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addPaths ( Path... p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addPaths ( Collection<Path> p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addRepo ( String p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addRepos ( String... p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addRepos ( Collection<String> p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.clearPaths ( )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.clearRepos ( )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateStatisticsCommand' interface.
...
[+] interface NutsUpdateUserCommand 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsUpdateUserCommand username ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 59 (1%)
NutsRepositorySecurityManager.updateUser ( String p1 )Return value of this abstract method is of type 'NutsUpdateUserCommand'.
NutsUpdateUserCommand.addGroup ( String p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addGroups ( String... p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addGroups ( Collection<String> p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addPermission ( String p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addPermissions ( String... p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addPermissions ( Collection<String> p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateUserCommand' interface.
...
[+] interface NutsURLHeader 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.1%)
NutsURLHeader.getContentEncoding ( )This abstract method is from 'NutsURLHeader' interface.
NutsURLHeader.getContentLength ( )This abstract method is from 'NutsURLHeader' interface.
NutsURLHeader.getContentType ( )This abstract method is from 'NutsURLHeader' interface.
NutsURLHeader.getLastModified ( )This abstract method is from 'NutsURLHeader' interface.
NutsURLHeader.getUrl ( )This abstract method is from 'NutsURLHeader' interface.
[+] interface NutsVersion 3
| Change | Effect |
|---|
| 1 |
Abstract method int getNumber ( int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method int getNumber ( int, int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsVersion inc ( int, int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 26 (0.4%)
NutsApplicationContext.getAppPreviousVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsApplicationContext.getAppVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependency.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependencyBuilder.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependencyBuilder.setVersion ( NutsVersion p1 )1st parameter 'p1' of this abstract method is of type 'NutsVersion'.
NutsId.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsIdBuilder.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsIdBuilder.setVersion ( NutsVersion p1 )1st parameter 'p1' of this abstract method is of type 'NutsVersion'.
NutsVersion.compareTo ( Object p1 )This method is from 'NutsVersion' interface.
NutsVersion.compareTo ( String p1 )This abstract method is from 'NutsVersion' interface.
...
[+] interface NutsVersionFilter 3
| Change | Effect |
|---|
| 1 |
Method NutsVersionFilter and ( NutsVersionFilter ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
| 2 |
Method NutsVersionFilter neg ( ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
| 3 |
Method NutsVersionFilter or ( NutsVersionFilter ) became non-default. |
A client program may be interrupted by AbstractMethodError exception. |
[+] affected methods: 3 (0.1%)
NutsVersionFilter.and ( NutsVersionFilter other )This method is from 'NutsVersionFilter' interface.
NutsVersionFilter.neg ( )This method is from 'NutsVersionFilter' interface.
NutsVersionFilter.or ( NutsVersionFilter other )This method is from 'NutsVersionFilter' interface.
[+] interface NutsWorkspace 8
| Change | Effect |
|---|
| 1 |
Abstract method NutsCommandAliasManager aliases ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method Set<NutsId> companionIds ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsWorkspaceEvents events ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method String getApiVersion ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method String name ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsStringBuilder str ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method Map<String,Object> userProperties ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method String uuid ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 49 (0.8%)
NutsApplicationContext.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsCommandAutoComplete.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsCommandAutoCompleteBase.getWorkspace ( )Return value of this method is of type 'NutsWorkspace'.
NutsContentEvent.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsDefaultSupportLevelContext<T>.getWorkspace ( )Return value of this method is of type 'NutsWorkspace'.
NutsException.getWorkspace ( )Return value of this method is of type 'NutsWorkspace'.
NutsExecutionContext.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsFilter.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsInstallEvent.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsRepository.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
...
[+] interface NutsWorkspaceAppsManager 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsApplicationContext createApplicationContext ( String[ ], Class, String, long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsExecutionEntryManager execEntries ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 1 (0.02%)
NutsWorkspace.apps ( )Return value of this abstract method is of type 'NutsWorkspaceAppsManager'.
[+] interface NutsWorkspaceArchetypeComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.03%)
NutsWorkspaceArchetypeComponent.getName ( )This abstract method is from 'NutsWorkspaceArchetypeComponent' interface.
NutsWorkspaceArchetypeComponent.initialize ( NutsSession p1 )This abstract method is from 'NutsWorkspaceArchetypeComponent' interface.
[+] interface NutsWorkspaceAware 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.02%)
NutsWorkspaceAware.setWorkspace ( NutsWorkspace p1 )This abstract method is from 'NutsWorkspaceAware' interface.
[+] interface NutsWorkspaceBootConfig 4
| Change | Effect |
|---|
| 1 |
Abstract method Path getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method Path getHomeLocation ( NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method Path getStoreLocation ( NutsId, NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method Path getStoreLocation ( NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 15 (0.3%)
NutsWorkspaceBootConfig.getBootPath ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getBootRepositories ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getEffectiveWorkspace ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getEffectiveWorkspaceName ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getExtensions ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getHomeLocations ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getName ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getStoreLocationLayout ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getStoreLocations ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
...
[+] interface NutsWorkspaceCommand 1
| Change | Effect |
|---|
| 1 |
Removed super-interface NutsConfigurable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 58 (1%)
NutsAddUserCommand.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsAddUserCommand.copySession ( )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsAddUserCommand.run ( )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsAddUserCommand.setSession ( NutsSession p1 )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsDeployCommand.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsDeployCommand.copySession ( )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsDeployCommand.run ( )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsDeployCommand.setSession ( NutsSession p1 )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsExecCommand.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsExecCommand.copySession ( )Return value of this method is of type 'NutsWorkspaceCommand'.
...
[+] interface NutsWorkspaceCommandAlias 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 8 (0.1%)
NutsWorkspaceCommandAlias.dryExec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 )This abstract method is from 'NutsWorkspaceCommandAlias' interface.
NutsWorkspaceCommandAlias.exec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 )This abstract method is from 'NutsWorkspaceCommandAlias' interface.
NutsWorkspaceCommandAlias.getCommand ( )This abstract method is from 'NutsWorkspaceCommandAlias' interface.
NutsWorkspaceCommandAlias.getExecutorOptions ( )This abstract method is from 'NutsWorkspaceCommandAlias' interface.
NutsWorkspaceCommandAlias.getFactoryId ( )This abstract method is from 'NutsWorkspaceCommandAlias' interface.
NutsWorkspaceCommandAlias.getHelpText ( )This abstract method is from 'NutsWorkspaceCommandAlias' interface.
NutsWorkspaceCommandAlias.getName ( )This abstract method is from 'NutsWorkspaceCommandAlias' interface.
NutsWorkspaceCommandAlias.getOwner ( )This abstract method is from 'NutsWorkspaceCommandAlias' interface.
[+] interface NutsWorkspaceCommandFactory 3
| Change | Effect |
|---|
| 1 |
Abstract method void configure ( NutsCommandAliasFactoryConfig ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsCommandAliasConfig findCommand ( String, NutsWorkspace ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method List<NutsCommandAliasConfig> findCommands ( NutsWorkspace ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 2 (0.03%)
NutsWorkspaceCommandFactory.getFactoryId ( )This abstract method is from 'NutsWorkspaceCommandFactory' interface.
NutsWorkspaceCommandFactory.getPriority ( )This abstract method is from 'NutsWorkspaceCommandFactory' interface.
[+] interface NutsWorkspaceConfigManager 19
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspaceListManager createWorkspaceListManager ( String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method Set<String> getAvailableArchetypes ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method ClassLoader getBootClassLoader ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method URL[ ] getBootClassWorldURLs ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method String getBootRepositories ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method long getCreationFinishTimeMillis ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method long getCreationStartTimeMillis ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method long getCreationTimeMillis ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsRepositoryDefinition[ ] getDefaultRepositories ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method NutsIndexStoreFactory getIndexStoreClientFactory ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method String getName ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method NutsWorkspaceOptions getOptions ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method String getUuid ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method boolean isSupportedRepositoryType ( String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Abstract method NutsWorkspaceBootConfig loadBootConfig ( String, boolean, boolean, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 16 |
Abstract method NutsWorkspaceOptions options ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 17 |
Abstract method Path resolveRepositoryPath ( String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 18 |
Abstract method void save ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 19 |
Abstract method boolean save ( boolean, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 8 (0.1%)
NutsWorkspace.config ( )Return value of this abstract method is of type 'NutsWorkspaceConfigManager'.
NutsWorkspaceConfigManager.createContentFaceId ( NutsId p1, NutsDescriptor p2 )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getJavaCommand ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getJavaOptions ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.isGlobal ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.isReadOnly ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.optionsBuilder ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.stored ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
[+] interface NutsWorkspaceEnvManager 4
| Change | Effect |
|---|
| 1 |
Abstract method String get ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method String get ( String, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method void set ( String, String, NutsUpdateOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method Map<String,String> toMap ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.1%)
NutsWorkspace.env ( )Return value of this abstract method is of type 'NutsWorkspaceEnvManager'.
NutsWorkspaceEnvManager.getArch ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getOs ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getOsDist ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getOsFamily ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getPlatform ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
[+] interface NutsWorkspaceEvents 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.2%)
NutsWorkspaceEvents.addInstallListener ( NutsInstallListener p1 )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.addRepositoryListener ( NutsRepositoryListener p1 )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.addUserPropertyListener ( NutsMapListener<String,Object> p1 )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.addWorkspaceListener ( NutsWorkspaceListener p1 )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.getInstallListeners ( )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.getRepositoryListeners ( )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.getUserPropertyListeners ( )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.getWorkspaceListeners ( )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.removeInstallListener ( NutsInstallListener p1 )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.removeRepositoryListener ( NutsRepositoryListener p1 )This abstract method is from 'NutsWorkspaceEvents' interface.
...
[+] interface NutsWorkspaceExtensionManager 22
| Change | Effect |
|---|
| 1 |
Abstract method List<T> createAll ( Class<T>, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method List<T> createAllSupported ( Class<T>, V, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsServiceLoader<T,B> createServiceLoader ( Class<T>, Class<B>, ClassLoader, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsServiceLoader<T,B> createServiceLoader ( Class<T>, Class<B>, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method T createSupported ( Class<T>, V, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method T createSupported ( Class<T>, V, Class[ ], Object[ ], NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method List<Class> discoverTypes ( ClassLoader, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method List<NutsId> getConfigExtensions ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method List<Object> getExtensionObjects ( Class, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method Set<Class> getExtensionPoints ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method Set<Class> getExtensionTypes ( Class, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method List<Class> getImplementationTypes ( Class, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method List<NutsId> getLoadedExtensions ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method boolean installWorkspaceExtensionComponent ( Class, Object, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Abstract method boolean isLoadedExtensions ( NutsId, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 16 |
Abstract method boolean isRegisteredInstance ( Class, Object, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 17 |
Abstract method boolean isRegisteredType ( Class, Class, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 18 |
Abstract method boolean isRegisteredType ( Class, String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 19 |
Abstract method NutsWorkspaceExtensionManager loadExtension ( NutsId, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 20 |
Abstract method boolean registerInstance ( Class<T>, T, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 21 |
Abstract method boolean registerType ( Class, Class, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 22 |
Abstract method NutsWorkspaceExtensionManager unloadExtension ( NutsId, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 1 (0.02%)
NutsWorkspace.extensions ( )Return value of this abstract method is of type 'NutsWorkspaceExtensionManager'.
[+] interface NutsWorkspaceInitInformation 6
| Change | Effect |
|---|
| 1 |
Abstract method NutsBootWorkspaceFactory getBootWorkspaceFactory ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method String getExtensionDependencies ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method Set<String> getExtensionDependenciesSet ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method String getRuntimeDependencies ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method Set<String> getRuntimeDependenciesSet ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method String getRuntimeId ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 15 (0.3%)
NutsWorkspaceInitInformation.getApiId ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getApiVersion ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getBootRepositories ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getClassWorldLoader ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getClassWorldURLs ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getJavaCommand ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getJavaOptions ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getName ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getOptions ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
...
[+] interface NutsWorkspaceListManager 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspace addWorkspace ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method boolean removeWorkspace ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method void save ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 4 (0.1%)
NutsWorkspaceListManager.getConfig ( )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getWorkspaceLocation ( String p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getWorkspaces ( )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.setConfig ( NutsWorkspaceListConfig p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
[+] interface NutsWorkspaceLocationManager 10
| Change | Effect |
|---|
| 1 |
Abstract method Path getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method Path getHomeLocation ( NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method Path getStoreLocation ( String, NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method Path getStoreLocation ( NutsId, NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method Path getStoreLocation ( NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method Path getWorkspaceLocation ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method void setHomeLocation ( NutsOsFamily, NutsStoreLocation, String, NutsUpdateOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method void setStoreLocation ( NutsStoreLocation, String, NutsUpdateOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method void setStoreLocationLayout ( NutsOsFamily, NutsUpdateOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method void setStoreLocationStrategy ( NutsStoreLocationStrategy, NutsUpdateOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 10 (0.2%)
NutsWorkspace.locations ( )Return value of this abstract method is of type 'NutsWorkspaceLocationManager'.
NutsWorkspaceLocationManager.getDefaultIdBasedir ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdContentExtension ( String p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdExtension ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdFilename ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getHomeLocations ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocationLayout ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocations ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
[+] interface NutsWorkspaceOptions 8
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspaceOptionsBuilder copy ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsWorkspaceOptionsFormat format ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method String getBootRepositories ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method String[ ] getErrors ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method String[ ] getExcludedRepositories ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsWorkspaceOpenMode getOpenMode ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsOutputFormat getOutputFormat ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method String[ ] getTransientRepositories ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 54 (0.9%)
NutsWorkspaceInitInformation.getOptions ( )Return value of this abstract method is of type 'NutsWorkspaceOptions'.
NutsWorkspaceOptions.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getApplicationArguments ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getArchetype ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getClassLoaderSupplier ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getConfirm ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getCreationTime ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getCredentials ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getErrLinePrefix ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getExcludedExtensions ( )This abstract method is from 'NutsWorkspaceOptions' interface.
...
[+] interface NutsWorkspaceOptionsBuilder 23
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspaceOptionsBuilder setBootRepositories ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsWorkspaceOptionsBuilder setCached ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsWorkspaceOptionsBuilder setDebug ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsWorkspaceOptionsBuilder setDry ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsWorkspaceOptionsBuilder setErrors ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsWorkspaceOptionsBuilder setExcludedRepositories ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsWorkspaceOptionsBuilder setGlobal ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsWorkspaceOptionsBuilder setGui ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsWorkspaceOptionsBuilder setIndexed ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method NutsWorkspaceOptionsBuilder setInherited ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method NutsWorkspaceOptionsBuilder setOpenMode ( NutsWorkspaceOpenMode ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method NutsWorkspaceOptionsBuilder setOutputFormat ( NutsOutputFormat ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method NutsWorkspaceOptionsBuilder setReadOnly ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method NutsWorkspaceOptionsBuilder setRecover ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Abstract method NutsWorkspaceOptionsBuilder setReset ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 16 |
Abstract method NutsWorkspaceOptionsBuilder setSkipBoot ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 17 |
Abstract method NutsWorkspaceOptionsBuilder setSkipCompanions ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 18 |
Abstract method NutsWorkspaceOptionsBuilder setSkipErrors ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 19 |
Abstract method NutsWorkspaceOptionsBuilder setSkipWelcome ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 20 |
Abstract method NutsWorkspaceOptionsBuilder setTrace ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 21 |
Abstract method NutsWorkspaceOptionsBuilder setTransientRepositories ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 22 |
Abstract method NutsWorkspaceOptionsBuilder setTransitive ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 23 |
Removed super-interface NutsWorkspaceOptions. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 41 (0.7%)
NutsWorkspaceConfigManager.optionsBuilder ( )Return value of this abstract method is of type 'NutsWorkspaceOptionsBuilder'.
NutsWorkspaceOptionsBuilder.addOutputFormatOptions ( String... p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.parseArguments ( String[ ] p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.parseCommandLine ( String p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setAll ( NutsWorkspaceOptions p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setApiVersion ( String p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setApplicationArguments ( String[ ] p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setArchetype ( String p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setClassLoaderSupplier ( Supplier<ClassLoader> p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setConfirm ( NutsConfirmationMode p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
...
[+] interface NutsWorkspaceOptionsFormat 10
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspaceOptionsFormat compact ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsWorkspaceOptionsFormat compact ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsWorkspaceOptionsFormat exported ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsWorkspaceOptionsFormat exported ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method String[ ] getBootCommand ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method String getBootCommandLine ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsWorkspaceOptionsFormat init ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsWorkspaceOptionsFormat init ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsWorkspaceOptionsFormat runtime ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method NutsWorkspaceOptionsFormat runtime ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 12 (0.2%)
NutsWorkspaceOptionsFormat.equals ( Object p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.hashCode ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isExported ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isInit ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isRuntime ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setApiVersion ( String p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setCompact ( boolean p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setExported ( boolean p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setInit ( boolean p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
...
[+] interface NutsWorkspaceSecurityManager 10
| Change | Effect |
|---|
| 1 |
Abstract method void checkCredentials ( char[ ], char[ ], NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method char[ ] createCredentials ( char[ ], boolean, char[ ], NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method String[ ] currentLoginStack ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method String currentUsername ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsUser[ ] findUsers ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsAuthenticationAgent getAuthenticationAgent ( String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method char[ ] getCredentials ( char[ ], NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method boolean removeCredentials ( char[ ], NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsWorkspaceSecurityManager setAuthenticationAgent ( String, NutsUpdateOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method boolean setSecureMode ( boolean, char[ ], NutsUpdateOptions ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 14 (0.2%)
NutsWorkspace.security ( )Return value of this abstract method is of type 'NutsWorkspaceSecurityManager'.
NutsWorkspaceSecurityManager.addUser ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.checkAllowed ( String p1, String p2 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.findUser ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCurrentLoginStack ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCurrentUsername ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.isAdmin ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.isAllowed ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.isSecure ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.login ( String p1, char[ ] p2 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
...
[+] interface NutsXmlFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 19 (0.3%)
NutsXmlFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsXmlFormat' interface.
NutsXmlFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsXmlFormat' interface.
NutsXmlFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsXmlFormat' interface.
NutsXmlFormat.fromXmlElement ( Element p1, Class<T> p2 )This abstract method is from 'NutsXmlFormat' interface.
NutsXmlFormat.getValue ( )This abstract method is from 'NutsXmlFormat' interface.
NutsXmlFormat.isCompact ( )This abstract method is from 'NutsXmlFormat' interface.
NutsXmlFormat.parse ( byte[ ] p1, Class<T> p2 )This abstract method is from 'NutsXmlFormat' interface.
NutsXmlFormat.parse ( File p1, Class<T> p2 )This abstract method is from 'NutsXmlFormat' interface.
NutsXmlFormat.parse ( InputStream p1, Class<T> p2 )This abstract method is from 'NutsXmlFormat' interface.
NutsXmlFormat.parse ( Reader p1, Class<T> p2 )This abstract method is from 'NutsXmlFormat' interface.
...
to the top
Problems with Methods, High Severity 113
nuts-0.8.0.jar,
Nuts.class
package net.thevpc.nuts
[+] Nuts.createOptions ( ) [static] : NutsWorkspaceOptionsBuilder 1
net/thevpc/nuts/Nuts.createOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsWorkspaceOptionsBuilder to NutsWorkspaceOptions. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] Nuts.openInheritedWorkspace ( String... args ) [static] : NutsWorkspace 1
net/thevpc/nuts/Nuts.openInheritedWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspace;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsWorkspace to NutsSession. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] Nuts.openWorkspace ( ) [static] : NutsWorkspace 1
net/thevpc/nuts/Nuts.openWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsWorkspace to NutsSession. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] Nuts.openWorkspace ( NutsWorkspaceOptions options ) [static] : NutsWorkspace 1
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsWorkspace;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsWorkspace to NutsSession. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] Nuts.openWorkspace ( String... args ) [static] : NutsWorkspace 1
net/thevpc/nuts/Nuts.openWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspace;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsWorkspace to NutsSession. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsApplicationContext.class
package net.thevpc.nuts
[+] NutsApplicationContext.configureLast ( NutsCommandLine p1 ) [abstract] : boolean 1
net/thevpc/nuts/NutsApplicationContext.configureLast:(Lnet/thevpc/nuts/NutsCommandLine;)Z
| Change | Effect |
|---|
| 1 |
Return value type has been changed from boolean to void. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getAppsFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getAppsFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getCacheFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getCacheFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getConfigFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getConfigFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getFolder ( NutsStoreLocation p1 ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getLibFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getLibFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getLogFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getLogFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getRunFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getRunFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getSharedAppsFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getSharedAppsFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getSharedConfigFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getSharedConfigFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getSharedFolder ( NutsStoreLocation p1 ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getSharedFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getSharedLibFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getSharedLibFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getSharedLogFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getSharedLogFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getSharedRunFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getSharedRunFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getSharedTempFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getSharedTempFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getSharedVarFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getSharedVarFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getTempFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getTempFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getVarFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getVarFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsContent.class
package net.thevpc.nuts
[+] NutsContent.getPath ( ) [abstract] : Path 1
net/thevpc/nuts/NutsContent.getPath:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsDefaultContent.class
package net.thevpc.nuts
[+] NutsDefaultContent.getPath ( ) : Path 1
net/thevpc/nuts/NutsDefaultContent.getPath:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsDefaultTerminalSpec.class
package net.thevpc.nuts
[+] NutsDefaultTerminalSpec.getParent ( ) : NutsTerminalBase 1
net/thevpc/nuts/NutsDefaultTerminalSpec.getParent:()Lnet/thevpc/nuts/NutsTerminalBase;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTerminalBase to spi.NutsSystemTerminalBase. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsDefinition.class
package net.thevpc.nuts
[+] NutsDefinition.getDependencies ( ) [abstract] : NutsDependency[ ] 1
net/thevpc/nuts/NutsDefinition.getDependencies:()[Lnet/thevpc/nuts/NutsDependency;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsDependency[] to NutsDependencies. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsDependencyFilter.class
package net.thevpc.nuts
[+] NutsDependencyFilter.and ( NutsDependencyFilter other ) : NutsDependencyFilter 1
net/thevpc/nuts/NutsDependencyFilter.and:(Lnet/thevpc/nuts/NutsDependencyFilter;)Lnet/thevpc/nuts/NutsDependencyFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
[+] NutsDependencyFilter.neg ( ) : NutsDependencyFilter 1
net/thevpc/nuts/NutsDependencyFilter.neg:()Lnet/thevpc/nuts/NutsDependencyFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
[+] NutsDependencyFilter.or ( NutsDependencyFilter other ) : NutsDependencyFilter 1
net/thevpc/nuts/NutsDependencyFilter.or:(Lnet/thevpc/nuts/NutsDependencyFilter;)Lnet/thevpc/nuts/NutsDependencyFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
nuts-0.8.0.jar,
NutsDescriptorFilter.class
package net.thevpc.nuts
[+] NutsDescriptorFilter.and ( NutsDescriptorFilter other ) : NutsDescriptorFilter 1
net/thevpc/nuts/NutsDescriptorFilter.and:(Lnet/thevpc/nuts/NutsDescriptorFilter;)Lnet/thevpc/nuts/NutsDescriptorFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
[+] NutsDescriptorFilter.neg ( ) : NutsDescriptorFilter 1
net/thevpc/nuts/NutsDescriptorFilter.neg:()Lnet/thevpc/nuts/NutsDescriptorFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
[+] NutsDescriptorFilter.or ( NutsDescriptorFilter other ) : NutsDescriptorFilter 1
net/thevpc/nuts/NutsDescriptorFilter.or:(Lnet/thevpc/nuts/NutsDescriptorFilter;)Lnet/thevpc/nuts/NutsDescriptorFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
nuts-0.8.0.jar,
NutsElementFormat.class
package net.thevpc.nuts
[+] NutsElementFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsElementFormat 1
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsElementFormat to NutsObjectFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsElementFormat.setSession ( NutsSession p1 ) [abstract] : NutsElementFormat 1
net/thevpc/nuts/NutsElementFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElementFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsElementFormat to NutsObjectFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsElementFormat.setValue ( Object p1 ) [abstract] : NutsElementFormat 1
net/thevpc/nuts/NutsElementFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElementFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsElementFormat to NutsObjectFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsExecCommand.class
package net.thevpc.nuts
[+] NutsExecCommand.getErr ( ) [abstract] : PrintStream 1
net/thevpc/nuts/NutsExecCommand.getErr:()Ljava/io/PrintStream;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.io.PrintStream to NutsPrintStream. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsExecCommand.getOut ( ) [abstract] : PrintStream 1
net/thevpc/nuts/NutsExecCommand.getOut:()Ljava/io/PrintStream;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.io.PrintStream to NutsPrintStream. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsExtensionException.class
package net.thevpc.nuts
[+] NutsExtensionException.getId ( ) : String 1
net/thevpc/nuts/NutsExtensionException.getId:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsId. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsFilter.class
package net.thevpc.nuts
[+] NutsFilter.and ( NutsFilter other ) : NutsFilter 1
net/thevpc/nuts/NutsFilter.and:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
[+] NutsFilter.getFilterType ( ) : Class<?> 1
net/thevpc/nuts/NutsFilter.getFilterType:()Ljava/lang/Class;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
[+] NutsFilter.neg ( ) : NutsFilter 1
net/thevpc/nuts/NutsFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
[+] NutsFilter.or ( NutsFilter other ) : NutsFilter 1
net/thevpc/nuts/NutsFilter.or:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
[+] NutsFilter.simplify ( Class<T> type ) : NutsFilter 1
net/thevpc/nuts/NutsFilter.simplify:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
[+] NutsFilter.to ( Class<T> type ) : T 1
net/thevpc/nuts/NutsFilter.to:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
nuts-0.8.0.jar,
NutsFormat.class
package net.thevpc.nuts
[+] NutsFormat.format ( ) [abstract] : String 1
net/thevpc/nuts/NutsFormat.format:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsString. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsIdFilter.class
package net.thevpc.nuts
[+] NutsIdFilter.and ( NutsIdFilter other ) : NutsIdFilter 1
net/thevpc/nuts/NutsIdFilter.and:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/NutsIdFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
[+] NutsIdFilter.neg ( ) : NutsIdFilter 1
net/thevpc/nuts/NutsIdFilter.neg:()Lnet/thevpc/nuts/NutsIdFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
[+] NutsIdFilter.or ( NutsIdFilter other ) : NutsIdFilter 1
net/thevpc/nuts/NutsIdFilter.or:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/NutsIdFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
nuts-0.8.0.jar,
NutsIdInvalidDependency.class
package net.thevpc.nuts
[+] NutsNotFoundException.NutsIdInvalidDependency.getId ( ) : String 1
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidDependency.getId:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsId. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsInstallationException.class
package net.thevpc.nuts
[+] NutsInstallationException.getId ( ) : String 1
net/thevpc/nuts/NutsInstallationException.getId:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsId. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsInstallInformation.class
package net.thevpc.nuts
[+] NutsInstallInformation.getInstallFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsInstallInformation.getInstallFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsInstallInformation.getInstallStatus ( ) [abstract] : Set<NutsInstallStatus> 1
net/thevpc/nuts/NutsInstallInformation.getInstallStatus:()Ljava/util/Set;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Set<NutsInstallStatus> to NutsInstallStatus. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsIOManager.class
package net.thevpc.nuts
[+] NutsIOManager.createPrintStream ( OutputStream p1, NutsTerminalMode p2 ) [abstract] : PrintStream 1
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NutsTerminalMode;)Ljava/io/PrintStream;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.io.PrintStream to NutsPrintStream. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsIOManager.input ( ) [abstract] : NutsInputManager 1
net/thevpc/nuts/NutsIOManager.input:()Lnet/thevpc/nuts/NutsInputManager;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsInputManager to NutsInputAction. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsIOManager.nullPrintStream ( ) [abstract] : PrintStream 1
net/thevpc/nuts/NutsIOManager.nullPrintStream:()Ljava/io/PrintStream;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.io.PrintStream to NutsPrintStream. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsIOManager.output ( ) [abstract] : NutsOutputManager 1
net/thevpc/nuts/NutsIOManager.output:()Lnet/thevpc/nuts/NutsOutputManager;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsOutputManager to NutsOutputAction. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsIOManager.tmp ( ) [abstract] : NutsTempManager 1
net/thevpc/nuts/NutsIOManager.tmp:()Lnet/thevpc/nuts/NutsTempManager;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTempManager to NutsTempAction. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsIterableFormat.class
package net.thevpc.nuts
[+] NutsIterableFormat.getOutputFormat ( ) [abstract] : NutsOutputFormat 1
net/thevpc/nuts/NutsIterableFormat.getOutputFormat:()Lnet/thevpc/nuts/NutsOutputFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsOutputFormat to NutsContentType. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsLogManager.class
package net.thevpc.nuts
[+] NutsLogManager.addHandler ( Handler p1 ) [abstract] : void 1
net/thevpc/nuts/NutsLogManager.addHandler:(Ljava/util/logging/Handler;)V
| Change | Effect |
|---|
| 1 |
Return value type has been changed from void to NutsLogManager. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsLogManager.removeHandler ( Handler p1 ) [abstract] : void 1
net/thevpc/nuts/NutsLogManager.removeHandler:(Ljava/util/logging/Handler;)V
| Change | Effect |
|---|
| 1 |
Return value type has been changed from void to NutsLogManager. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsMonitorAction.class
package net.thevpc.nuts
[+] NutsMonitorAction.getName ( ) [abstract] : String 1
net/thevpc/nuts/NutsMonitorAction.getName:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsString. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsNotExecutableException.class
package net.thevpc.nuts
[+] NutsNotExecutableException.getId ( ) : String 1
net/thevpc/nuts/NutsNotExecutableException.getId:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsId. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsNotFoundException.class
package net.thevpc.nuts
[+] NutsNotFoundException.getId ( ) : String 1
net/thevpc/nuts/NutsNotFoundException.getId:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsId. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsProgressEvent.class
package net.thevpc.nuts
[+] NutsProgressEvent.getMessage ( ) [abstract] : String 1
net/thevpc/nuts/NutsProgressEvent.getMessage:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsString. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsPropertiesFormat.class
package net.thevpc.nuts
[+] NutsPropertiesFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsPropertiesFormat 1
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsPropertiesFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsPropertiesFormat to NutsObjectFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsPropertiesFormat.setSession ( NutsSession p1 ) : NutsFormat 1
net/thevpc/nuts/NutsPropertiesFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsFormat to NutsObjectFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsPushException.class
package net.thevpc.nuts
[+] NutsPushException.getId ( ) : String 1
net/thevpc/nuts/NutsPushException.getId:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsId. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsRepository.class
package net.thevpc.nuts
[+] NutsRepository.addRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : void 1
net/thevpc/nuts/NutsRepository.addRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)V
| Change | Effect |
|---|
| 1 |
Return value type has been changed from void to NutsRepository. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsRepository.addUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : void 1
net/thevpc/nuts/NutsRepository.addUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)V
| Change | Effect |
|---|
| 1 |
Return value type has been changed from void to NutsRepository. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsRepository.removeRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : void 1
net/thevpc/nuts/NutsRepository.removeRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)V
| Change | Effect |
|---|
| 1 |
Return value type has been changed from void to NutsRepository. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsRepository.removeUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : void 1
net/thevpc/nuts/NutsRepository.removeUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)V
| Change | Effect |
|---|
| 1 |
Return value type has been changed from void to NutsRepository. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsRepositoryConfigManager.class
package net.thevpc.nuts
[+] NutsRepositoryConfigManager.getStoreLocation ( ) [abstract] : Path 1
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsRepositoryConfigManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : Path 1
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsRepositoryFilter.class
package net.thevpc.nuts
[+] NutsRepositoryFilter.and ( NutsRepositoryFilter other ) : NutsRepositoryFilter 1
net/thevpc/nuts/NutsRepositoryFilter.and:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsRepositoryFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
[+] NutsRepositoryFilter.neg ( ) : NutsRepositoryFilter 1
net/thevpc/nuts/NutsRepositoryFilter.neg:()Lnet/thevpc/nuts/NutsRepositoryFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
[+] NutsRepositoryFilter.or ( NutsRepositoryFilter other ) : NutsRepositoryFilter 1
net/thevpc/nuts/NutsRepositoryFilter.or:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsRepositoryFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
nuts-0.8.0.jar,
NutsSearchCommand.class
package net.thevpc.nuts
[+] NutsSearchCommand.getInstallStatus ( ) [abstract] : Set<NutsInstallStatus>[ ] 1
net/thevpc/nuts/NutsSearchCommand.getInstallStatus:()[Ljava/util/Set;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Set<NutsInstallStatus>[] to NutsInstallStatusFilter. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsSearchCommand.getTargetApiVersion ( ) [abstract] : String 1
net/thevpc/nuts/NutsSearchCommand.getTargetApiVersion:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsVersion. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsServiceLoader.class
package net.thevpc.nuts
[+] NutsServiceLoader<T,B>.loadBest ( B p1 ) [abstract] : T 1
net/thevpc/nuts/NutsServiceLoader.loadBest:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsComponent;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from T to spi.NutsComponent<B>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsSession.class
package net.thevpc.nuts
[+] NutsSession.err ( ) [abstract] : PrintStream 1
net/thevpc/nuts/NutsSession.err:()Ljava/io/PrintStream;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.io.PrintStream to NutsPrintStream. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsSession.getIterableOutput ( ) [abstract] : NutsIterableOutput 1
net/thevpc/nuts/NutsSession.getIterableOutput:()Lnet/thevpc/nuts/NutsIterableOutput;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsIterableOutput to NutsIterableFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsSession.getOutputFormat ( ) [abstract] : NutsOutputFormat 1
net/thevpc/nuts/NutsSession.getOutputFormat:()Lnet/thevpc/nuts/NutsOutputFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsOutputFormat to NutsContentType. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsSession.out ( ) [abstract] : PrintStream 1
net/thevpc/nuts/NutsSession.out:()Ljava/io/PrintStream;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.io.PrintStream to NutsPrintStream. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsTableFormat.class
package net.thevpc.nuts
[+] NutsTableFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsTableFormat 1
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsTableFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTableFormat to NutsObjectFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsTableFormat.setSession ( NutsSession p1 ) [abstract] : NutsTableFormat 1
net/thevpc/nuts/NutsTableFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTableFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTableFormat to NutsObjectFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsTerminalSpec.class
package net.thevpc.nuts
[+] NutsTerminalSpec.getParent ( ) [abstract] : NutsTerminalBase 1
net/thevpc/nuts/NutsTerminalSpec.getParent:()Lnet/thevpc/nuts/NutsTerminalBase;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTerminalBase to spi.NutsSystemTerminalBase. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsTreeFormat.class
package net.thevpc.nuts
[+] NutsTreeFormat.configure ( boolean p1, String[ ] p2 ) : Object 1
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.Object to NutsObjectFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsTreeFormat.setSession ( NutsSession p1 ) : NutsFormat 1
net/thevpc/nuts/NutsTreeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsFormat to NutsObjectFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsUpdateCommand.class
package net.thevpc.nuts
[+] NutsUpdateCommand.getApiVersion ( ) [abstract] : String 1
net/thevpc/nuts/NutsUpdateCommand.getApiVersion:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsVersion. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsVersion.class
package net.thevpc.nuts
[+] NutsVersion.getNumber ( int p1 ) [abstract] : int 1
net/thevpc/nuts/NutsVersion.getNumber:(I)I
| Change | Effect |
|---|
| 1 |
Return value type has been changed from int to java.math.BigInteger. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsVersionFilter.class
package net.thevpc.nuts
[+] NutsVersionFilter.and ( NutsVersionFilter other ) : NutsVersionFilter 1
net/thevpc/nuts/NutsVersionFilter.and:(Lnet/thevpc/nuts/NutsVersionFilter;)Lnet/thevpc/nuts/NutsVersionFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
[+] NutsVersionFilter.neg ( ) : NutsVersionFilter 1
net/thevpc/nuts/NutsVersionFilter.neg:()Lnet/thevpc/nuts/NutsVersionFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
[+] NutsVersionFilter.or ( NutsVersionFilter other ) : NutsVersionFilter 1
net/thevpc/nuts/NutsVersionFilter.or:(Lnet/thevpc/nuts/NutsVersionFilter;)Lnet/thevpc/nuts/NutsVersionFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
A client program trying to create an instance of a class may be interrupted by AbstractMethodError exception. |
nuts-0.8.0.jar,
NutsWorkspace.class
package net.thevpc.nuts
[+] NutsWorkspace.events ( ) [abstract] : NutsWorkspaceEvents 1
net/thevpc/nuts/NutsWorkspace.events:()Lnet/thevpc/nuts/NutsWorkspaceEvents;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsWorkspaceEvents to NutsWorkspaceEventManager. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspace.getApiVersion ( ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspace.getApiVersion:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsVersion. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsWorkspaceAppsManager.class
package net.thevpc.nuts
[+] NutsWorkspaceAppsManager.execEntries ( ) [abstract] : NutsExecutionEntryManager 1
net/thevpc/nuts/NutsWorkspaceAppsManager.execEntries:()Lnet/thevpc/nuts/NutsExecutionEntryManager;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsExecutionEntryManager to NutsExecutionEntryAction. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsWorkspaceBootConfig.class
package net.thevpc.nuts
[+] NutsWorkspaceBootConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspaceBootConfig.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspaceBootConfig.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspaceBootConfig.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsWorkspaceConfigManager.class
package net.thevpc.nuts
[+] NutsWorkspaceConfigManager.getIndexStoreClientFactory ( ) [abstract] : NutsIndexStoreFactory 1
net/thevpc/nuts/NutsWorkspaceConfigManager.getIndexStoreClientFactory:()Lnet/thevpc/nuts/NutsIndexStoreFactory;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsIndexStoreFactory to spi.NutsIndexStoreFactory. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsWorkspaceInitInformation.class
package net.thevpc.nuts
[+] NutsWorkspaceInitInformation.getBootWorkspaceFactory ( ) [abstract] : NutsBootWorkspaceFactory 1
net/thevpc/nuts/NutsWorkspaceInitInformation.getBootWorkspaceFactory:()Lnet/thevpc/nuts/NutsBootWorkspaceFactory;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsBootWorkspaceFactory to spi.NutsBootWorkspaceFactory. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspaceInitInformation.getRuntimeId ( ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeId:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to boot.NutsBootId. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsWorkspaceLocationManager.class
package net.thevpc.nuts
[+] NutsWorkspaceLocationManager.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspaceLocationManager.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspaceLocationManager.getWorkspaceLocation ( ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getWorkspaceLocation:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsWorkspaceOptions.class
package net.thevpc.nuts
[+] NutsWorkspaceOptions.getErrors ( ) [abstract] : String[ ] 1
net/thevpc/nuts/NutsWorkspaceOptions.getErrors:()[Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String[] to NutsMessage[]. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspaceOptions.getOpenMode ( ) [abstract] : NutsWorkspaceOpenMode 1
net/thevpc/nuts/NutsWorkspaceOptions.getOpenMode:()Lnet/thevpc/nuts/NutsWorkspaceOpenMode;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsWorkspaceOpenMode to NutsOpenMode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspaceOptions.getOutputFormat ( ) [abstract] : NutsOutputFormat 1
net/thevpc/nuts/NutsWorkspaceOptions.getOutputFormat:()Lnet/thevpc/nuts/NutsOutputFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsOutputFormat to NutsContentType. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.0.jar,
NutsWorkspaceOptionsFormat.class
package net.thevpc.nuts
[+] NutsWorkspaceOptionsFormat.getBootCommandLine ( ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceOptionsFormat.getBootCommandLine:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsCommandLine. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
to the top
Problems with Data Types, Medium Severity 9
nuts-0.8.0.jar
package net.thevpc.nuts
[+] interface NutsApplicationContext 1
| Change | Effect |
|---|
| 1 |
Value of final field AUTO_COMPLETE_CANDIDATE_PREFIX of type java.lang.String has been changed from "@@Candidate@@:" to "```error Candidate```:". |
Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods: 22 (0.4%)
NutsApplication.onInstallApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.onUninstallApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.onUpdateApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.run ( NutsApplicationContext p1 )1st parameter 'p1' of this abstract method is of type 'NutsApplicationContext'.
NutsApplicationContext.configure ( boolean p1, String[ ] p2 )This method is from 'NutsApplicationContext' interface.
NutsApplicationContext.configure ( boolean p1, String... p2 )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppClass ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppId ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppPreviousVersion ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppVersion ( )This abstract method is from 'NutsApplicationContext' interface.
...
[+] interface NutsWorkspaceEnvManager 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspaceOptions getBootOptions ( ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method Nuts.main ( String[ ] ) and may not be implemented by old clients. |
| 2 |
Abstract method boolean isGraphicalDesktopEnvironment ( ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method Nuts.main ( String[ ] ) and may not be implemented by old clients. |
[+] affected methods: 6 (0.1%)
NutsWorkspace.env ( )Return value of this abstract method is of type 'NutsWorkspaceEnvManager'.
NutsWorkspaceEnvManager.getArch ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getOs ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getOsDist ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getOsFamily ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getPlatform ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
[+] interface NutsWorkspaceOptions 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspaceOptionsBuilder builder ( ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method Nuts.main ( String[ ] ) and may not be implemented by old clients. |
[+] affected methods: 54 (0.9%)
NutsWorkspaceInitInformation.getOptions ( )Return value of this abstract method is of type 'NutsWorkspaceOptions'.
NutsWorkspaceOptions.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getApplicationArguments ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getArchetype ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getClassLoaderSupplier ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getConfirm ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getCreationTime ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getCredentials ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getErrLinePrefix ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getExcludedExtensions ( )This abstract method is from 'NutsWorkspaceOptions' interface.
...
[+] interface NutsWorkspaceOptionsBuilder 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsLogConfig getLogConfig ( ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method Nuts.main ( String[ ] ) and may not be implemented by old clients. |
| 2 |
Abstract method boolean isBot ( ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method Nuts.main ( String[ ] ) and may not be implemented by old clients. |
| 3 |
Abstract method boolean isDebug ( ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method Nuts.main ( String[ ] ) and may not be implemented by old clients. |
| 4 |
Abstract method boolean isGui ( ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method Nuts.main ( String[ ] ) and may not be implemented by old clients. |
| 5 |
Abstract method NutsWorkspaceOptionsBuilder setGui ( Boolean ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method Nuts.main ( String[ ] ) and may not be implemented by old clients. |
[+] affected methods: 41 (0.7%)
NutsWorkspaceConfigManager.optionsBuilder ( )Return value of this abstract method is of type 'NutsWorkspaceOptionsBuilder'.
NutsWorkspaceOptionsBuilder.addOutputFormatOptions ( String... p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.parseArguments ( String[ ] p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.parseCommandLine ( String p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setAll ( NutsWorkspaceOptions p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setApiVersion ( String p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setApplicationArguments ( String[ ] p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setArchetype ( String p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setClassLoaderSupplier ( Supplier<ClassLoader> p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setConfirm ( NutsConfirmationMode p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
...
to the top
Problems with Data Types, Low Severity 5
nuts-0.8.0.jar
package net.thevpc.nuts
[+] class NutsApplication 1
| Change | Effect |
|---|
| 1 |
Method String NutsApplication.toString ( ) has been moved up type hierarchy to java/lang/Object.toString:()Ljava/lang/String;. |
Method java/lang/Object.toString:()Ljava/lang/String; will be called instead of NutsApplication.toString ( ) in a client program. |
[+] affected methods: 1 (0.02%)
NutsApplication.toString ( )Method 'java/lang/Object.toString:()Ljava/lang/String;' will be called instead of this method in a client program.
[+] class NutsInvalidWorkspaceException 1
| Change | Effect |
|---|
| 1 |
Superclass has been changed from NutsWorkspaceException to NutsBootException. |
1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods: 1 (0.02%)
NutsInvalidWorkspaceException.getWorkspaceLocation ( )This method is from 'NutsInvalidWorkspaceException' class.
[+] class NutsString 1
| Change | Effect |
|---|
| 1 |
Method boolean NutsString.equals ( Object ) has been moved up type hierarchy to java/lang/Object.equals:(Ljava/lang/Object;)Z. |
Method java/lang/Object.equals:(Ljava/lang/Object;)Z will be called instead of NutsString.equals ( Object ) in a client program. |
[+] affected methods: 2 (0.03%)
NutsString.equals ( Object o )Method 'java/lang/Object.equals:(Ljava/lang/Object;)Z' will be called instead of this method in a client program.
NutsString.hashCode ( )Method 'java/lang/Object.hashCode:()I' will be called instead of this method in a client program.
[+] class NutsWorkspaceAlreadyExistsException 1
| Change | Effect |
|---|
| 1 |
Superclass has been changed from NutsWorkspaceException to NutsBootException. |
1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods: 1 (0.02%)
NutsWorkspaceAlreadyExistsException.getWorkspaceLocation ( )This method is from 'NutsWorkspaceAlreadyExistsException' class.
[+] class NutsWorkspaceNotFoundException 1
| Change | Effect |
|---|
| 1 |
Superclass has been changed from NutsWorkspaceException to NutsBootException. |
1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods: 1 (0.02%)
NutsWorkspaceNotFoundException.getWorkspaceLocation ( )This method is from 'NutsWorkspaceNotFoundException' class.
to the top
Other Changes in Data Types 913
nuts-0.8.0.jar
package net.thevpc.nuts
[+] class NutsAddRepositoryOptions 3
| Change | Effect |
|---|
| 1 |
Field ORDER_SYSTEM_LOCAL has been added to this class. |
No effect. |
| 2 |
Field ORDER_USER_LOCAL has been added to this class. |
No effect. |
| 3 |
Field ORDER_USER_REMOTE has been added to this class. |
No effect. |
[+] affected methods: 24 (0.4%)
NutsAddRepositoryOptions.NutsAddRepositoryOptions ( )This constructor is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.NutsAddRepositoryOptions ( NutsAddRepositoryOptions other )1st parameter 'other' of this method is of type 'NutsAddRepositoryOptions'.
NutsAddRepositoryOptions.copy ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.equals ( Object o )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getConfig ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getDeployOrder ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getLocation ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getName ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.hashCode ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.isCreate ( )This method is from 'NutsAddRepositoryOptions' class.
...
[+] class NutsDependencyScope 3
| Change | Effect |
|---|
| 1 |
Field TEST_IMPLEMENTATION has been added to this class. |
No effect. |
| 2 |
Field TEST_OTHER has been added to this class. |
No effect. |
| 3 |
Field TEST_SYSTEM has been added to this class. |
No effect. |
[+] affected methods: 10 (0.2%)
NutsDependencyFilterManager.byScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsDependencyParser.parseScope ( String p1 )Return value of this abstract method is of type 'NutsDependencyScope'.
NutsDependencyScope.id ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.valueOf ( String name )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.values ( )This method is from 'NutsDependencyScope' class.
NutsFetchCommand.addScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsFetchCommand.removeScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsSearchCommand.addScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsSearchCommand.removeScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsUpdateCommand.addScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
[+] class NutsDependencyScopePattern 4
| Change | Effect |
|---|
| 1 |
Field TEST_API has been added to this class. |
No effect. |
| 2 |
Field TEST_IMPLEMENTATION has been added to this class. |
No effect. |
| 3 |
Field TEST_OTHER has been added to this class. |
No effect. |
| 4 |
Field TEST_SYSTEM has been added to this class. |
No effect. |
[+] affected methods: 9 (0.2%)
NutsDependencyFilterManager.byScope ( NutsDependencyScopePattern p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScopePattern'.
NutsDependencyManager.toScopeSet ( NutsDependencyScopePattern p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScopePattern'.
NutsDependencyScopePattern.id ( )This method is from 'NutsDependencyScopePattern' class.
NutsDependencyScopePattern.valueOf ( String name )This method is from 'NutsDependencyScopePattern' class.
NutsDependencyScopePattern.values ( )This method is from 'NutsDependencyScopePattern' class.
NutsFetchCommand.addScope ( NutsDependencyScopePattern p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScopePattern'.
NutsFetchCommand.removeScope ( NutsDependencyScopePattern p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScopePattern'.
NutsSearchCommand.addScope ( NutsDependencyScopePattern p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScopePattern'.
NutsSearchCommand.removeScope ( NutsDependencyScopePattern p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScopePattern'.
[+] class NutsElementType 6
| Change | Effect |
|---|
| 1 |
Field BIG_DECIMAL has been added to this class. |
No effect. |
| 2 |
Field BIG_INTEGER has been added to this class. |
No effect. |
| 3 |
Field DOUBLE has been added to this class. |
No effect. |
| 4 |
Field INSTANT has been added to this class. |
No effect. |
| 5 |
Field LONG has been added to this class. |
No effect. |
| 6 |
Field SHORT has been added to this class. |
No effect. |
[+] affected methods: 5 (0.1%)
NutsElement.type ( )Return value of this abstract method is of type 'NutsElementType'.
NutsElementType.id ( )This method is from 'NutsElementType' class.
NutsElementType.isPrimitive ( )This method is from 'NutsElementType' class.
NutsElementType.valueOf ( String name )This method is from 'NutsElementType' class.
NutsElementType.values ( )This method is from 'NutsElementType' class.
[+] class NutsExecutionType 1
| Change | Effect |
|---|
| 1 |
Field OPEN has been added to this class. |
No effect. |
[+] affected methods: 10 (0.2%)
NutsCommandExecOptions.getExecutionType ( )Return value of this method is of type 'NutsExecutionType'.
NutsCommandExecOptions.setExecutionType ( NutsExecutionType executionType )1st parameter 'executionType' of this method is of type 'NutsExecutionType'.
NutsExecCommand.getExecutionType ( )Return value of this abstract method is of type 'NutsExecutionType'.
NutsExecCommand.setExecutionType ( NutsExecutionType p1 )1st parameter 'p1' of this abstract method is of type 'NutsExecutionType'.
NutsExecutionContext.getExecutionType ( )Return value of this abstract method is of type 'NutsExecutionType'.
NutsExecutionType.id ( )This method is from 'NutsExecutionType' class.
NutsExecutionType.valueOf ( String name )This method is from 'NutsExecutionType' class.
NutsExecutionType.values ( )This method is from 'NutsExecutionType' class.
NutsWorkspaceOptions.getExecutionType ( )Return value of this abstract method is of type 'NutsExecutionType'.
NutsWorkspaceOptionsBuilder.setExecutionType ( NutsExecutionType p1 )1st parameter 'p1' of this abstract method is of type 'NutsExecutionType'.
[+] class NutsTerminalMode 1
| Change | Effect |
|---|
| 1 |
Field ANSI has been added to this class. |
No effect. |
[+] affected methods: 5 (0.1%)
NutsTerminalMode.id ( )This method is from 'NutsTerminalMode' class.
NutsTerminalMode.valueOf ( String name )This method is from 'NutsTerminalMode' class.
NutsTerminalMode.values ( )This method is from 'NutsTerminalMode' class.
NutsWorkspaceOptions.getTerminalMode ( )Return value of this abstract method is of type 'NutsTerminalMode'.
NutsWorkspaceOptionsBuilder.setTerminalMode ( NutsTerminalMode p1 )1st parameter 'p1' of this abstract method is of type 'NutsTerminalMode'.
[+] class NutsTextFormatStyle 2
| Change | Effect |
|---|
| 1 |
Field FORMATTED has been added to this class. |
No effect. |
| 2 |
Field PLAIN has been added to this class. |
No effect. |
[+] affected methods: 3 (0.1%)
NutsLoggerOp.style ( NutsTextFormatStyle p1 )1st parameter 'p1' of this abstract method is of type 'NutsTextFormatStyle'.
NutsTextFormatStyle.valueOf ( String name )This method is from 'NutsTextFormatStyle' class.
NutsTextFormatStyle.values ( )This method is from 'NutsTextFormatStyle' class.
[+] interface NutsApplicationContext 22
| Change | Effect |
|---|
| 1 |
Abstract method void configureLast ( NutsCommandLine ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsAppVersionStoreLocationSupplier getAppVersionStoreLocationSupplier ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method String getAppsFolder ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method String getCacheFolder ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method String getConfigFolder ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method String getFolder ( NutsStoreLocation ) has been added to this interface. |
No effect. |
| 7 |
Abstract method String getLibFolder ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method String getLogFolder ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method String getRunFolder ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method String getSharedAppsFolder ( ) has been added to this interface. |
No effect. |
| 11 |
Abstract method String getSharedConfigFolder ( ) has been added to this interface. |
No effect. |
| 12 |
Abstract method String getSharedFolder ( NutsStoreLocation ) has been added to this interface. |
No effect. |
| 13 |
Abstract method String getSharedLibFolder ( ) has been added to this interface. |
No effect. |
| 14 |
Abstract method String getSharedLogFolder ( ) has been added to this interface. |
No effect. |
| 15 |
Abstract method String getSharedRunFolder ( ) has been added to this interface. |
No effect. |
| 16 |
Abstract method String getSharedTempFolder ( ) has been added to this interface. |
No effect. |
| 17 |
Abstract method String getSharedVarFolder ( ) has been added to this interface. |
No effect. |
| 18 |
Abstract method String getTempFolder ( ) has been added to this interface. |
No effect. |
| 19 |
Abstract method String getVarFolder ( ) has been added to this interface. |
No effect. |
| 20 |
Abstract method String getVersionFolderFolder ( NutsStoreLocation, String ) has been added to this interface. |
No effect. |
| 21 |
Abstract method NutsApplicationContext setAppVersionStoreLocationSupplier ( NutsAppVersionStoreLocationSupplier ) has been added to this interface. |
No effect. |
| 22 |
Added super-interface NutsCommandLineConfigurable. |
No effect. |
[+] affected methods: 22 (0.4%)
NutsApplication.onInstallApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.onUninstallApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.onUpdateApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.run ( NutsApplicationContext p1 )1st parameter 'p1' of this abstract method is of type 'NutsApplicationContext'.
NutsApplicationContext.configure ( boolean p1, String[ ] p2 )This method is from 'NutsApplicationContext' interface.
NutsApplicationContext.configure ( boolean p1, String... p2 )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppClass ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppId ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppPreviousVersion ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppVersion ( )This abstract method is from 'NutsApplicationContext' interface.
...
[+] interface NutsArrayElement 14
| Change | Effect |
|---|
| 1 |
Abstract method NutsArrayElement getArray ( int ) has been added to this interface. |
No effect. |
| 2 |
Abstract method boolean getBoolean ( int ) has been added to this interface. |
No effect. |
| 3 |
Abstract method byte getByte ( int ) has been added to this interface. |
No effect. |
| 4 |
Abstract method double getDouble ( int ) has been added to this interface. |
No effect. |
| 5 |
Abstract method float getFloat ( int ) has been added to this interface. |
No effect. |
| 6 |
Abstract method Instant getInstant ( int ) has been added to this interface. |
No effect. |
| 7 |
Abstract method int getInt ( int ) has been added to this interface. |
No effect. |
| 8 |
Abstract method long getLong ( int ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsObjectElement getObject ( int ) has been added to this interface. |
No effect. |
| 10 |
Abstract method short getShort ( int ) has been added to this interface. |
No effect. |
| 11 |
Abstract method String getString ( int ) has been added to this interface. |
No effect. |
| 12 |
Abstract method boolean isEmpty ( ) has been added to this interface. |
No effect. |
| 13 |
Abstract method Stream<NutsElement> stream ( ) has been added to this interface. |
No effect. |
| 14 |
Added super-interface java.lang.Iterable<NutsElement>. |
No effect. |
[+] affected methods: 6 (0.1%)
NutsArrayElement.children ( )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.get ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.size ( )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElementBuilder.addAll ( NutsArrayElement p1 )1st parameter 'p1' of this abstract method is of type 'NutsArrayElement'.
NutsArrayElementBuilder.build ( )Return value of this abstract method is of type 'NutsArrayElement'.
NutsArrayElementBuilder.set ( NutsArrayElement p1 )1st parameter 'p1' of this abstract method is of type 'NutsArrayElement'.
[+] interface NutsArrayElementBuilder 18
| Change | Effect |
|---|
| 1 |
Abstract method NutsArrayElementBuilder add ( byte ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsArrayElementBuilder add ( char ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsArrayElementBuilder add ( double ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsArrayElementBuilder add ( float ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsArrayElementBuilder add ( int ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsArrayElementBuilder add ( long ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsArrayElementBuilder add ( Number ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsArrayElementBuilder add ( String ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsArrayElementBuilder add ( boolean ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsArrayElementBuilder addAll ( byte[ ] ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsArrayElementBuilder addAll ( char[ ] ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsArrayElementBuilder addAll ( double[ ] ) has been added to this interface. |
No effect. |
| 13 |
Abstract method NutsArrayElementBuilder addAll ( float[ ] ) has been added to this interface. |
No effect. |
| 14 |
Abstract method NutsArrayElementBuilder addAll ( int[ ] ) has been added to this interface. |
No effect. |
| 15 |
Abstract method NutsArrayElementBuilder addAll ( long[ ] ) has been added to this interface. |
No effect. |
| 16 |
Abstract method NutsArrayElementBuilder addAll ( String[ ] ) has been added to this interface. |
No effect. |
| 17 |
Abstract method NutsArrayElementBuilder addAll ( NutsElement[ ] ) has been added to this interface. |
No effect. |
| 18 |
Abstract method NutsArrayElementBuilder addAll ( boolean[ ] ) has been added to this interface. |
No effect. |
[+] affected methods: 13 (0.2%)
NutsArrayElementBuilder.add ( NutsElement p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.addAll ( NutsArrayElement p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.addAll ( NutsArrayElementBuilder p1 )1st parameter 'p1' of this abstract method is of type 'NutsArrayElementBuilder'.
NutsArrayElementBuilder.build ( )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.children ( )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.clear ( )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.get ( int p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.insert ( int p1, NutsElement p2 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.remove ( int p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.set ( int p1, NutsElement p2 )This abstract method is from 'NutsArrayElementBuilder' interface.
...
[+] interface NutsCommandLine 8
| Change | Effect |
|---|
| 1 |
Abstract method NutsCommandLineFormat formatter ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method void process ( NutsCommandLineConfigurable, NutsCommandLineProcessor ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsCommandLine required ( NutsMessage ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsCommandLine required ( NutsString ) has been added to this interface. |
No effect. |
| 5 |
Abstract method void throwError ( NutsMessage ) has been added to this interface. |
No effect. |
| 6 |
Abstract method void throwError ( NutsString ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsCommandLine unexpectedArgument ( NutsMessage ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsCommandLine unexpectedArgument ( NutsString ) has been added to this interface. |
No effect. |
[+] affected methods: 53 (0.9%)
NutsApplicationContext.getCommandLine ( )Return value of this abstract method is of type 'NutsCommandLine'.
NutsCommandLine.accept ( String... p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.accept ( int p1, String... p2 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.contains ( String p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.find ( String p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.get ( int p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getAutoComplete ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getCommandName ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getSpecialSimpleOptions ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getWordIndex ( )This abstract method is from 'NutsCommandLine' interface.
...
[+] interface NutsCommandLineFormat 6
| Change | Effect |
|---|
| 1 |
Abstract method NutsCommandlineFamily getCommandlineFamily ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsCommandLineFormatStrategy getFormatStrategy ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method boolean isNtf ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsCommandLineFormat setCommandlineFamily ( NutsCommandlineFamily ) has been added to this interface. |
No effect. |
| 5 |
Abstract method void setFormatStrategy ( NutsCommandLineFormatStrategy ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsCommandLineFormat setNtf ( boolean ) has been added to this interface. |
No effect. |
[+] affected methods: 11 (0.2%)
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.getValue ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setSession ( NutsSession p1 )This method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setValue ( String[ ] p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setValue ( String p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setValue ( NutsCommandLine p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineManager.formatter ( )Return value of this abstract method is of type 'NutsCommandLineFormat'.
...
[+] interface NutsCommandLineManager 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsCommandHistoryBuilder createHistory ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsCommandlineFamily getCommandlineFamily ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsCommandLineManager setCommandlineFamily ( NutsCommandlineFamily ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsCommandLineManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 11 (0.2%)
NutsCommandLineManager.create ( String... p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.create ( List<String> p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createArgument ( String p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createCandidate ( )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createCandidate ( String value )This method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createName ( String type )This method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createName ( String p1, String p2 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.formatter ( )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.formatter ( NutsCommandLine p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.parse ( String p1 )This abstract method is from 'NutsCommandLineManager' interface.
...
[+] interface NutsCommandLineProcessor 4
| Change | Effect |
|---|
| 1 |
Abstract method void onExec ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method boolean onNextNonOption ( NutsArgument, NutsCommandLine ) has been added to this interface. |
No effect. |
| 3 |
Abstract method boolean onNextOption ( NutsArgument, NutsCommandLine ) has been added to this interface. |
No effect. |
| 4 |
Field NOP has been added to this interface. |
No effect. |
[+] affected methods: 1 (0.02%)
NutsApplicationContext.processCommandLine ( NutsCommandLineProcessor p1 )1st parameter 'p1' of this abstract method is of type 'NutsCommandLineProcessor'.
[+] interface NutsConcurrentManager 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsConcurrentManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 3 (0.1%)
NutsConcurrentManager.executorService ( )This abstract method is from 'NutsConcurrentManager' interface.
NutsConcurrentManager.lock ( )This abstract method is from 'NutsConcurrentManager' interface.
NutsWorkspace.concurrent ( )Return value of this abstract method is of type 'NutsConcurrentManager'.
[+] interface NutsContent 3
| Change | Effect |
|---|
| 1 |
Abstract method Path getFilePath ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsPath getLocation ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsPath getPath ( ) has been added to this interface. |
No effect. |
[+] affected methods: 5 (0.1%)
NutsContent.getURL ( )This abstract method is from 'NutsContent' interface.
NutsContent.isCached ( )This abstract method is from 'NutsContent' interface.
NutsContent.isTemporary ( )This abstract method is from 'NutsContent' interface.
NutsDefinition.getContent ( )Return value of this abstract method is of type 'NutsContent'.
NutsFetchCommand.getResultContent ( )Return value of this abstract method is of type 'NutsContent'.
[+] interface NutsContentEvent 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsPath getLocation ( ) has been added to this interface. |
No effect. |
[+] affected methods: 6 (0.1%)
NutsContentEvent.getRepository ( )This abstract method is from 'NutsContentEvent' interface.
NutsContentEvent.getSession ( )This abstract method is from 'NutsContentEvent' interface.
NutsContentEvent.getWorkspace ( )This abstract method is from 'NutsContentEvent' interface.
NutsRepositoryListener.onDeploy ( NutsContentEvent event )1st parameter 'event' of this method is of type 'NutsContentEvent'.
NutsRepositoryListener.onPush ( NutsContentEvent event )1st parameter 'event' of this method is of type 'NutsContentEvent'.
NutsRepositoryListener.onUndeploy ( NutsContentEvent event )1st parameter 'event' of this method is of type 'NutsContentEvent'.
[+] interface NutsDefinition 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsDependencies getDependencies ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsPath getLocation ( ) has been added to this interface. |
No effect. |
[+] affected methods: 23 (0.4%)
NutsDefinition.compareTo ( Object p1 )This method is from 'NutsDefinition' interface.
NutsDefinition.compareTo ( NutsDefinition p1 )1st parameter 'p1' of this abstract method is of type 'NutsDefinition'.
NutsDefinition.getApiId ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getContent ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getDescriptor ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getEffectiveDescriptor ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getId ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getInstallInformation ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getPath ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getRepositoryName ( )This abstract method is from 'NutsDefinition' interface.
...
[+] interface NutsDependency 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsDependencyFormat formatter ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method String getArch ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method String getOs ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method String getRepository ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method String getType ( ) has been added to this interface. |
No effect. |
[+] affected methods: 29 (0.5%)
NutsDependency.builder ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getArtifactId ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getClassifier ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getExclusions ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getFullName ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getGroupId ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getLongName ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getOptional ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getProperties ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getPropertiesQuery ( )This abstract method is from 'NutsDependency' interface.
...
[+] interface NutsDependencyBuilder 10
| Change | Effect |
|---|
| 1 |
Abstract method String getArch ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method String getOs ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method String getRepository ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method String getType ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsDependencyBuilder setArch ( String ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsDependencyBuilder setOs ( String ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsDependencyBuilder setRepository ( String ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsDependencyBuilder setScope ( NutsDependencyScope ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsDependencyBuilder setType ( String ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsId toId ( ) has been added to this interface. |
No effect. |
[+] affected methods: 33 (0.6%)
NutsDependency.builder ( )Return value of this abstract method is of type 'NutsDependencyBuilder'.
NutsDependencyBuilder.addProperties ( String p1 )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.build ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.clear ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getArtifactId ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getClassifier ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getExclusions ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getFullName ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getGroupId ( )This abstract method is from 'NutsDependencyBuilder' interface.
...
[+] interface NutsDependencyFilterManager 10
| Change | Effect |
|---|
| 1 |
Abstract method NutsDependencyFilter byArch ( String ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsDependencyFilter byArch ( Collection<NutsArchFamily> ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsDependencyFilter byArch ( NutsArchFamily ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsDependencyFilter byArch ( NutsArchFamily... ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsDependencyFilter byOs ( String ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsDependencyFilter byOs ( Collection<NutsOsFamily> ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsDependencyFilter byOs ( NutsOsFamily ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsDependencyFilter byOs ( NutsOsFamily... ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsDependencyFilter byType ( String ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsDependencyFilterManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 9 (0.2%)
NutsDependencyFilterManager.byExclude ( NutsDependencyFilter p1, String[ ] p2 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byExpression ( String p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOptional ( Boolean p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byScope ( NutsDependencyScope... p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byScope ( Collection<NutsDependencyScope> p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byScope ( NutsDependencyScope p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byScope ( NutsDependencyScopePattern p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyManager.filter ( )Return value of this abstract method is of type 'NutsDependencyFilterManager'.
NutsFilterManager.dependency ( )Return value of this abstract method is of type 'NutsDependencyFilterManager'.
[+] interface NutsDependencyFormat 3
| Change | Effect |
|---|
| 1 |
Abstract method boolean isOmitRepository ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsDependencyFormat setNtf ( boolean ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsDependencyFormat setOmitRepository ( boolean ) has been added to this interface. |
No effect. |
[+] affected methods: 32 (0.5%)
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.getOmitQueryProperties ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.getValue ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightImportedGroup ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightOptional ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightScope ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitClassifier ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitExclusions ( )This abstract method is from 'NutsDependencyFormat' interface.
...
[+] interface NutsDependencyManager 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsDependencyManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 7 (0.1%)
NutsDependencyManager.builder ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.filter ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.formatter ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.formatter ( NutsDependency p1 )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.parser ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.toScopeSet ( NutsDependencyScopePattern p1 )This abstract method is from 'NutsDependencyManager' interface.
NutsWorkspace.dependency ( )Return value of this abstract method is of type 'NutsDependencyManager'.
[+] interface NutsDescriptor 4
| Change | Effect |
|---|
| 1 |
Abstract method String[ ] getCategories ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method String[ ] getDesktopEnvironment ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method String getGenericName ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method String[ ] getIcons ( ) has been added to this interface. |
No effect. |
[+] affected methods: 36 (0.6%)
NutsDefinition.getDescriptor ( )Return value of this abstract method is of type 'NutsDescriptor'.
NutsDefinition.getEffectiveDescriptor ( )Return value of this abstract method is of type 'NutsDescriptor'.
NutsDeployCommand.setDescriptor ( NutsDescriptor p1 )1st parameter 'p1' of this abstract method is of type 'NutsDescriptor'.
NutsDescriptor.builder ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getArch ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getClassifierMappings ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getDependencies ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getDescription ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getExecutor ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getId ( )This abstract method is from 'NutsDescriptor' interface.
...
[+] interface NutsDescriptorBuilder 10
| Change | Effect |
|---|
| 1 |
Abstract method List<String> getCategories ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method String[ ] getDesktopEnvironment ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method String getGenericName ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method List<String> getIcons ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method boolean isApplication ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsDescriptorBuilder removeDesktopEnvironment ( String ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsDescriptorBuilder setCategories ( List<String> ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsDescriptorBuilder setDesktopEnvironment ( String[ ] ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsDescriptorBuilder setGenericName ( String ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsDescriptorBuilder setIcons ( List<String> ) has been added to this interface. |
No effect. |
[+] affected methods: 66 (1.1%)
NutsDescriptor.builder ( )Return value of this abstract method is of type 'NutsDescriptorBuilder'.
NutsDescriptorBuilder.addArch ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addClassifierMapping ( NutsClassifierMapping p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addDependencies ( NutsDependency[ ] p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addDependency ( NutsDependency p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addLocation ( NutsIdLocation p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addOs ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addOsdist ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addPlatform ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
...
[+] interface NutsDescriptorFilterManager 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptorFilter byApiVersion ( NutsVersion ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsDescriptorFilter byCompanion ( NutsVersion ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsDescriptorFilter byExtension ( NutsVersion ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsDescriptorFilter byRuntime ( NutsVersion ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsDescriptorFilterManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 10 (0.2%)
NutsDescriptorFilterManager.byApp ( Boolean p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byArch ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExec ( Boolean p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExpression ( String p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byLockedIds ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byOsdist ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byPackaging ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byPlatform ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorManager.filter ( )Return value of this abstract method is of type 'NutsDescriptorFilterManager'.
NutsFilterManager.descriptor ( )Return value of this abstract method is of type 'NutsDescriptorFilterManager'.
[+] interface NutsDescriptorFormat 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptorFormat setNtf ( boolean ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsDescriptorFormat setValue ( NutsDescriptor ) has been added to this interface. |
No effect. |
[+] affected methods: 9 (0.2%)
NutsDescriptorFormat.compact ( )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.compact ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.isCompact ( )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setCompact ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorManager.formatter ( )Return value of this abstract method is of type 'NutsDescriptorFormat'.
NutsDescriptorManager.formatter ( NutsDescriptor p1 )Return value of this abstract method is of type 'NutsDescriptorFormat'.
[+] interface NutsDescriptorManager 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsDescriptorManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 9 (0.2%)
NutsDescriptorManager.callBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.classifierBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.descriptorBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.filter ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.formatter ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.formatter ( NutsDescriptor p1 )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.locationBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.parser ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsWorkspace.descriptor ( )Return value of this abstract method is of type 'NutsDescriptorManager'.
[+] interface NutsDescriptorParser 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptorStyle getDescriptorStyle ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsDescriptorParser setDescriptorStyle ( NutsDescriptorStyle ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsDescriptorParser setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 9 (0.2%)
NutsDescriptorManager.parser ( )Return value of this abstract method is of type 'NutsDescriptorParser'.
NutsDescriptorParser.isLenient ( )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( byte[ ] p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( File p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( InputStream p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( String p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( URL p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( Path p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.setLenient ( boolean p1 )This abstract method is from 'NutsDescriptorParser' interface.
[+] interface NutsElement 42
| Change | Effect |
|---|
| 1 |
Abstract method NutsArrayElement asArray ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method boolean asBoolean ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method byte asByte ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method double asDouble ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method float asFloat ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method Instant asInstant ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method int asInt ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method long asLong ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsObjectElement asObject ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsPrimitiveElement asPrimitive ( ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsArrayElement asSafeArray ( ) has been added to this interface. |
No effect. |
| 12 |
Abstract method Byte asSafeByte ( ) has been added to this interface. |
No effect. |
| 13 |
Abstract method byte asSafeByte ( byte ) has been added to this interface. |
No effect. |
| 14 |
Abstract method Double asSafeDouble ( ) has been added to this interface. |
No effect. |
| 15 |
Abstract method double asSafeDouble ( double ) has been added to this interface. |
No effect. |
| 16 |
Abstract method Float asSafeFloat ( ) has been added to this interface. |
No effect. |
| 17 |
Abstract method float asSafeFloat ( float ) has been added to this interface. |
No effect. |
| 18 |
Abstract method Integer asSafeInt ( ) has been added to this interface. |
No effect. |
| 19 |
Abstract method int asSafeInt ( int ) has been added to this interface. |
No effect. |
| 20 |
Abstract method Long asSafeLong ( ) has been added to this interface. |
No effect. |
| 21 |
Abstract method long asSafeLong ( long ) has been added to this interface. |
No effect. |
| 22 |
Abstract method NutsObjectElement asSafeObject ( ) has been added to this interface. |
No effect. |
| 23 |
Abstract method Short asSafeShort ( ) has been added to this interface. |
No effect. |
| 24 |
Abstract method short asSafeShort ( short ) has been added to this interface. |
No effect. |
| 25 |
Abstract method String asSafeString ( ) has been added to this interface. |
No effect. |
| 26 |
Abstract method String asSafeString ( String ) has been added to this interface. |
No effect. |
| 27 |
Abstract method short asShort ( ) has been added to this interface. |
No effect. |
| 28 |
Abstract method String asString ( ) has been added to this interface. |
No effect. |
| 29 |
Abstract method boolean isArray ( ) has been added to this interface. |
No effect. |
| 30 |
Abstract method boolean isByte ( ) has been added to this interface. |
No effect. |
| 31 |
Abstract method boolean isDouble ( ) has been added to this interface. |
No effect. |
| 32 |
Abstract method boolean isEmpty ( ) has been added to this interface. |
No effect. |
| 33 |
Abstract method boolean isFloat ( ) has been added to this interface. |
No effect. |
| 34 |
Abstract method boolean isInstant ( ) has been added to this interface. |
No effect. |
| 35 |
Abstract method boolean isInt ( ) has been added to this interface. |
No effect. |
| 36 |
Abstract method boolean isLong ( ) has been added to this interface. |
No effect. |
| 37 |
Abstract method boolean isNull ( ) has been added to this interface. |
No effect. |
| 38 |
Abstract method boolean isNumber ( ) has been added to this interface. |
No effect. |
| 39 |
Abstract method boolean isObject ( ) has been added to this interface. |
No effect. |
| 40 |
Abstract method boolean isPrimitive ( ) has been added to this interface. |
No effect. |
| 41 |
Abstract method boolean isShort ( ) has been added to this interface. |
No effect. |
| 42 |
Abstract method boolean isString ( ) has been added to this interface. |
No effect. |
[+] affected methods: 11 (0.2%)
NutsArrayElement.get ( int p1 )Return value of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.add ( NutsElement p1 )1st parameter 'p1' of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.get ( int p1 )Return value of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.insert ( int p1, NutsElement p2 )2nd parameter 'p2' of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.set ( int p1, NutsElement p2 )2nd parameter 'p2' of this abstract method is of type 'NutsElement'.
NutsElement.type ( )This abstract method is from 'NutsElement' interface.
NutsElementFormat.toElement ( Object p1 )Return value of this abstract method is of type 'NutsElement'.
NutsElementPath.filter ( NutsElement p1 )1st parameter 'p1' of this abstract method is of type 'NutsElement'.
NutsObjectElement.get ( String p1 )Return value of this abstract method is of type 'NutsElement'.
NutsObjectElementBuilder.get ( String p1 )Return value of this abstract method is of type 'NutsElement'.
...
[+] interface NutsElementFormat 46
| Change | Effect |
|---|
| 1 |
Abstract method T convert ( Object, Class<T> ) has been added to this interface. |
No effect. |
| 2 |
Abstract method Object destruct ( Object ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsArrayElementBuilder forArray ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsPrimitiveElement forBoolean ( String ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsPrimitiveElement forBoolean ( boolean ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsPrimitiveElement forByte ( Byte ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsPrimitiveElement forDouble ( Double ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsElementEntry forEntry ( NutsElement, NutsElement ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsPrimitiveElement forFalse ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsPrimitiveElement forFloat ( Float ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsPrimitiveElement forFloat ( Short ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsPrimitiveElement forInstant ( String ) has been added to this interface. |
No effect. |
| 13 |
Abstract method NutsPrimitiveElement forInstant ( Instant ) has been added to this interface. |
No effect. |
| 14 |
Abstract method NutsPrimitiveElement forInstant ( Date ) has been added to this interface. |
No effect. |
| 15 |
Abstract method NutsPrimitiveElement forInt ( Integer ) has been added to this interface. |
No effect. |
| 16 |
Abstract method NutsPrimitiveElement forLong ( Long ) has been added to this interface. |
No effect. |
| 17 |
Abstract method NutsPrimitiveElement forNull ( ) has been added to this interface. |
No effect. |
| 18 |
Abstract method NutsPrimitiveElement forNumber ( Number ) has been added to this interface. |
No effect. |
| 19 |
Abstract method NutsPrimitiveElement forNumber ( String ) has been added to this interface. |
No effect. |
| 20 |
Abstract method NutsObjectElementBuilder forObject ( ) has been added to this interface. |
No effect. |
| 21 |
Abstract method NutsPrimitiveElement forString ( String ) has been added to this interface. |
No effect. |
| 22 |
Abstract method NutsPrimitiveElement forTrue ( ) has been added to this interface. |
No effect. |
| 23 |
Abstract method NutsContentType getContentType ( ) has been added to this interface. |
No effect. |
| 24 |
Abstract method Predicate<Type> getDestructTypeFilter ( ) has been added to this interface. |
No effect. |
| 25 |
Abstract method boolean isCompact ( ) has been added to this interface. |
No effect. |
| 26 |
Abstract method NutsIterableFormat iter ( NutsPrintStream ) has been added to this interface. |
No effect. |
| 27 |
Abstract method NutsElement parse ( File ) has been added to this interface. |
No effect. |
| 28 |
Abstract method T parse ( File, Class<T> ) has been added to this interface. |
No effect. |
| 29 |
Abstract method NutsElement parse ( InputStream ) has been added to this interface. |
No effect. |
| 30 |
Abstract method T parse ( InputStream, Class<T> ) has been added to this interface. |
No effect. |
| 31 |
Abstract method NutsElement parse ( Reader ) has been added to this interface. |
No effect. |
| 32 |
Abstract method T parse ( Reader, Class<T> ) has been added to this interface. |
No effect. |
| 33 |
Abstract method NutsElement parse ( String ) has been added to this interface. |
No effect. |
| 34 |
Abstract method T parse ( String, Class<T> ) has been added to this interface. |
No effect. |
| 35 |
Abstract method NutsElement parse ( URL ) has been added to this interface. |
No effect. |
| 36 |
Abstract method T parse ( URL, Class<T> ) has been added to this interface. |
No effect. |
| 37 |
Abstract method NutsElement parse ( Path ) has been added to this interface. |
No effect. |
| 38 |
Abstract method T parse ( Path, Class<T> ) has been added to this interface. |
No effect. |
| 39 |
Abstract method NutsElement parse ( byte[ ] ) has been added to this interface. |
No effect. |
| 40 |
Abstract method T parse ( byte[ ], Class<T> ) has been added to this interface. |
No effect. |
| 41 |
Abstract method NutsElementFormat setCompact ( boolean ) has been added to this interface. |
No effect. |
| 42 |
Abstract method NutsElementFormat setContentType ( NutsContentType ) has been added to this interface. |
No effect. |
| 43 |
Abstract method NutsElementFormat setDestructTypeFilter ( Predicate<Type> ) has been added to this interface. |
No effect. |
| 44 |
Abstract method void setMapper ( Class, NutsElementMapper ) has been added to this interface. |
No effect. |
| 45 |
Abstract method NutsElementFormat setNtf ( boolean ) has been added to this interface. |
No effect. |
| 46 |
Added super-interface NutsObjectFormat. |
No effect. |
[+] affected methods: 10 (0.2%)
NutsElementFormat.compilePath ( String p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.getValue ( )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.setSession ( NutsSession p1 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.setValue ( Object p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.toElement ( Object p1 )This abstract method is from 'NutsElementFormat' interface.
NutsFormatManager.element ( )Return value of this abstract method is of type 'NutsElementFormat'.
[+] interface NutsExecCommand 15
| Change | Effect |
|---|
| 1 |
Abstract method NutsExecCommandFormat formatter ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsPrintStream getErr ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsPrintStream getOut ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method String getRedirectInpuFile ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method String getRedirectOuputFile ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsRunAs getRunAs ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method int getSleepMillis ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method boolean isInheritSystemIO ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsExecCommand setErr ( NutsPrintStream ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsExecCommand setInheritSystemIO ( boolean ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsExecCommand setOut ( NutsPrintStream ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsExecCommand setRedirectInpuFile ( String ) has been added to this interface. |
No effect. |
| 13 |
Abstract method NutsExecCommand setRedirectOuputFile ( String ) has been added to this interface. |
No effect. |
| 14 |
Abstract method NutsExecCommand setRunAs ( NutsRunAs ) has been added to this interface. |
No effect. |
| 15 |
Abstract method NutsExecCommand setSleepMillis ( int ) has been added to this interface. |
No effect. |
[+] affected methods: 50 (0.8%)
NutsExecCommand.addCommand ( String... p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addCommand ( Collection<String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addEnv ( Map<String,String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOption ( String p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOptions ( String... p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOptions ( Collection<String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearCommand ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearEnv ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearExecutorOptions ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsExecCommand' interface.
...
[+] interface NutsExecCommandFormat 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsExecCommandFormat setNtf ( boolean ) has been added to this interface. |
No effect. |
[+] affected methods: 16 (0.3%)
NutsExecCommandFormat.getArgumentFilter ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getArgumentReplacer ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getEnvFilter ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getEnvReplacer ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getValue ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.isRedirectError ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.isRedirectInput ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.isRedirectOutput ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.setArgumentFilter ( Predicate<NutsExecCommandFormat.ArgEntry> p1 )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.setArgumentReplacer ( Function<NutsExecCommandFormat.ArgEntry,String> p1 )This abstract method is from 'NutsExecCommandFormat' interface.
...
[+] interface NutsExecutionContext 6
| Change | Effect |
|---|
| 1 |
Abstract method String[ ] getExecutorArguments ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method String getRedirectInputFile ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method String getRedirectOutputFile ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsRunAs getRunAs ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method long getSleepMillis ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method boolean isInheritSystemIO ( ) has been added to this interface. |
No effect. |
[+] affected methods: 18 (0.3%)
NutsExecutionContext.getArguments ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getCommandName ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getCwd ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getDefinition ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getEnv ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecSession ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutionType ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorDescriptor ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorProperties ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getTraceSession ( )This abstract method is from 'NutsExecutionContext' interface.
...
[+] interface NutsFetchCommand 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsFetchCommand addRepositoryFilter ( NutsRepositoryFilter ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsRepositoryFilter getRepositoryFilter ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsFetchCommand setRepositoryFilter ( NutsRepositoryFilter ) has been added to this interface. |
No effect. |
[+] affected methods: 51 (0.9%)
NutsFetchCommand.addScope ( NutsDependencyScope p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.addScope ( NutsDependencyScopePattern p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.addScopes ( NutsDependencyScope... p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.addScopes ( NutsDependencyScopePattern... p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.clearScopes ( )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsFetchCommand' interface.
NutsFetchCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsFetchCommand' interface.
NutsFetchCommand.copy ( )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.copyFrom ( NutsFetchCommand p1 )1st parameter 'p1' of this abstract method is of type 'NutsFetchCommand'.
...
[+] interface NutsFilterManager 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsInstallStatusFilterManager installStatus ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsFilterManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 20 (0.3%)
NutsFilterManager.all ( NutsFilter... p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.all ( Class<T> p1, NutsFilter... p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.always ( Class<T> p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.any ( NutsFilter... p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.any ( Class<T> p1, NutsFilter... p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.as ( Class<T> p1, NutsFilter p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.dependency ( )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.descriptor ( )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.detectType ( NutsFilter p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.id ( )This abstract method is from 'NutsFilterManager' interface.
...
[+] interface NutsFormat 9
| Change | Effect |
|---|
| 1 |
Abstract method NutsString format ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method boolean isNtf ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method void print ( NutsPrintStream ) has been added to this interface. |
No effect. |
| 4 |
Abstract method void print ( NutsSessionTerminal ) has been added to this interface. |
No effect. |
| 5 |
Abstract method void println ( OutputStream ) has been added to this interface. |
No effect. |
| 6 |
Abstract method void println ( NutsPrintStream ) has been added to this interface. |
No effect. |
| 7 |
Abstract method void println ( NutsSessionTerminal ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsFormat setNtf ( boolean ) has been added to this interface. |
No effect. |
| 9 |
Added super-interface NutsCommandLineConfigurable. |
No effect. |
[+] affected methods: 34 (0.6%)
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsCommandLineFormat.setSession ( NutsSession p1 )Return value of this method is of type 'NutsFormat'.
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsDependencyFormat.setSession ( NutsSession p1 )Return value of this method is of type 'NutsFormat'.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsElementFormat.setSession ( NutsSession p1 )Return value of this method is of type 'NutsFormat'.
NutsFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsFormat' interface.
NutsFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsFormat' interface.
NutsFormat.getSession ( )This abstract method is from 'NutsFormat' interface.
...
[+] interface NutsFormatManager 7
| Change | Effect |
|---|
| 1 |
Abstract method NutsElementFormat element ( Object ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsObjectFormat object ( Object ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsPropertiesFormat props ( Object ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsFormatManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsTableFormat table ( Object ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsTreeFormat tree ( Object ) has been added to this interface. |
No effect. |
[+] affected methods: 6 (0.1%)
NutsFormatManager.element ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.object ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.props ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.table ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.tree ( )This abstract method is from 'NutsFormatManager' interface.
NutsWorkspace.formats ( )Return value of this abstract method is of type 'NutsFormatManager'.
[+] interface NutsId 3
| Change | Effect |
|---|
| 1 |
Abstract method String getPackaging ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method String getRepository ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsTokenFilter repositoryToken ( ) has been added to this interface. |
No effect. |
[+] affected methods: 96 (1.6%)
NutsApplicationContext.getAppId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCall.getId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCallBuilder.getId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCallBuilder.setId ( NutsId p1 )1st parameter 'p1' of this abstract method is of type 'NutsId'.
NutsDefinition.getApiId ( )Return value of this abstract method is of type 'NutsId'.
NutsDefinition.getId ( )Return value of this abstract method is of type 'NutsId'.
NutsDependency.toId ( )Return value of this abstract method is of type 'NutsId'.
NutsDependencyBuilder.setId ( NutsId p1 )1st parameter 'p1' of this abstract method is of type 'NutsId'.
NutsDependencyFilter.acceptDependency ( NutsId p1, NutsDependency p2, NutsSession p3 )1st parameter 'p1' of this abstract method is of type 'NutsId'.
NutsDeployCommand.addId ( NutsId p1 )1st parameter 'p1' of this abstract method is of type 'NutsId'.
...
[+] interface NutsIdBuilder 4
| Change | Effect |
|---|
| 1 |
Abstract method String getPackaging ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method String getRepository ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsIdBuilder omitImportedGroupId ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsIdBuilder setRepository ( String ) has been added to this interface. |
No effect. |
[+] affected methods: 39 (0.7%)
NutsId.builder ( )Return value of this abstract method is of type 'NutsIdBuilder'.
NutsIdBuilder.addProperties ( String p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.apply ( Function<String,String> p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.build ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.clear ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getArch ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getArtifactId ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getClassifier ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getFace ( )This abstract method is from 'NutsIdBuilder' interface.
...
[+] interface NutsIdFilterManager 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsIdFilter byInstallStatus ( NutsInstallStatusFilter ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsIdFilterManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 5 (0.1%)
NutsFilterManager.id ( )Return value of this abstract method is of type 'NutsIdFilterManager'.
NutsIdFilterManager.byDefaultVersion ( Boolean p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byExpression ( String p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byName ( String... p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdManager.filter ( )Return value of this abstract method is of type 'NutsIdFilterManager'.
[+] interface NutsIdFormat 3
| Change | Effect |
|---|
| 1 |
Abstract method boolean isOmitRepository ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsIdFormat setNtf ( boolean ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsIdFormat setOmitRepository ( boolean ) has been added to this interface. |
No effect. |
[+] affected methods: 28 (0.5%)
NutsIdFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIdFormat' interface.
NutsIdFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIdFormat' interface.
NutsIdFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.getOmitProperties ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.getValue ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightImportedGroupId ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightOptional ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightScope ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitClassifier ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitFace ( )This abstract method is from 'NutsIdFormat' interface.
...
[+] interface NutsIdManager 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsId parse ( String ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsIdManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 8 (0.1%)
NutsIdManager.builder ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.filter ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.formatter ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.formatter ( NutsId p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.parser ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.resolveId ( Class p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.resolveIds ( Class p1 )This abstract method is from 'NutsIdManager' interface.
NutsWorkspace.id ( )Return value of this abstract method is of type 'NutsIdManager'.
[+] interface NutsImportManager 7
| Change | Effect |
|---|
| 1 |
Abstract method NutsImportManager add ( String[ ] ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method boolean isImportedGroupId ( String ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsImportManager remove ( String[ ] ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsImportManager removeAll ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsImportManager set ( String[ ] ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsImportManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 2 (0.03%)
NutsImportManager.getAll ( )This abstract method is from 'NutsImportManager' interface.
NutsWorkspace.imports ( )Return value of this abstract method is of type 'NutsImportManager'.
[+] interface NutsInfoFormat 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsInfoFormat setNtf ( boolean ) has been added to this interface. |
No effect. |
[+] affected methods: 12 (0.2%)
NutsInfoFormat.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.addProperty ( String p1, String p2 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.isFancy ( )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.isShowRepositories ( )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setFancy ( boolean p1 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setSession ( NutsSession p1 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsInfoFormat' interface.
...
[+] interface NutsInput 9
| Change | Effect |
|---|
| 1 |
Abstract method String getContentEncoding ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method String getContentType ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method Path getFilePath ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsString getFormattedName ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method Instant getLastModifiedInstant ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method List<String> head ( int ) has been added to this interface. |
No effect. |
| 7 |
Abstract method boolean isFile ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method Stream<String> lines ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method List<String> tail ( int ) has been added to this interface. |
No effect. |
[+] affected methods: 12 (0.2%)
NutsInput.close ( )This abstract method is from 'NutsInput' interface.
NutsInput.getName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getSource ( )This abstract method is from 'NutsInput' interface.
NutsInput.getTypeName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getURL ( )This abstract method is from 'NutsInput' interface.
NutsInput.isURL ( )This abstract method is from 'NutsInput' interface.
NutsInput.length ( )This abstract method is from 'NutsInput' interface.
NutsInput.open ( )This abstract method is from 'NutsInput' interface.
NutsIOCopyAction.from ( NutsInput p1 )1st parameter 'p1' of this abstract method is of type 'NutsInput'.
NutsIOCopyAction.setSource ( NutsInput p1 )1st parameter 'p1' of this abstract method is of type 'NutsInput'.
...
[+] interface NutsInstallCommand 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsInstallCommand setId ( String ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsInstallCommand setId ( NutsId ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsInstallCommand setIds ( String... ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsInstallCommand setIds ( NutsId... ) has been added to this interface. |
No effect. |
[+] affected methods: 40 (0.7%)
NutsInstallCommand.addArg ( String p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addArgs ( String... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addConditionalArgs ( Predicate<NutsDefinition> p1, String... p2 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addId ( String p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addId ( NutsId p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addIds ( String... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.clearArgs ( )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.clearIds ( )This abstract method is from 'NutsInstallCommand' interface.
...
[+] interface NutsInstallInformation 4
| Change | Effect |
|---|
| 1 |
Abstract method Instant getCreatedInstant ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method String getInstallFolder ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsInstallStatus getInstallStatus ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method Instant getLastModifiedInstant ( ) has been added to this interface. |
No effect. |
[+] affected methods: 14 (0.2%)
NutsDefinition.getInstallInformation ( )Return value of this abstract method is of type 'NutsInstallInformation'.
NutsFetchCommand.getResultInstallInformation ( )Return value of this abstract method is of type 'NutsInstallInformation'.
NutsInstallInformation.getId ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getInstallUser ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getSourceRepositoryName ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getSourceRepositoryUUID ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isDefaultVersion ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isInstalledOrRequired ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isJustInstalled ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isJustReInstalled ( )This abstract method is from 'NutsInstallInformation' interface.
...
[+] interface NutsIOCopyAction 6
| Change | Effect |
|---|
| 1 |
Abstract method boolean isMkdirs ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method boolean isRecursive ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsIOCopyAction setMkdirs ( boolean ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsIOCopyAction setRecursive ( boolean ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsIOCopyAction setTarget ( String ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsIOCopyAction setTarget ( NutsPath ) has been added to this interface. |
No effect. |
[+] affected methods: 45 (0.8%)
NutsIOCopyAction.from ( File p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( InputStream p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( Object p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( String p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( URL p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( Path p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( NutsInput p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getByteArrayResult ( )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getSession ( )This abstract method is from 'NutsIOCopyAction' interface.
...
[+] interface NutsIOHashAction 7
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsIOHashAction setSession ( NutsSession ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsIOHashAction setSource ( File ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsIOHashAction setSource ( InputStream ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsIOHashAction setSource ( Path ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsIOHashAction setSource ( NutsDescriptor ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsIOHashAction setSource ( NutsPath ) has been added to this interface. |
No effect. |
[+] affected methods: 9 (0.2%)
NutsIOHashAction.algorithm ( String p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.computeBytes ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.computeString ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.getAlgorithm ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.md5 ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setAlgorithm ( String p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.sha1 ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.writeHash ( OutputStream p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOManager.hash ( )Return value of this abstract method is of type 'NutsIOHashAction'.
[+] interface NutsIOLockAction 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsIOLockAction setResource ( Object ) has been added to this interface. |
No effect. |
[+] affected methods: 13 (0.2%)
NutsConcurrentManager.lock ( )Return value of this abstract method is of type 'NutsIOLockAction'.
NutsIOLockAction.call ( Callable<T> p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.call ( Callable<T> p1, long p2, TimeUnit p3 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.create ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getResource ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getSession ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getSource ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.run ( Runnable p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.run ( Runnable p1, long p2, TimeUnit p3 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.setResource ( File p1 )This abstract method is from 'NutsIOLockAction' interface.
...
[+] interface NutsIOManager 23
| Change | Effect |
|---|
| 1 |
Abstract method NutsIOManager addPathFactory ( NutsPathFactory ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsMemoryPrintStream createMemoryPrintStream ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsPrintStream createPrintStream ( OutputStream ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsPrintStream createPrintStream ( OutputStream, NutsTerminalMode ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsPrintStream createPrintStream ( Writer ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsInputAction input ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method boolean isStandardErrorStream ( NutsPrintStream ) has been added to this interface. |
No effect. |
| 9 |
Abstract method boolean isStandardInputStream ( InputStream ) has been added to this interface. |
No effect. |
| 10 |
Abstract method boolean isStandardOutputStream ( NutsPrintStream ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsPrintStream nullPrintStream ( ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsOutputAction output ( ) has been added to this interface. |
No effect. |
| 13 |
Abstract method NutsPath path ( File ) has been added to this interface. |
No effect. |
| 14 |
Abstract method NutsPath path ( String ) has been added to this interface. |
No effect. |
| 15 |
Abstract method NutsPath path ( String, ClassLoader ) has been added to this interface. |
No effect. |
| 16 |
Abstract method NutsPath path ( URL ) has been added to this interface. |
No effect. |
| 17 |
Abstract method NutsPath path ( Path ) has been added to this interface. |
No effect. |
| 18 |
Abstract method NutsIOManager removePathFactory ( NutsPathFactory ) has been added to this interface. |
No effect. |
| 19 |
Abstract method NutsIOManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
| 20 |
Abstract method NutsPrintStream stderr ( ) has been added to this interface. |
No effect. |
| 21 |
Abstract method InputStream stdin ( ) has been added to this interface. |
No effect. |
| 22 |
Abstract method NutsPrintStream stdout ( ) has been added to this interface. |
No effect. |
| 23 |
Abstract method NutsTempAction tmp ( ) has been added to this interface. |
No effect. |
[+] affected methods: 11 (0.2%)
NutsIOManager.compress ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.copy ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.delete ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.expandPath ( String p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.expandPath ( String p1, String p2 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.hash ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.monitor ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.nullInputStream ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.ps ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.uncompress ( )This abstract method is from 'NutsIOManager' interface.
...
[+] interface NutsIOProcessAction 2
| Change | Effect |
|---|
| 1 |
Abstract method boolean isSupportedKillProcess ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method boolean killProcess ( String ) has been added to this interface. |
No effect. |
[+] affected methods: 11 (0.2%)
NutsIOManager.ps ( )Return value of this abstract method is of type 'NutsIOProcessAction'.
NutsIOProcessAction.failFast ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.failFast ( boolean p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getResultList ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getSession ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getType ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.isFailFast ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.setFailFast ( boolean p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.setSession ( NutsSession p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.setType ( String p1 )This abstract method is from 'NutsIOProcessAction' interface.
...
[+] interface NutsIOUncompressAction 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsIOUncompressAction visit ( NutsIOUncompressVisitor ) has been added to this interface. |
No effect. |
[+] affected methods: 39 (0.7%)
NutsIOManager.uncompress ( )Return value of this abstract method is of type 'NutsIOUncompressAction'.
NutsIOUncompressAction.from ( File p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( InputStream p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( Object p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( String p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( URL p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( Path p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getFormat ( )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getFormatOption ( String p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOUncompressAction' interface.
...
[+] interface NutsIterableFormat 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsContentType getOutputFormat ( ) has been added to this interface. |
No effect. |
| 2 |
Added super-interface NutsCommandLineConfigurable. |
No effect. |
[+] affected methods: 5 (0.1%)
NutsIterableFormat.complete ( long p1 )This abstract method is from 'NutsIterableFormat' interface.
NutsIterableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIterableFormat' interface.
NutsIterableFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsIterableFormat' interface.
NutsIterableFormat.next ( Object p1, long p2 )This abstract method is from 'NutsIterableFormat' interface.
NutsIterableFormat.start ( )This abstract method is from 'NutsIterableFormat' interface.
[+] interface NutsLogger 4
| Change | Effect |
|---|
| 1 |
Abstract method void log ( NutsSession, Level, String, Throwable ) has been added to this interface. |
No effect. |
| 2 |
Abstract method void log ( NutsSession, Level, NutsLogVerb, String ) has been added to this interface. |
No effect. |
| 3 |
Abstract method void log ( NutsSession, Level, NutsLogVerb, String, Object... ) has been added to this interface. |
No effect. |
| 4 |
Abstract method void log ( NutsSession, Level, NutsLogVerb, Supplier<String> ) has been added to this interface. |
No effect. |
[+] affected methods: 5 (0.1%)
NutsLogger.isLoggable ( Level p1 )This abstract method is from 'NutsLogger' interface.
NutsLogger.log ( LogRecord p1 )This abstract method is from 'NutsLogger' interface.
NutsLogger.with ( )This abstract method is from 'NutsLogger' interface.
NutsLogManager.of ( Class p1 )Return value of this abstract method is of type 'NutsLogger'.
NutsLogManager.of ( String p1 )Return value of this abstract method is of type 'NutsLogger'.
[+] interface NutsLoggerOp 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsLoggerOp session ( NutsSession ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsLoggerOp verb ( NutsLogVerb ) has been added to this interface. |
No effect. |
[+] affected methods: 9 (0.2%)
NutsLogger.with ( )Return value of this abstract method is of type 'NutsLoggerOp'.
NutsLoggerOp.error ( Throwable p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.formatted ( )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.formatted ( boolean p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.level ( Level p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.log ( String p1, Object... p2 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.log ( Supplier<String> p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.style ( NutsTextFormatStyle p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.time ( long p1 )This abstract method is from 'NutsLoggerOp' interface.
[+] interface NutsLogManager 6
| Change | Effect |
|---|
| 1 |
Abstract method NutsLogManager addHandler ( Handler ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsLogManager removeHandler ( Handler ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsLogManager setFileLevel ( Level ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsLogManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsLogManager setTermLevel ( Level ) has been added to this interface. |
No effect. |
[+] affected methods: 8 (0.1%)
NutsLogManager.getFileHandler ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getFileLevel ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getHandlers ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getTermHandler ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getTermLevel ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.of ( Class p1 )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.of ( String p1 )This abstract method is from 'NutsLogManager' interface.
NutsWorkspace.log ( )Return value of this abstract method is of type 'NutsLogManager'.
[+] interface NutsMonitorAction 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsString getName ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsMonitorAction setName ( NutsString ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsMonitorAction setSource ( NutsPath ) has been added to this interface. |
No effect. |
[+] affected methods: 21 (0.4%)
NutsIOManager.monitor ( )Return value of this abstract method is of type 'NutsMonitorAction'.
NutsMonitorAction.create ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.createSource ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getLength ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getOrigin ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getProgressFactory ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getSession ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getSourceTypeName ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.isLogProgress ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.setLength ( long p1 )This abstract method is from 'NutsMonitorAction' interface.
...
[+] interface NutsObjectElement 37
| Change | Effect |
|---|
| 1 |
Abstract method NutsElement get ( NutsElement ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsArrayElement getArray ( String ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsArrayElement getArray ( NutsElement ) has been added to this interface. |
No effect. |
| 4 |
Abstract method boolean getBoolean ( String ) has been added to this interface. |
No effect. |
| 5 |
Abstract method boolean getBoolean ( NutsElement ) has been added to this interface. |
No effect. |
| 6 |
Abstract method byte getByte ( String ) has been added to this interface. |
No effect. |
| 7 |
Abstract method byte getByte ( NutsElement ) has been added to this interface. |
No effect. |
| 8 |
Abstract method double getDouble ( String ) has been added to this interface. |
No effect. |
| 9 |
Abstract method double getDouble ( NutsElement ) has been added to this interface. |
No effect. |
| 10 |
Abstract method float getFloat ( String ) has been added to this interface. |
No effect. |
| 11 |
Abstract method float getFloat ( NutsElement ) has been added to this interface. |
No effect. |
| 12 |
Abstract method Instant getInstant ( String ) has been added to this interface. |
No effect. |
| 13 |
Abstract method Instant getInstant ( NutsElement ) has been added to this interface. |
No effect. |
| 14 |
Abstract method int getInt ( String ) has been added to this interface. |
No effect. |
| 15 |
Abstract method int getInt ( NutsElement ) has been added to this interface. |
No effect. |
| 16 |
Abstract method long getLong ( String ) has been added to this interface. |
No effect. |
| 17 |
Abstract method long getLong ( NutsElement ) has been added to this interface. |
No effect. |
| 18 |
Abstract method Number getNumber ( String ) has been added to this interface. |
No effect. |
| 19 |
Abstract method Number getNumber ( NutsElement ) has been added to this interface. |
No effect. |
| 20 |
Abstract method NutsObjectElement getObject ( String ) has been added to this interface. |
No effect. |
| 21 |
Abstract method NutsObjectElement getObject ( NutsElement ) has been added to this interface. |
No effect. |
| 22 |
Abstract method NutsElement getSafe ( String ) has been added to this interface. |
No effect. |
| 23 |
Abstract method NutsElement getSafe ( NutsElement ) has been added to this interface. |
No effect. |
| 24 |
Abstract method NutsArrayElement getSafeArray ( String ) has been added to this interface. |
No effect. |
| 25 |
Abstract method NutsArrayElement getSafeArray ( NutsElement ) has been added to this interface. |
No effect. |
| 26 |
Abstract method Integer getSafeInt ( String ) has been added to this interface. |
No effect. |
| 27 |
Abstract method Integer getSafeInt ( String, int ) has been added to this interface. |
No effect. |
| 28 |
Abstract method NutsObjectElement getSafeObject ( String ) has been added to this interface. |
No effect. |
| 29 |
Abstract method NutsObjectElement getSafeObject ( NutsElement ) has been added to this interface. |
No effect. |
| 30 |
Abstract method String getSafeString ( String ) has been added to this interface. |
No effect. |
| 31 |
Abstract method String getSafeString ( String, String ) has been added to this interface. |
No effect. |
| 32 |
Abstract method short getShort ( String ) has been added to this interface. |
No effect. |
| 33 |
Abstract method short getShort ( NutsElement ) has been added to this interface. |
No effect. |
| 34 |
Abstract method String getString ( String ) has been added to this interface. |
No effect. |
| 35 |
Abstract method String getString ( NutsElement ) has been added to this interface. |
No effect. |
| 36 |
Abstract method Stream<NutsElementEntry> stream ( ) has been added to this interface. |
No effect. |
| 37 |
Added super-interface java.lang.Iterable<NutsElementEntry>. |
No effect. |
[+] affected methods: 6 (0.1%)
NutsObjectElement.children ( )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.get ( String p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.size ( )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElementBuilder.add ( NutsObjectElement p1 )1st parameter 'p1' of this abstract method is of type 'NutsObjectElement'.
NutsObjectElementBuilder.build ( )Return value of this abstract method is of type 'NutsObjectElement'.
NutsObjectElementBuilder.set ( NutsObjectElement p1 )1st parameter 'p1' of this abstract method is of type 'NutsObjectElement'.
[+] interface NutsObjectElementBuilder 12
| Change | Effect |
|---|
| 1 |
Abstract method NutsObjectElementBuilder add ( NutsElementEntry ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsElement get ( NutsElement ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsObjectElementBuilder remove ( NutsElement ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsObjectElementBuilder set ( String, double ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsObjectElementBuilder set ( String, int ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsObjectElementBuilder set ( String, String ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsObjectElementBuilder set ( String, boolean ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsObjectElementBuilder set ( NutsElement, double ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsObjectElementBuilder set ( NutsElement, int ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsObjectElementBuilder set ( NutsElement, String ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsObjectElementBuilder set ( NutsElement, NutsElement ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsObjectElementBuilder set ( NutsElement, boolean ) has been added to this interface. |
No effect. |
[+] affected methods: 11 (0.2%)
NutsObjectElementBuilder.add ( NutsObjectElement p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.add ( NutsObjectElementBuilder p1 )1st parameter 'p1' of this abstract method is of type 'NutsObjectElementBuilder'.
NutsObjectElementBuilder.build ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.children ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.clear ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.get ( String p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.remove ( String p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.set ( String p1, NutsElement p2 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.set ( NutsObjectElement p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.set ( NutsObjectElementBuilder p1 )1st parameter 'p1' of this abstract method is of type 'NutsObjectElementBuilder'.
...
[+] interface NutsObjectFormat 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsObjectFormat setNtf ( boolean ) has been added to this interface. |
No effect. |
[+] affected methods: 8 (0.1%)
NutsFormatManager.object ( )Return value of this abstract method is of type 'NutsObjectFormat'.
NutsObjectFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.getValue ( )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setSession ( NutsSession p1 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setValue ( Object p1 )This abstract method is from 'NutsObjectFormat' interface.
[+] interface NutsOutput 1
| Change | Effect |
|---|
| 1 |
Abstract method Path getFilePath ( ) has been added to this interface. |
No effect. |
[+] affected methods: 14 (0.2%)
NutsIOCompressAction.setTarget ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsIOCompressAction.to ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsIOCopyAction.setTarget ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsIOCopyAction.to ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsIOUncompressAction.setTarget ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsIOUncompressAction.to ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsOutput.close ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getName ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getSource ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getTypeName ( )This abstract method is from 'NutsOutput' interface.
...
[+] interface NutsPrimitiveElement 5
| Change | Effect |
|---|
| 1 |
Abstract method byte getByte ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method Instant getInstant ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method short getShort ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method boolean isByte ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method boolean isShort ( ) has been added to this interface. |
No effect. |
[+] affected methods: 13 (0.2%)
NutsPrimitiveElement.getBoolean ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getDouble ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getFloat ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getInt ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getLong ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getNumber ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getString ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getValue ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.isDouble ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.isFloat ( )This abstract method is from 'NutsPrimitiveElement' interface.
...
[+] interface NutsProgressEvent 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsString getMessage ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsWorkspace getWorkspace ( ) has been added to this interface. |
No effect. |
[+] affected methods: 13 (0.2%)
NutsProgressEvent.getCurrentValue ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getError ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getMaxValue ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getPartialMillis ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getPartialValue ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getPercent ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getSession ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getSource ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getTimeMillis ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.isIndeterminate ( )This abstract method is from 'NutsProgressEvent' interface.
...
[+] interface NutsProgressMonitor 3
| Change | Effect |
|---|
| 1 |
Method void onComplete ( NutsProgressEvent ) became default. |
No effect. |
| 2 |
Method boolean onProgress ( NutsProgressEvent ) became default. |
No effect. |
| 3 |
Method void onStart ( NutsProgressEvent ) became default. |
No effect. |
[+] affected methods: 3 (0.1%)
NutsProgressMonitor.onComplete ( NutsProgressEvent p1 )This abstract method is from 'NutsProgressMonitor' interface.
NutsProgressMonitor.onProgress ( NutsProgressEvent p1 )This abstract method is from 'NutsProgressMonitor' interface.
NutsProgressMonitor.onStart ( NutsProgressEvent p1 )This abstract method is from 'NutsProgressMonitor' interface.
[+] interface NutsPropertiesFormat 5
| Change | Effect |
|---|
| 1 |
Abstract method boolean isSorted ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsPropertiesFormat setNtf ( boolean ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsPropertiesFormat setSorted ( boolean ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsPropertiesFormat setValue ( Object ) has been added to this interface. |
No effect. |
| 5 |
Added super-interface NutsObjectFormat. |
No effect. |
[+] affected methods: 9 (0.2%)
NutsFormatManager.props ( )Return value of this abstract method is of type 'NutsPropertiesFormat'.
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.getModel ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.getSeparator ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setSeparator ( String p1 )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setSession ( NutsSession p1 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsPropertiesFormat' interface.
[+] interface NutsQuestion<T> 7
| Change | Effect |
|---|
| 1 |
Abstract method String getCancelMessage ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method Object[ ] getCancelMessageParameters ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method boolean isResetLine ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsQuestion<T> resetLine ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsQuestion<T> resetLine ( boolean ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsQuestion<T> setCancelMessage ( String, Object... ) has been added to this interface. |
No effect. |
| 7 |
Added super-interface NutsCommandLineConfigurable. |
No effect. |
[+] affected methods: 37 (0.6%)
NutsQuestion<T>.configure ( boolean p1, String[ ] p2 )This method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.configure ( boolean p1, String... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forBoolean ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forDouble ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forEnum ( Class<K> p1, String p2, Object... p3 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forFloat ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forInteger ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forLong ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forPassword ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forString ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
...
[+] interface NutsRepository 7
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepository addRepositoryListener ( NutsRepositoryListener ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsRepository addUserPropertyListener ( NutsMapListener<String,Object> ) has been added to this interface. |
No effect. |
| 3 |
Abstract method boolean isAvailable ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method boolean isAvailable ( boolean ) has been added to this interface. |
No effect. |
| 5 |
Abstract method boolean isRemote ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsRepository removeRepositoryListener ( NutsRepositoryListener ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsRepository removeUserPropertyListener ( NutsMapListener<String,Object> ) has been added to this interface. |
No effect. |
[+] affected methods: 27 (0.5%)
NutsContentEvent.getRepository ( )Return value of this abstract method is of type 'NutsRepository'.
NutsRepository.config ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.env ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getName ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getParentRepository ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryListeners ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryType ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getUserProperties ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getUserPropertyListeners ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getUuid ( )This abstract method is from 'NutsRepository' interface.
...
[+] interface NutsRepositoryConfigManager 18
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepository findMirror ( String ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsRepository findMirrorById ( String ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsRepository findMirrorByName ( String ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsRepository getMirror ( String ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsRepository[ ] getMirrors ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsRepositoryRef getRepositoryRef ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method String getStoreLocation ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method String getStoreLocation ( NutsStoreLocation ) has been added to this interface. |
No effect. |
| 10 |
Abstract method boolean isIndexSubscribed ( ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsRepositoryConfigManager removeMirror ( String ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsRepositoryConfigManager setEnabled ( boolean ) has been added to this interface. |
No effect. |
| 13 |
Abstract method NutsRepositoryConfigManager setIndexEnabled ( boolean ) has been added to this interface. |
No effect. |
| 14 |
Abstract method NutsRepositoryConfigManager setMirrorEnabled ( String, boolean ) has been added to this interface. |
No effect. |
| 15 |
Abstract method NutsRepositoryConfigManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
| 16 |
Abstract method NutsRepositoryConfigManager setTemporary ( boolean ) has been added to this interface. |
No effect. |
| 17 |
Abstract method NutsRepositoryConfigManager subscribeIndex ( ) has been added to this interface. |
No effect. |
| 18 |
Abstract method NutsRepositoryConfigManager unsubscribeIndex ( ) has been added to this interface. |
No effect. |
[+] affected methods: 13 (0.2%)
NutsRepository.config ( )Return value of this abstract method is of type 'NutsRepositoryConfigManager'.
NutsRepositoryConfigManager.addMirror ( NutsAddRepositoryOptions p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getDeployOrder ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getGlobalName ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getGroups ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getLocation ( boolean p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getSpeed ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getStoreLocationStrategy ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getType ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.isEnabled ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
...
[+] interface NutsRepositoryEnvManager 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsRepositoryEnvManager set ( String, String ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsRepositoryEnvManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 5 (0.1%)
NutsRepository.env ( )Return value of this abstract method is of type 'NutsRepositoryEnvManager'.
NutsRepositoryEnvManager.get ( String p1, String p2 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.get ( String p1, String p2, boolean p3 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.toMap ( )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.toMap ( boolean p1 )This abstract method is from 'NutsRepositoryEnvManager' interface.
[+] interface NutsRepositoryFilterManager 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepositoryFilter installedRepo ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsRepositoryFilterManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 4 (0.1%)
NutsFilterManager.repository ( )Return value of this abstract method is of type 'NutsRepositoryFilterManager'.
NutsRepositoryFilterManager.byName ( String... p1 )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.byUuid ( String... p1 )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryManager.filter ( )Return value of this abstract method is of type 'NutsRepositoryFilterManager'.
[+] interface NutsRepositoryManager 10
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepository addRepository ( String ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsRepository findRepository ( String ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsRepository findRepositoryById ( String ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsRepository findRepositoryByName ( String ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsRepository[ ] getRepositories ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsRepository getRepository ( String ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsRepositoryManager removeAllRepositories ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsRepositoryManager removeRepository ( String ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsRepositoryManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 3 (0.1%)
NutsRepositoryManager.addRepository ( NutsAddRepositoryOptions p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.filter ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsWorkspace.repos ( )Return value of this abstract method is of type 'NutsRepositoryManager'.
[+] interface NutsRepositorySecurityManager 10
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepositorySecurityManager checkCredentials ( char[ ], char[ ] ) has been added to this interface. |
No effect. |
| 2 |
Abstract method char[ ] createCredentials ( char[ ], boolean, char[ ] ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsUser[ ] findUsers ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsAuthenticationAgent getAuthenticationAgent ( String ) has been added to this interface. |
No effect. |
| 5 |
Abstract method char[ ] getCredentials ( char[ ] ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsUser getEffectiveUser ( String ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method boolean removeCredentials ( char[ ] ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsRepositorySecurityManager setAuthenticationAgent ( String ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsRepositorySecurityManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 6 (0.1%)
NutsRepository.security ( )Return value of this abstract method is of type 'NutsRepositorySecurityManager'.
NutsRepositorySecurityManager.addUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.checkAllowed ( String p1, String p2 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.isAllowed ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.removeUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.updateUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
[+] interface NutsSdkManager 15
| Change | Effect |
|---|
| 1 |
Abstract method boolean add ( NutsSdkLocation ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsSdkLocation[ ] find ( String, Predicate<NutsSdkLocation> ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsSdkLocation find ( NutsSdkLocation ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsSdkLocation findByName ( String, String ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsSdkLocation findByPath ( String, String ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsSdkLocation findByVersion ( String, String ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsSdkLocation findByVersion ( String, NutsVersionFilter ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsSdkLocation findOne ( String, Predicate<NutsSdkLocation> ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method boolean remove ( NutsSdkLocation ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsSdkLocation resolve ( String, String, String ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsSdkLocation[ ] searchSystem ( String ) has been added to this interface. |
No effect. |
| 13 |
Abstract method NutsSdkLocation[ ] searchSystem ( String, String ) has been added to this interface. |
No effect. |
| 14 |
Abstract method NutsSdkManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
| 15 |
Abstract method boolean update ( NutsSdkLocation, NutsSdkLocation ) has been added to this interface. |
No effect. |
[+] affected methods: 2 (0.03%)
NutsSdkManager.findSdkTypes ( )This abstract method is from 'NutsSdkManager' interface.
NutsWorkspace.sdks ( )Return value of this abstract method is of type 'NutsSdkManager'.
[+] interface NutsSearchCommand 11
| Change | Effect |
|---|
| 1 |
Abstract method NutsSearchCommand addRepositoryFilter ( NutsRepositoryFilter ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsInstallStatusFilter getInstallStatus ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsResultList<NutsDependencies> getResultDependencies ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsResultList<NutsDependency> getResultInlineDependencies ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsVersion getTargetApiVersion ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsSearchCommand setId ( String ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsSearchCommand setId ( NutsId ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsSearchCommand setIds ( String... ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsSearchCommand setIds ( NutsId... ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsSearchCommand setInstallStatus ( NutsInstallStatusFilter ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsSearchCommand setTargetApiVersion ( NutsVersion ) has been added to this interface. |
No effect. |
[+] affected methods: 129 (2.2%)
NutsSearchCommand.addArch ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addArchs ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addArchs ( Collection<String> p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addId ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addId ( NutsId p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addIds ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedId ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedId ( NutsId p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedIds ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
...
[+] interface NutsServiceLoader<T,B> 1
| Change | Effect |
|---|
| 1 |
Abstract method T loadBest ( B ) has been added to this interface. |
No effect. |
[+] affected methods: 1 (0.02%)
NutsServiceLoader<T,B>.loadAll ( B p1 )This abstract method is from 'NutsServiceLoader<T,B>' interface.
[+] interface NutsSession 45
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession configure ( NutsWorkspaceOptions ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsSession copyFrom ( NutsWorkspaceOptions ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsArrayElementBuilder eout ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsPrintStream err ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsSession flush ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsId getAppId ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method Boolean getBot ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method Boolean getDebug ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsArrayElementBuilder getElemOut ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method String getErrLinePrefix ( ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsExecutionType getExecutionType ( ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsIterableFormat getIterableOutput ( ) has been added to this interface. |
No effect. |
| 13 |
Abstract method String getLocale ( ) has been added to this interface. |
No effect. |
| 14 |
Abstract method Filter getLogFileFilter ( ) has been added to this interface. |
No effect. |
| 15 |
Abstract method Level getLogFileLevel ( ) has been added to this interface. |
No effect. |
| 16 |
Abstract method Filter getLogTermFilter ( ) has been added to this interface. |
No effect. |
| 17 |
Abstract method Level getLogTermLevel ( ) has been added to this interface. |
No effect. |
| 18 |
Abstract method String getOutLinePrefix ( ) has been added to this interface. |
No effect. |
| 19 |
Abstract method NutsContentType getOutputFormat ( ) has been added to this interface. |
No effect. |
| 20 |
Abstract method NutsContentType getOutputFormat ( NutsContentType ) has been added to this interface. |
No effect. |
| 21 |
Abstract method NutsRunAs getRunAs ( ) has been added to this interface. |
No effect. |
| 22 |
Abstract method boolean isBot ( ) has been added to this interface. |
No effect. |
| 23 |
Abstract method boolean isDebug ( ) has been added to this interface. |
No effect. |
| 24 |
Abstract method boolean isDry ( ) has been added to this interface. |
No effect. |
| 25 |
Abstract method boolean isGui ( ) has been added to this interface. |
No effect. |
| 26 |
Abstract method NutsPrintStream out ( ) has been added to this interface. |
No effect. |
| 27 |
Abstract method NutsSession setAppId ( NutsId ) has been added to this interface. |
No effect. |
| 28 |
Abstract method NutsSession setBot ( Boolean ) has been added to this interface. |
No effect. |
| 29 |
Abstract method NutsSession setDebug ( Boolean ) has been added to this interface. |
No effect. |
| 30 |
Abstract method NutsSession setDry ( Boolean ) has been added to this interface. |
No effect. |
| 31 |
Abstract method NutsSession setElemOut ( NutsArrayElementBuilder ) has been added to this interface. |
No effect. |
| 32 |
Abstract method NutsSession setErrLinePrefix ( String ) has been added to this interface. |
No effect. |
| 33 |
Abstract method NutsSession setExecutionType ( NutsExecutionType ) has been added to this interface. |
No effect. |
| 34 |
Abstract method NutsSession setGui ( Boolean ) has been added to this interface. |
No effect. |
| 35 |
Abstract method NutsSession setIterableOut ( boolean ) has been added to this interface. |
No effect. |
| 36 |
Abstract method NutsSession setLocale ( String ) has been added to this interface. |
No effect. |
| 37 |
Abstract method NutsSession setLogFileFilter ( Filter ) has been added to this interface. |
No effect. |
| 38 |
Abstract method NutsSession setLogFileLevel ( Level ) has been added to this interface. |
No effect. |
| 39 |
Abstract method NutsSession setLogFilter ( Filter ) has been added to this interface. |
No effect. |
| 40 |
Abstract method NutsSession setLogLevel ( Level ) has been added to this interface. |
No effect. |
| 41 |
Abstract method NutsSession setOutLinePrefix ( String ) has been added to this interface. |
No effect. |
| 42 |
Abstract method NutsSession setOutputFormat ( NutsContentType ) has been added to this interface. |
No effect. |
| 43 |
Abstract method NutsSession setRunAs ( NutsRunAs ) has been added to this interface. |
No effect. |
| 44 |
Abstract method NutsSession setTrace ( Boolean ) has been added to this interface. |
No effect. |
| 45 |
Added super-interface NutsCommandLineConfigurable. |
No effect. |
[+] affected methods: 161 (2.7%)
NutsAddOptions.getSession ( )Return value of this method is of type 'NutsSession'.
NutsAddOptions.setSession ( NutsSession session )1st parameter 'session' of this method is of type 'NutsSession'.
NutsAddUserCommand.setSession ( NutsSession p1 )1st parameter 'p1' of this abstract method is of type 'NutsSession'.
NutsAddUserCommand.setSession ( NutsSession p1 )1st parameter 'p1' of this method is of type 'NutsSession'.
NutsApplication.run ( NutsSession session, String[ ] args )1st parameter 'session' of this method is of type 'NutsSession'.
NutsApplicationContext.getSession ( )Return value of this abstract method is of type 'NutsSession'.
NutsApplicationContext.setSession ( NutsSession p1 )1st parameter 'p1' of this abstract method is of type 'NutsSession'.
NutsArtifactFilter.acceptSearchId ( NutsSearchId p1, NutsSession p2 )2nd parameter 'p2' of this abstract method is of type 'NutsSession'.
NutsAuthenticationAgent.checkCredentials ( char[ ] p1, char[ ] p2, Map<String,String> p3, NutsSession p4 )4th parameter 'p4' of this abstract method is of type 'NutsSession'.
NutsAuthenticationAgent.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, Map<String,String> p4, NutsSession p5 )5th parameter 'p5' of this abstract method is of type 'NutsSession'.
...
[+] interface NutsSessionTerminal 21
| Change | Effect |
|---|
| 1 |
Abstract method NutsQuestion<T> ask ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsPrintStream err ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsPrintStream getErr ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method InputStream getIn ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsPrintStream getOut ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method InputStream in ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsPrintStream out ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsSessionTerminal printProgress ( float, String, Object... ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsSessionTerminal printProgress ( float, NutsMessage ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsSessionTerminal printProgress ( String, Object... ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsSessionTerminal printProgress ( NutsMessage ) has been added to this interface. |
No effect. |
| 12 |
Abstract method String readLine ( String, Object... ) has been added to this interface. |
No effect. |
| 13 |
Abstract method String readLine ( NutsPrintStream, String, Object... ) has been added to this interface. |
No effect. |
| 14 |
Abstract method String readLine ( NutsPrintStream, NutsMessage ) has been added to this interface. |
No effect. |
| 15 |
Abstract method String readLine ( NutsPrintStream, NutsMessage, NutsSession ) has been added to this interface. |
No effect. |
| 16 |
Abstract method char[ ] readPassword ( String, Object... ) has been added to this interface. |
No effect. |
| 17 |
Abstract method char[ ] readPassword ( NutsPrintStream, String, Object... ) has been added to this interface. |
No effect. |
| 18 |
Abstract method char[ ] readPassword ( NutsPrintStream, NutsMessage ) has been added to this interface. |
No effect. |
| 19 |
Abstract method char[ ] readPassword ( NutsPrintStream, NutsMessage, NutsSession ) has been added to this interface. |
No effect. |
| 20 |
Abstract method void setErr ( NutsPrintStream ) has been added to this interface. |
No effect. |
| 21 |
Abstract method void setOut ( NutsPrintStream ) has been added to this interface. |
No effect. |
[+] affected methods: 5 (0.1%)
NutsSession.getTerminal ( )Return value of this abstract method is of type 'NutsSessionTerminal'.
NutsSession.setTerminal ( NutsSessionTerminal p1 )1st parameter 'p1' of this abstract method is of type 'NutsSessionTerminal'.
NutsSessionTerminal.copy ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.setIn ( InputStream p1 )This abstract method is from 'NutsSessionTerminal' interface.
NutsTerminalManager.getTerminal ( )Return value of this abstract method is of type 'NutsSessionTerminal'.
[+] interface NutsSupportLevelContext<T> 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
[+] affected methods: 2 (0.03%)
NutsSupportLevelContext<T>.getConstraints ( )This abstract method is from 'NutsSupportLevelContext<T>' interface.
NutsSupportLevelContext<T>.getWorkspace ( )This abstract method is from 'NutsSupportLevelContext<T>' interface.
[+] interface NutsSystemTerminal 7
| Change | Effect |
|---|
| 1 |
Abstract method NutsPrintStream err ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method InputStream in ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsPrintStream out ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsSystemTerminal printProgress ( float, NutsMessage, NutsSession ) has been added to this interface. |
No effect. |
| 5 |
Abstract method String readLine ( NutsMessage, NutsSession ) has been added to this interface. |
No effect. |
| 6 |
Abstract method char[ ] readPassword ( NutsMessage, NutsSession ) has been added to this interface. |
No effect. |
| 7 |
Added super-interface spi.NutsSystemTerminalBase. |
No effect. |
[+] affected methods: 2 (0.03%)
NutsTerminalManager.createSystemTerminal ( NutsTerminalSpec p1 )Return value of this abstract method is of type 'NutsSystemTerminal'.
NutsTerminalManager.getSystemTerminal ( )Return value of this abstract method is of type 'NutsSystemTerminal'.
[+] interface NutsTableBordersFormat 1
| Change | Effect |
|---|
| 1 |
Abstract method String format ( NutsTableSeparator ) has been added to this interface. |
No effect. |
[+] affected methods: 2 (0.03%)
NutsTableFormat.getBorder ( )Return value of this abstract method is of type 'NutsTableBordersFormat'.
NutsTableFormat.setBorder ( NutsTableBordersFormat p1 )1st parameter 'p1' of this abstract method is of type 'NutsTableBordersFormat'.
[+] interface NutsTableFormat 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsTableFormat setNtf ( boolean ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsTableFormat setValue ( Object ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsTableFormat setVisibleColumn ( int, Boolean ) has been added to this interface. |
No effect. |
| 4 |
Added super-interface NutsObjectFormat. |
No effect. |
[+] affected methods: 15 (0.3%)
NutsFormatManager.table ( )Return value of this abstract method is of type 'NutsTableFormat'.
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.createModel ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getBorder ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getModel ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getVisibleColumn ( int p1 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.isVisibleHeader ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.setBorder ( String p1 )This abstract method is from 'NutsTableFormat' interface.
...
[+] interface NutsTerminalManager 8
| Change | Effect |
|---|
| 1 |
Abstract method NutsSessionTerminal createTerminal ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsSessionTerminal createTerminal ( InputStream, NutsPrintStream, NutsPrintStream ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsSessionTerminal createTerminal ( NutsSessionTerminal ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsTerminalManager enableRichTerm ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsTerminalManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsTerminalManager setSystemTerminal ( NutsSystemTerminalBase ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsTerminalManager setTerminal ( NutsSessionTerminal ) has been added to this interface. |
No effect. |
[+] affected methods: 3 (0.1%)
NutsTerminalManager.createSystemTerminal ( NutsTerminalSpec p1 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getSystemTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
[+] interface NutsTerminalSpec 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsSystemTerminalBase getParent ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsTerminalSpec setParent ( NutsSystemTerminalBase ) has been added to this interface. |
No effect. |
[+] affected methods: 12 (0.2%)
NutsDefaultTerminalSpec.copyFrom ( NutsTerminalSpec other )1st parameter 'other' of this method is of type 'NutsTerminalSpec'.
NutsDefaultTerminalSpec.put ( String name, Object o )Return value of this method is of type 'NutsTerminalSpec'.
NutsDefaultTerminalSpec.putAll ( Map<String,Object> other )Return value of this method is of type 'NutsTerminalSpec'.
NutsDefaultTerminalSpec.setAutoComplete ( Boolean autoComplete )Return value of this method is of type 'NutsTerminalSpec'.
NutsTerminalManager.createSystemTerminal ( NutsTerminalSpec p1 )1st parameter 'p1' of this abstract method is of type 'NutsTerminalSpec'.
NutsTerminalSpec.copyFrom ( NutsTerminalSpec p1 )1st parameter 'p1' of this abstract method is of type 'NutsTerminalSpec'.
NutsTerminalSpec.get ( String p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getAutoComplete ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getProperties ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.put ( String p1, Object p2 )This abstract method is from 'NutsTerminalSpec' interface.
...
[+] interface NutsTreeFormat 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsTreeFormat setNtf ( boolean ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsTreeFormat setValue ( Object ) has been added to this interface. |
No effect. |
| 3 |
Added super-interface NutsObjectFormat. |
No effect. |
[+] affected methods: 11 (0.2%)
NutsFormatManager.tree ( )Return value of this abstract method is of type 'NutsTreeFormat'.
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getLinkFormat ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getModel ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getNodeFormat ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setLinkFormat ( NutsTreeLinkFormat p1 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setNodeFormat ( NutsTreeNodeFormat p1 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setSession ( NutsSession p1 )This method is from 'NutsTreeFormat' interface.
...
[+] interface NutsTreeNodeFormat 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsString format ( Object, int, NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 2 (0.03%)
NutsTreeFormat.getNodeFormat ( )Return value of this abstract method is of type 'NutsTreeNodeFormat'.
NutsTreeFormat.setNodeFormat ( NutsTreeNodeFormat p1 )1st parameter 'p1' of this abstract method is of type 'NutsTreeNodeFormat'.
[+] interface NutsTypedFilters<T> 4
| Change | Effect |
|---|
| 1 |
Abstract method T as ( NutsFilter ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method T parse ( String ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsTypedFilters setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 8 (0.1%)
NutsTypedFilters<T>.all ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.always ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.any ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.from ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.never ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.none ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.nonnull ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.not ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
[+] interface NutsUpdateCommand 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsVersion getApiVersion ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsUpdateCommand setApiVersion ( NutsVersion ) has been added to this interface. |
No effect. |
[+] affected methods: 53 (0.9%)
NutsUpdateCommand.addArg ( String p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addArgs ( String... p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addId ( String p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addId ( NutsId p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addIds ( String... p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addLockedId ( String p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addLockedId ( NutsId p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addLockedIds ( String... p1 )This abstract method is from 'NutsUpdateCommand' interface.
...
[+] interface NutsVersion 5
| Change | Effect |
|---|
| 1 |
Abstract method BigInteger getNumber ( int ) has been added to this interface. |
No effect. |
| 2 |
Abstract method BigInteger getNumber ( int, long ) has been added to this interface. |
No effect. |
| 3 |
Abstract method BigInteger getNumber ( int, BigInteger ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsVersion inc ( int, long ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsVersion inc ( int, BigInteger ) has been added to this interface. |
No effect. |
[+] affected methods: 26 (0.4%)
NutsApplicationContext.getAppPreviousVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsApplicationContext.getAppVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependency.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependencyBuilder.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependencyBuilder.setVersion ( NutsVersion p1 )1st parameter 'p1' of this abstract method is of type 'NutsVersion'.
NutsId.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsIdBuilder.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsIdBuilder.setVersion ( NutsVersion p1 )1st parameter 'p1' of this abstract method is of type 'NutsVersion'.
NutsVersion.compareTo ( Object p1 )This method is from 'NutsVersion' interface.
NutsVersion.compareTo ( String p1 )This abstract method is from 'NutsVersion' interface.
...
[+] interface NutsVersionFilterManager 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsVersionFilterManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 4 (0.1%)
NutsFilterManager.version ( )Return value of this abstract method is of type 'NutsVersionFilterManager'.
NutsVersionFilterManager.byExpression ( String p1 )This abstract method is from 'NutsVersionFilterManager' interface.
NutsVersionFilterManager.byValue ( String p1 )This abstract method is from 'NutsVersionFilterManager' interface.
NutsVersionManager.filter ( )Return value of this abstract method is of type 'NutsVersionFilterManager'.
[+] interface NutsVersionFormat 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsVersionFormat setNtf ( boolean ) has been added to this interface. |
No effect. |
[+] affected methods: 9 (0.2%)
NutsVersionFormat.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.addProperty ( String p1, String p2 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.getVersion ( )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.isWorkspaceVersion ( )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setSession ( NutsSession p1 )This method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setVersion ( NutsVersion p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionManager.formatter ( )Return value of this abstract method is of type 'NutsVersionFormat'.
NutsVersionManager.formatter ( NutsVersion p1 )Return value of this abstract method is of type 'NutsVersionFormat'.
[+] interface NutsVersionManager 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsVersion parse ( String ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsVersionManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 5 (0.1%)
NutsVersionManager.filter ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.formatter ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.formatter ( NutsVersion p1 )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.parser ( )This abstract method is from 'NutsVersionManager' interface.
NutsWorkspace.version ( )Return value of this abstract method is of type 'NutsVersionManager'.
[+] interface NutsWorkspace 12
| Change | Effect |
|---|
| 1 |
Abstract method NutsBootManager boot ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsCustomCommandManager commands ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsElementFormat elem ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsWorkspaceEventManager events ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsVersion getApiVersion ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method Set<NutsId> getCompanionIds ( NutsSession ) has been added to this interface. |
No effect. |
| 7 |
Abstract method String getHashName ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method String getLocation ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method String getName ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method String getUuid ( ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsTerminalManager term ( ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsTextManager text ( ) has been added to this interface. |
No effect. |
[+] affected methods: 49 (0.8%)
NutsApplicationContext.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsCommandAutoComplete.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsCommandAutoCompleteBase.getWorkspace ( )Return value of this method is of type 'NutsWorkspace'.
NutsContentEvent.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsDefaultSupportLevelContext<T>.getWorkspace ( )Return value of this method is of type 'NutsWorkspace'.
NutsException.getWorkspace ( )Return value of this method is of type 'NutsWorkspace'.
NutsExecutionContext.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsFilter.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsInstallEvent.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsRepository.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
...
[+] interface NutsWorkspaceAppsManager 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsApplicationContext createApplicationContext ( NutsSession, String[ ], long, Class, String ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsExecutionEntryAction execEntries ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsWorkspaceAppsManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 1 (0.02%)
NutsWorkspace.apps ( )Return value of this abstract method is of type 'NutsWorkspaceAppsManager'.
[+] interface NutsWorkspaceBootConfig 4
| Change | Effect |
|---|
| 1 |
Abstract method String getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been added to this interface. |
No effect. |
| 2 |
Abstract method String getHomeLocation ( NutsStoreLocation ) has been added to this interface. |
No effect. |
| 3 |
Abstract method String getStoreLocation ( NutsId, NutsStoreLocation ) has been added to this interface. |
No effect. |
| 4 |
Abstract method String getStoreLocation ( NutsStoreLocation ) has been added to this interface. |
No effect. |
[+] affected methods: 15 (0.3%)
NutsWorkspaceBootConfig.getBootPath ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getBootRepositories ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getEffectiveWorkspace ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getEffectiveWorkspaceName ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getExtensions ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getHomeLocations ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getName ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getStoreLocationLayout ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getStoreLocations ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
...
[+] interface NutsWorkspaceCommand 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsCommandLineConfigurable. |
No effect. |
[+] affected methods: 58 (1%)
NutsAddUserCommand.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsAddUserCommand.copySession ( )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsAddUserCommand.run ( )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsAddUserCommand.setSession ( NutsSession p1 )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsDeployCommand.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsDeployCommand.copySession ( )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsDeployCommand.run ( )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsDeployCommand.setSession ( NutsSession p1 )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsExecCommand.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsExecCommand.copySession ( )Return value of this method is of type 'NutsWorkspaceCommand'.
...
[+] interface NutsWorkspaceCommandFactory 3
| Change | Effect |
|---|
| 1 |
Abstract method void configure ( NutsCommandFactoryConfig ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsCommandConfig findCommand ( String, NutsSession ) has been added to this interface. |
No effect. |
| 3 |
Abstract method List<NutsCommandConfig> findCommands ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 2 (0.03%)
NutsWorkspaceCommandFactory.getFactoryId ( )This abstract method is from 'NutsWorkspaceCommandFactory' interface.
NutsWorkspaceCommandFactory.getPriority ( )This abstract method is from 'NutsWorkspaceCommandFactory' interface.
[+] interface NutsWorkspaceConfigManager 14
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspaceListManager createWorkspaceListManager ( String ) has been added to this interface. |
No effect. |
| 2 |
Abstract method Set<String> getAvailableArchetypes ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsAddRepositoryOptions[ ] getDefaultRepositories ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method String getHashName ( Object ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsIndexStoreFactory getIndexStoreClientFactory ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method String getWorkspaceHashName ( String ) has been added to this interface. |
No effect. |
| 8 |
Abstract method boolean isExcludedExtension ( String, NutsWorkspaceOptions ) has been added to this interface. |
No effect. |
| 9 |
Abstract method boolean isSupportedRepositoryType ( String ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsWorkspaceBootConfig loadBootConfig ( String, boolean, boolean ) has been added to this interface. |
No effect. |
| 11 |
Abstract method String resolveRepositoryPath ( String ) has been added to this interface. |
No effect. |
| 12 |
Abstract method boolean save ( ) has been added to this interface. |
No effect. |
| 13 |
Abstract method boolean save ( boolean ) has been added to this interface. |
No effect. |
| 14 |
Abstract method NutsWorkspaceConfigManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 8 (0.1%)
NutsWorkspace.config ( )Return value of this abstract method is of type 'NutsWorkspaceConfigManager'.
NutsWorkspaceConfigManager.createContentFaceId ( NutsId p1, NutsDescriptor p2 )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getJavaCommand ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getJavaOptions ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.isGlobal ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.isReadOnly ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.optionsBuilder ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.stored ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
[+] interface NutsWorkspaceEnvManager 35
| Change | Effect |
|---|
| 1 |
Abstract method void addLauncher ( NutsLauncherOptions ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsArchFamily getArchFamily ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method ClassLoader getBootClassLoader ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method URL[ ] getBootClassWorldURLs ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method String getBootRepositories ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method long getCreationFinishTimeMillis ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method long getCreationStartTimeMillis ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method long getCreationTimeMillis ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsId getDesktopEnvironment ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsDesktopEnvironmentFamily[ ] getDesktopEnvironmentFamilies ( ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsDesktopEnvironmentFamily getDesktopEnvironmentFamily ( ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsId[ ] getDesktopEnvironments ( ) has been added to this interface. |
No effect. |
| 13 |
Abstract method NutsActionSupport getDesktopIntegrationSupport ( NutsDesktopIntegrationItem ) has been added to this interface. |
No effect. |
| 14 |
Abstract method Path getDesktopPath ( ) has been added to this interface. |
No effect. |
| 15 |
Abstract method String getEnv ( String ) has been added to this interface. |
No effect. |
| 16 |
Abstract method String getEnv ( String, String ) has been added to this interface. |
No effect. |
| 17 |
Abstract method Boolean getEnvAsBoolean ( String, Boolean ) has been added to this interface. |
No effect. |
| 18 |
Abstract method Integer getEnvAsInt ( String, Integer ) has been added to this interface. |
No effect. |
| 19 |
Abstract method Map<String,String> getEnvMap ( ) has been added to this interface. |
No effect. |
| 20 |
Abstract method String getOption ( String ) has been added to this interface. |
No effect. |
| 21 |
Abstract method String getOption ( String, String ) has been added to this interface. |
No effect. |
| 22 |
Abstract method Boolean getOptionAsBoolean ( String, Boolean ) has been added to this interface. |
No effect. |
| 23 |
Abstract method Integer getOptionAsInt ( String, Integer ) has been added to this interface. |
No effect. |
| 24 |
Abstract method T getOrCreateProperty ( Class<T>, Supplier<T> ) has been added to this interface. |
No effect. |
| 25 |
Abstract method T getOrCreateProperty ( String, Supplier<T> ) has been added to this interface. |
No effect. |
| 26 |
Abstract method Map<String,Object> getProperties ( ) has been added to this interface. |
No effect. |
| 27 |
Abstract method Object getProperty ( String ) has been added to this interface. |
No effect. |
| 28 |
Abstract method Object getProperty ( String, Object ) has been added to this interface. |
No effect. |
| 29 |
Abstract method Boolean getPropertyAsBoolean ( String, Boolean ) has been added to this interface. |
No effect. |
| 30 |
Abstract method Integer getPropertyAsInt ( String, Integer ) has been added to this interface. |
No effect. |
| 31 |
Abstract method String getPropertyAsString ( String, String ) has been added to this interface. |
No effect. |
| 32 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 33 |
Abstract method NutsWorkspaceEnvManager setEnv ( String, String ) has been added to this interface. |
No effect. |
| 34 |
Abstract method NutsWorkspaceEnvManager setProperty ( String, Object ) has been added to this interface. |
No effect. |
| 35 |
Abstract method NutsWorkspaceEnvManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 6 (0.1%)
NutsWorkspace.env ( )Return value of this abstract method is of type 'NutsWorkspaceEnvManager'.
NutsWorkspaceEnvManager.getArch ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getOs ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getOsDist ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getOsFamily ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getPlatform ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
[+] interface NutsWorkspaceExtensionManager 22
| Change | Effect |
|---|
| 1 |
Abstract method List<T> createAll ( Class<T> ) has been added to this interface. |
No effect. |
| 2 |
Abstract method List<T> createAllSupported ( Class<T>, V ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsServiceLoader<T,B> createServiceLoader ( Class<T>, Class<B> ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsServiceLoader<T,B> createServiceLoader ( Class<T>, Class<B>, ClassLoader ) has been added to this interface. |
No effect. |
| 5 |
Abstract method T createSupported ( Class<T>, V ) has been added to this interface. |
No effect. |
| 6 |
Abstract method T createSupported ( Class<T>, V, Class[ ], Object[ ] ) has been added to this interface. |
No effect. |
| 7 |
Abstract method Set<Class> discoverTypes ( NutsId, ClassLoader ) has been added to this interface. |
No effect. |
| 8 |
Abstract method List<NutsId> getConfigExtensions ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method List<Object> getExtensionObjects ( Class ) has been added to this interface. |
No effect. |
| 10 |
Abstract method Set<Class> getExtensionTypes ( Class ) has been added to this interface. |
No effect. |
| 11 |
Abstract method List<NutsId> getLoadedExtensions ( ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 13 |
Abstract method boolean installWorkspaceExtensionComponent ( Class, Object ) has been added to this interface. |
No effect. |
| 14 |
Abstract method boolean isLoadedExtensions ( NutsId ) has been added to this interface. |
No effect. |
| 15 |
Abstract method boolean isRegisteredInstance ( Class, Object ) has been added to this interface. |
No effect. |
| 16 |
Abstract method boolean isRegisteredType ( Class, Class ) has been added to this interface. |
No effect. |
| 17 |
Abstract method boolean isRegisteredType ( Class, String ) has been added to this interface. |
No effect. |
| 18 |
Abstract method NutsWorkspaceExtensionManager loadExtension ( NutsId ) has been added to this interface. |
No effect. |
| 19 |
Abstract method boolean registerInstance ( Class<T>, T ) has been added to this interface. |
No effect. |
| 20 |
Abstract method boolean registerType ( Class, Class, NutsId ) has been added to this interface. |
No effect. |
| 21 |
Abstract method NutsWorkspaceExtensionManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
| 22 |
Abstract method NutsWorkspaceExtensionManager unloadExtension ( NutsId ) has been added to this interface. |
No effect. |
[+] affected methods: 1 (0.02%)
NutsWorkspace.extensions ( )Return value of this abstract method is of type 'NutsWorkspaceExtensionManager'.
[+] interface NutsWorkspaceInitInformation 10
| Change | Effect |
|---|
| 1 |
Abstract method NutsBootWorkspaceFactory getBootWorkspaceFactory ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsClassLoaderNode[ ] getExtensionBootDependencyNodes ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsBootDescriptor[ ] getExtensionBootDescriptors ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method Set<String> getExtensionsSet ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method Map<String,String> getHomeLocations ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsClassLoaderNode getRuntimeBootDependencyNode ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsBootDescriptor getRuntimeBootDescriptor ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsBootId getRuntimeId ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method Map<String,String> getStoreLocations ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method boolean isGlobal ( ) has been added to this interface. |
No effect. |
[+] affected methods: 15 (0.3%)
NutsWorkspaceInitInformation.getApiId ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getApiVersion ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getBootRepositories ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getClassWorldLoader ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getClassWorldURLs ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getJavaCommand ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getJavaOptions ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getName ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getOptions ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
...
[+] interface NutsWorkspaceListManager 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspace addWorkspace ( String, NutsSession ) has been added to this interface. |
No effect. |
| 2 |
Abstract method boolean removeWorkspace ( String, NutsSession ) has been added to this interface. |
No effect. |
| 3 |
Abstract method void save ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 4 (0.1%)
NutsWorkspaceListManager.getConfig ( )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getWorkspaceLocation ( String p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getWorkspaces ( )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.setConfig ( NutsWorkspaceListConfig p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
[+] interface NutsWorkspaceLocationManager 13
| Change | Effect |
|---|
| 1 |
Abstract method String getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been added to this interface. |
No effect. |
| 2 |
Abstract method String getHomeLocation ( NutsStoreLocation ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method String getStoreLocation ( NutsId, NutsStoreLocation ) has been added to this interface. |
No effect. |
| 5 |
Abstract method String getStoreLocation ( NutsId, NutsStoreLocation, String ) has been added to this interface. |
No effect. |
| 6 |
Abstract method String getStoreLocation ( NutsStoreLocation ) has been added to this interface. |
No effect. |
| 7 |
Abstract method String getStoreLocation ( NutsStoreLocation, String ) has been added to this interface. |
No effect. |
| 8 |
Abstract method String getWorkspaceLocation ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsWorkspaceLocationManager setHomeLocation ( NutsOsFamily, NutsStoreLocation, String ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsWorkspaceLocationManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsWorkspaceLocationManager setStoreLocation ( NutsStoreLocation, String ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsWorkspaceLocationManager setStoreLocationLayout ( NutsOsFamily ) has been added to this interface. |
No effect. |
| 13 |
Abstract method NutsWorkspaceLocationManager setStoreLocationStrategy ( NutsStoreLocationStrategy ) has been added to this interface. |
No effect. |
[+] affected methods: 10 (0.2%)
NutsWorkspace.locations ( )Return value of this abstract method is of type 'NutsWorkspaceLocationManager'.
NutsWorkspaceLocationManager.getDefaultIdBasedir ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdContentExtension ( String p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdExtension ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdFilename ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getHomeLocations ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocationLayout ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocations ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
[+] interface NutsWorkspaceOptions 28
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspaceOptionsFormat formatter ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method Boolean getBot ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method Boolean getCached ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method Boolean getDebug ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method Boolean getDry ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsMessage[ ] getErrors ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method Boolean getGlobal ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method Boolean getGui ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method Boolean getIndexed ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method Boolean getInherited ( ) has been added to this interface. |
No effect. |
| 11 |
Abstract method String getLocale ( ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsOpenMode getOpenMode ( ) has been added to this interface. |
No effect. |
| 13 |
Abstract method NutsContentType getOutputFormat ( ) has been added to this interface. |
No effect. |
| 14 |
Abstract method String[ ] getProperties ( ) has been added to this interface. |
No effect. |
| 15 |
Abstract method Boolean getReadOnly ( ) has been added to this interface. |
No effect. |
| 16 |
Abstract method Boolean getRecover ( ) has been added to this interface. |
No effect. |
| 17 |
Abstract method String[ ] getRepositories ( ) has been added to this interface. |
No effect. |
| 18 |
Abstract method Boolean getReset ( ) has been added to this interface. |
No effect. |
| 19 |
Abstract method NutsRunAs getRunAs ( ) has been added to this interface. |
No effect. |
| 20 |
Abstract method Boolean getSkipBoot ( ) has been added to this interface. |
No effect. |
| 21 |
Abstract method Boolean getSkipCompanions ( ) has been added to this interface. |
No effect. |
| 22 |
Abstract method Boolean getSkipErrors ( ) has been added to this interface. |
No effect. |
| 23 |
Abstract method Boolean getSkipWelcome ( ) has been added to this interface. |
No effect. |
| 24 |
Abstract method String getTheme ( ) has been added to this interface. |
No effect. |
| 25 |
Abstract method Boolean getTrace ( ) has been added to this interface. |
No effect. |
| 26 |
Abstract method Boolean getTransitive ( ) has been added to this interface. |
No effect. |
| 27 |
Abstract method boolean isBot ( ) has been added to this interface. |
No effect. |
| 28 |
Abstract method boolean isSwitchWorkspace ( ) has been added to this interface. |
No effect. |
[+] affected methods: 54 (0.9%)
NutsWorkspaceInitInformation.getOptions ( )Return value of this abstract method is of type 'NutsWorkspaceOptions'.
NutsWorkspaceOptions.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getApplicationArguments ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getArchetype ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getClassLoaderSupplier ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getConfirm ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getCreationTime ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getCredentials ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getErrLinePrefix ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getExcludedExtensions ( )This abstract method is from 'NutsWorkspaceOptions' interface.
...
[+] interface NutsWorkspaceOptionsBuilder 103
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspaceOptions build ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsWorkspaceOptionsBuilder copy ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsWorkspaceOptionsFormat formatter ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method String getApiVersion ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method String[ ] getApplicationArguments ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method String getArchetype ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method Boolean getBot ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method Boolean getCached ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method Supplier<ClassLoader> getClassLoaderSupplier ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsConfirmationMode getConfirm ( ) has been added to this interface. |
No effect. |
| 11 |
Abstract method long getCreationTime ( ) has been added to this interface. |
No effect. |
| 12 |
Abstract method char[ ] getCredentials ( ) has been added to this interface. |
No effect. |
| 13 |
Abstract method Boolean getDebug ( ) has been added to this interface. |
No effect. |
| 14 |
Abstract method Boolean getDry ( ) has been added to this interface. |
No effect. |
| 15 |
Abstract method String getErrLinePrefix ( ) has been added to this interface. |
No effect. |
| 16 |
Abstract method NutsMessage[ ] getErrors ( ) has been added to this interface. |
No effect. |
| 17 |
Abstract method String[ ] getExcludedExtensions ( ) has been added to this interface. |
No effect. |
| 18 |
Abstract method NutsExecutionType getExecutionType ( ) has been added to this interface. |
No effect. |
| 19 |
Abstract method String[ ] getExecutorOptions ( ) has been added to this interface. |
No effect. |
| 20 |
Abstract method ExecutorService getExecutorService ( ) has been added to this interface. |
No effect. |
| 21 |
Abstract method Instant getExpireTime ( ) has been added to this interface. |
No effect. |
| 22 |
Abstract method NutsFetchStrategy getFetchStrategy ( ) has been added to this interface. |
No effect. |
| 23 |
Abstract method Boolean getGlobal ( ) has been added to this interface. |
No effect. |
| 24 |
Abstract method Boolean getGui ( ) has been added to this interface. |
No effect. |
| 25 |
Abstract method String getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been added to this interface. |
No effect. |
| 26 |
Abstract method Map<String,String> getHomeLocations ( ) has been added to this interface. |
No effect. |
| 27 |
Abstract method Boolean getIndexed ( ) has been added to this interface. |
No effect. |
| 28 |
Abstract method Boolean getInherited ( ) has been added to this interface. |
No effect. |
| 29 |
Abstract method String getJavaCommand ( ) has been added to this interface. |
No effect. |
| 30 |
Abstract method String getJavaOptions ( ) has been added to this interface. |
No effect. |
| 31 |
Abstract method String getLocale ( ) has been added to this interface. |
No effect. |
| 32 |
Abstract method String getName ( ) has been added to this interface. |
No effect. |
| 33 |
Abstract method NutsOpenMode getOpenMode ( ) has been added to this interface. |
No effect. |
| 34 |
Abstract method String getOutLinePrefix ( ) has been added to this interface. |
No effect. |
| 35 |
Abstract method NutsContentType getOutputFormat ( ) has been added to this interface. |
No effect. |
| 36 |
Abstract method String[ ] getOutputFormatOptions ( ) has been added to this interface. |
No effect. |
| 37 |
Abstract method String getProgressOptions ( ) has been added to this interface. |
No effect. |
| 38 |
Abstract method String[ ] getProperties ( ) has been added to this interface. |
No effect. |
| 39 |
Abstract method Boolean getReadOnly ( ) has been added to this interface. |
No effect. |
| 40 |
Abstract method Boolean getRecover ( ) has been added to this interface. |
No effect. |
| 41 |
Abstract method String[ ] getRepositories ( ) has been added to this interface. |
No effect. |
| 42 |
Abstract method NutsStoreLocationStrategy getRepositoryStoreLocationStrategy ( ) has been added to this interface. |
No effect. |
| 43 |
Abstract method Boolean getReset ( ) has been added to this interface. |
No effect. |
| 44 |
Abstract method NutsRunAs getRunAs ( ) has been added to this interface. |
No effect. |
| 45 |
Abstract method String getRuntimeId ( ) has been added to this interface. |
No effect. |
| 46 |
Abstract method Boolean getSkipBoot ( ) has been added to this interface. |
No effect. |
| 47 |
Abstract method Boolean getSkipCompanions ( ) has been added to this interface. |
No effect. |
| 48 |
Abstract method Boolean getSkipErrors ( ) has been added to this interface. |
No effect. |
| 49 |
Abstract method Boolean getSkipWelcome ( ) has been added to this interface. |
No effect. |
| 50 |
Abstract method PrintStream getStderr ( ) has been added to this interface. |
No effect. |
| 51 |
Abstract method InputStream getStdin ( ) has been added to this interface. |
No effect. |
| 52 |
Abstract method PrintStream getStdout ( ) has been added to this interface. |
No effect. |
| 53 |
Abstract method String getStoreLocation ( NutsStoreLocation ) has been added to this interface. |
No effect. |
| 54 |
Abstract method NutsOsFamily getStoreLocationLayout ( ) has been added to this interface. |
No effect. |
| 55 |
Abstract method NutsStoreLocationStrategy getStoreLocationStrategy ( ) has been added to this interface. |
No effect. |
| 56 |
Abstract method Map<String,String> getStoreLocations ( ) has been added to this interface. |
No effect. |
| 57 |
Abstract method Boolean getSwitchWorkspace ( ) has been added to this interface. |
No effect. |
| 58 |
Abstract method NutsTerminalMode getTerminalMode ( ) has been added to this interface. |
No effect. |
| 59 |
Abstract method String getTheme ( ) has been added to this interface. |
No effect. |
| 60 |
Abstract method Boolean getTrace ( ) has been added to this interface. |
No effect. |
| 61 |
Abstract method Boolean getTransitive ( ) has been added to this interface. |
No effect. |
| 62 |
Abstract method String getUserName ( ) has been added to this interface. |
No effect. |
| 63 |
Abstract method String getWorkspace ( ) has been added to this interface. |
No effect. |
| 64 |
Abstract method boolean isCached ( ) has been added to this interface. |
No effect. |
| 65 |
Abstract method boolean isDry ( ) has been added to this interface. |
No effect. |
| 66 |
Abstract method boolean isGlobal ( ) has been added to this interface. |
No effect. |
| 67 |
Abstract method boolean isIndexed ( ) has been added to this interface. |
No effect. |
| 68 |
Abstract method boolean isInherited ( ) has been added to this interface. |
No effect. |
| 69 |
Abstract method boolean isReadOnly ( ) has been added to this interface. |
No effect. |
| 70 |
Abstract method boolean isRecover ( ) has been added to this interface. |
No effect. |
| 71 |
Abstract method boolean isReset ( ) has been added to this interface. |
No effect. |
| 72 |
Abstract method boolean isSkipBoot ( ) has been added to this interface. |
No effect. |
| 73 |
Abstract method boolean isSkipCompanions ( ) has been added to this interface. |
No effect. |
| 74 |
Abstract method boolean isSkipErrors ( ) has been added to this interface. |
No effect. |
| 75 |
Abstract method boolean isSkipWelcome ( ) has been added to this interface. |
No effect. |
| 76 |
Abstract method boolean isSwitchWorkspace ( ) has been added to this interface. |
No effect. |
| 77 |
Abstract method boolean isTrace ( ) has been added to this interface. |
No effect. |
| 78 |
Abstract method boolean isTransitive ( ) has been added to this interface. |
No effect. |
| 79 |
Abstract method NutsWorkspaceOptionsBuilder setBot ( Boolean ) has been added to this interface. |
No effect. |
| 80 |
Abstract method NutsWorkspaceOptionsBuilder setCached ( Boolean ) has been added to this interface. |
No effect. |
| 81 |
Abstract method NutsWorkspaceOptionsBuilder setDebug ( Boolean ) has been added to this interface. |
No effect. |
| 82 |
Abstract method NutsWorkspaceOptionsBuilder setDry ( Boolean ) has been added to this interface. |
No effect. |
| 83 |
Abstract method NutsWorkspaceOptionsBuilder setErrors ( NutsMessage[ ] ) has been added to this interface. |
No effect. |
| 84 |
Abstract method NutsWorkspaceOptionsBuilder setGlobal ( Boolean ) has been added to this interface. |
No effect. |
| 85 |
Abstract method NutsWorkspaceOptionsBuilder setIndexed ( Boolean ) has been added to this interface. |
No effect. |
| 86 |
Abstract method NutsWorkspaceOptionsBuilder setInherited ( Boolean ) has been added to this interface. |
No effect. |
| 87 |
Abstract method NutsWorkspaceOptionsBuilder setLocale ( String ) has been added to this interface. |
No effect. |
| 88 |
Abstract method NutsWorkspaceOptionsBuilder setOpenMode ( NutsOpenMode ) has been added to this interface. |
No effect. |
| 89 |
Abstract method NutsWorkspaceOptionsBuilder setOutputFormat ( NutsContentType ) has been added to this interface. |
No effect. |
| 90 |
Abstract method NutsWorkspaceOptionsBuilder setProperties ( String[ ] ) has been added to this interface. |
No effect. |
| 91 |
Abstract method NutsWorkspaceOptionsBuilder setReadOnly ( Boolean ) has been added to this interface. |
No effect. |
| 92 |
Abstract method NutsWorkspaceOptionsBuilder setRecover ( Boolean ) has been added to this interface. |
No effect. |
| 93 |
Abstract method NutsWorkspaceOptionsBuilder setRepositories ( String[ ] ) has been added to this interface. |
No effect. |
| 94 |
Abstract method NutsWorkspaceOptionsBuilder setReset ( Boolean ) has been added to this interface. |
No effect. |
| 95 |
Abstract method NutsWorkspaceOptionsBuilder setRunAs ( NutsRunAs ) has been added to this interface. |
No effect. |
| 96 |
Abstract method NutsWorkspaceOptionsBuilder setSkipBoot ( Boolean ) has been added to this interface. |
No effect. |
| 97 |
Abstract method NutsWorkspaceOptionsBuilder setSkipCompanions ( Boolean ) has been added to this interface. |
No effect. |
| 98 |
Abstract method NutsWorkspaceOptionsBuilder setSkipErrors ( Boolean ) has been added to this interface. |
No effect. |
| 99 |
Abstract method NutsWorkspaceOptionsBuilder setSkipWelcome ( Boolean ) has been added to this interface. |
No effect. |
| 100 |
Abstract method NutsWorkspaceOptionsBuilder setTheme ( String ) has been added to this interface. |
No effect. |
| 101 |
Abstract method NutsWorkspaceOptionsBuilder setTrace ( Boolean ) has been added to this interface. |
No effect. |
| 102 |
Abstract method NutsWorkspaceOptionsBuilder setTransitive ( Boolean ) has been added to this interface. |
No effect. |
| 103 |
Added super-interface java.io.Serializable. |
No effect. |
[+] affected methods: 41 (0.7%)
NutsWorkspaceConfigManager.optionsBuilder ( )Return value of this abstract method is of type 'NutsWorkspaceOptionsBuilder'.
NutsWorkspaceOptionsBuilder.addOutputFormatOptions ( String... p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.parseArguments ( String[ ] p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.parseCommandLine ( String p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setAll ( NutsWorkspaceOptions p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setApiVersion ( String p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setApplicationArguments ( String[ ] p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setArchetype ( String p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setClassLoaderSupplier ( Supplier<ClassLoader> p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setConfirm ( NutsConfirmationMode p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
...
[+] interface NutsWorkspaceOptionsFormat 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsCommandLine getBootCommandLine ( ) has been added to this interface. |
No effect. |
[+] affected methods: 12 (0.2%)
NutsWorkspaceOptionsFormat.equals ( Object p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.hashCode ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isExported ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isInit ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isRuntime ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setApiVersion ( String p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setCompact ( boolean p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setExported ( boolean p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setInit ( boolean p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
...
[+] interface NutsWorkspaceSecurityManager 10
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspaceSecurityManager checkCredentials ( char[ ], char[ ] ) has been added to this interface. |
No effect. |
| 2 |
Abstract method char[ ] createCredentials ( char[ ], boolean, char[ ] ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsUser[ ] findUsers ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsAuthenticationAgent getAuthenticationAgent ( String ) has been added to this interface. |
No effect. |
| 5 |
Abstract method char[ ] getCredentials ( char[ ] ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method boolean removeCredentials ( char[ ] ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsWorkspaceSecurityManager setAuthenticationAgent ( String ) has been added to this interface. |
No effect. |
| 9 |
Abstract method boolean setSecureMode ( boolean, char[ ] ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsWorkspaceSecurityManager setSession ( NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 14 (0.2%)
NutsWorkspace.security ( )Return value of this abstract method is of type 'NutsWorkspaceSecurityManager'.
NutsWorkspaceSecurityManager.addUser ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.checkAllowed ( String p1, String p2 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.findUser ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCurrentLoginStack ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCurrentUsername ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.isAdmin ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.isAllowed ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.isSecure ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.login ( String p1, char[ ] p2 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
...
to the top
Other Changes in Methods 3
nuts-0.8.0.jar,
NutsProgressMonitor.class
package net.thevpc.nuts
[+] NutsProgressMonitor.onComplete ( NutsProgressEvent p1 ) [abstract] : void 1
net/thevpc/nuts/NutsProgressMonitor.onComplete:(Lnet/thevpc/nuts/NutsProgressEvent;)V
| Change | Effect |
|---|
| 1 |
Method became default. |
No effect. |
[+] NutsProgressMonitor.onProgress ( NutsProgressEvent p1 ) [abstract] : boolean 1
net/thevpc/nuts/NutsProgressMonitor.onProgress:(Lnet/thevpc/nuts/NutsProgressEvent;)Z
| Change | Effect |
|---|
| 1 |
Method became default. |
No effect. |
[+] NutsProgressMonitor.onStart ( NutsProgressEvent p1 ) [abstract] : void 1
net/thevpc/nuts/NutsProgressMonitor.onStart:(Lnet/thevpc/nuts/NutsProgressEvent;)V
| Change | Effect |
|---|
| 1 |
Method became default. |
No effect. |
to the top
Java Archives 1
nuts-0.8.0.jar
to the top
Test Info
| Library Name | nuts |
| Version #1 | 0.8.0 |
| Version #2 | 0.8.1 |
| Subject | Source Compatibility |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 5907 / 469 |
| Compatibility |
16.4% |
Problem Summary
| Severity | Count |
| Added Methods | - | 2251 |
| Removed Methods | High | 1197 |
Problems with Data Types | High | 1572 |
| Medium | 0 |
| Low | 3 |
Problems with Methods | High | 21 |
| Medium | 86 |
| Low | 0 |
Other Changes in Data Types | - | 24 |
Other Changes in Methods | - | 3 |
Added Methods 2251
nuts-0.8.1.jar,
And.class
package net.thevpc.nuts
NutsPredicates.And<T>.equals ( Object o ) : boolean
net/thevpc/nuts/NutsPredicates.And.equals:(Ljava/lang/Object;)Z
NutsPredicates.And<T>.hashCode ( ) : int
net/thevpc/nuts/NutsPredicates.And.hashCode:()I
NutsPredicates.And<T>.NutsPredicates.And<T> ( Predicate<T> left, Predicate<? super T> right )
net/thevpc/nuts/NutsPredicates.And."<init>":(Ljava/util/function/Predicate;Ljava/util/function/Predicate;)V
NutsPredicates.And<T>.test ( T t ) : boolean
net/thevpc/nuts/NutsPredicates.And.test:(Ljava/lang/Object;)Z
NutsPredicates.And<T>.toString ( ) : String
net/thevpc/nuts/NutsPredicates.And.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
BaseOpPredicate.class
package net.thevpc.nuts
NutsPredicates.BaseOpPredicate<T>.NutsPredicates.BaseOpPredicate<T> ( )
net/thevpc/nuts/NutsPredicates.BaseOpPredicate."<init>":()V
nuts-0.8.1.jar,
BasePredicate.class
package net.thevpc.nuts
NutsPredicates.BasePredicate<T>.and ( Predicate<? super T> other ) : Predicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.and:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
NutsPredicates.BasePredicate<T>.negate ( ) : Predicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.negate:()Ljava/util/function/Predicate;
NutsPredicates.BasePredicate<T>.NutsPredicates.BasePredicate<T> ( )
net/thevpc/nuts/NutsPredicates.BasePredicate."<init>":()V
NutsPredicates.BasePredicate<T>.or ( Predicate<? super T> other ) : Predicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.or:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
nuts-0.8.1.jar,
Deps.class
package net.thevpc.nuts.boot
PrivateNutsUtils.Deps.PrivateNutsUtils.Deps ( )
net/thevpc/nuts/boot/PrivateNutsUtils.Deps."<init>":()V
nuts-0.8.1.jar,
ErrorInfo.class
package net.thevpc.nuts.boot
PrivateNutsUtils.ErrorInfo.getMessage ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getMessage:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getNutsId ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getNutsId:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getRepository ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getRepository:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getThrowable ( ) : Throwable
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getThrowable:()Ljava/lang/Throwable;
PrivateNutsUtils.ErrorInfo.getUrl ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getUrl:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.PrivateNutsUtils.ErrorInfo ( String nutsId, String repository, String url, String message, Throwable throwable )
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
PrivateNutsUtils.ErrorInfo.toString ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
ErrorInfoList.class
package net.thevpc.nuts.boot
PrivateNutsUtils.ErrorInfoList.add ( PrivateNutsUtils.ErrorInfo e ) : void
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.add:(Lnet/thevpc/nuts/boot/PrivateNutsUtils$ErrorInfo;)V
PrivateNutsUtils.ErrorInfoList.list ( ) : List<PrivateNutsUtils.ErrorInfo>
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.list:()Ljava/util/List;
PrivateNutsUtils.ErrorInfoList.PrivateNutsUtils.ErrorInfoList ( )
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList."<init>":()V
PrivateNutsUtils.ErrorInfoList.removeErrorsFor ( String nutsId ) : void
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.removeErrorsFor:(Ljava/lang/String;)V
nuts-0.8.1.jar,
Mode.class
package net.thevpc.nuts
NutsRunAs.Mode.id ( ) : String
net/thevpc/nuts/NutsRunAs.Mode.id:()Ljava/lang/String;
NutsRunAs.Mode.parseLenient ( String value ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.parseLenient ( String value, NutsRunAs.Mode emptyOrErrorValue ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRunAs$Mode;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.parseLenient ( String value, NutsRunAs.Mode emptyValue, NutsRunAs.Mode errorValue ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRunAs$Mode;Lnet/thevpc/nuts/NutsRunAs$Mode;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.valueOf ( String name ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.values ( ) [static] : NutsRunAs.Mode[ ]
net/thevpc/nuts/NutsRunAs.Mode.values:()[Lnet/thevpc/nuts/NutsRunAs$Mode;
nuts-0.8.1.jar,
Not.class
package net.thevpc.nuts
NutsPredicates.Not<T>.equals ( Object o ) : boolean
net/thevpc/nuts/NutsPredicates.Not.equals:(Ljava/lang/Object;)Z
NutsPredicates.Not<T>.hashCode ( ) : int
net/thevpc/nuts/NutsPredicates.Not.hashCode:()I
NutsPredicates.Not<T>.NutsPredicates.Not<T> ( Predicate<T> base )
net/thevpc/nuts/NutsPredicates.Not."<init>":(Ljava/util/function/Predicate;)V
NutsPredicates.Not<T>.test ( T t ) : boolean
net/thevpc/nuts/NutsPredicates.Not.test:(Ljava/lang/Object;)Z
NutsPredicates.Not<T>.toString ( ) : String
net/thevpc/nuts/NutsPredicates.Not.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
Nuts.class
package net.thevpc.nuts
Nuts.createOptions ( ) [static] : NutsWorkspaceOptions
net/thevpc/nuts/Nuts.createOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
Nuts.createOptionsBuilder ( ) [static] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/Nuts.createOptionsBuilder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
Nuts.getBuildNumber ( ) [static] : String
net/thevpc/nuts/Nuts.getBuildNumber:()Ljava/lang/String;
Nuts.openInheritedWorkspace ( String... args ) [static] : NutsSession
net/thevpc/nuts/Nuts.openInheritedWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
Nuts.openWorkspace ( ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:()Lnet/thevpc/nuts/NutsSession;
Nuts.openWorkspace ( NutsWorkspaceOptions options ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsSession;
Nuts.openWorkspace ( String... args ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
Nuts.run ( NutsSession session, String[ ] args ) [static] : void
net/thevpc/nuts/Nuts.run:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsActionSupport.class
package net.thevpc.nuts
NutsActionSupport.acceptCondition ( NutsActionSupportCondition request, NutsSession session ) : boolean
net/thevpc/nuts/NutsActionSupport.acceptCondition:(Lnet/thevpc/nuts/NutsActionSupportCondition;Lnet/thevpc/nuts/NutsSession;)Z
NutsActionSupport.id ( ) : String
net/thevpc/nuts/NutsActionSupport.id:()Ljava/lang/String;
NutsActionSupport.parseLenient ( String any ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyOrErrorValue ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupport;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyValue, NutsActionSupport errorValue ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupport;Lnet/thevpc/nuts/NutsActionSupport;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.valueOf ( String name ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.values ( ) [static] : NutsActionSupport[ ]
net/thevpc/nuts/NutsActionSupport.values:()[Lnet/thevpc/nuts/NutsActionSupport;
nuts-0.8.1.jar,
NutsActionSupportCondition.class
package net.thevpc.nuts
NutsActionSupportCondition.id ( ) : String
net/thevpc/nuts/NutsActionSupportCondition.id:()Ljava/lang/String;
NutsActionSupportCondition.parseLenient ( String value ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyOrErrorValue ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyValue, NutsActionSupportCondition errorValue ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupportCondition;Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.valueOf ( String name ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.values ( ) [static] : NutsActionSupportCondition[ ]
net/thevpc/nuts/NutsActionSupportCondition.values:()[Lnet/thevpc/nuts/NutsActionSupportCondition;
nuts-0.8.1.jar,
NutsAddRepositoryOptions.class
package net.thevpc.nuts
NutsAddRepositoryOptions.getOrder ( ) : int
net/thevpc/nuts/NutsAddRepositoryOptions.getOrder:()I
NutsAddRepositoryOptions.getRepositoryModel ( ) : NutsRepositoryModel
net/thevpc/nuts/NutsAddRepositoryOptions.getRepositoryModel:()Lnet/thevpc/nuts/NutsRepositoryModel;
NutsAddRepositoryOptions.setOrder ( int order ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setOrder:(I)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setRepositoryModel ( NutsRepositoryModel repositoryModel ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setRepositoryModel:(Lnet/thevpc/nuts/NutsRepositoryModel;)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
nuts-0.8.1.jar,
NutsAlreadyDeployedException.class
package net.thevpc.nuts
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id, NutsMessage msg, Throwable cause )
net/thevpc/nuts/NutsAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsAlreadyInstalledException.class
package net.thevpc.nuts
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession workspace, NutsId id, NutsMessage msg, Exception cause )
net/thevpc/nuts/NutsAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Exception;)V
nuts-0.8.1.jar,
NutsApiUtils.class
package net.thevpc.nuts.boot
NutsApiUtils.checkSession ( NutsSession session ) [static] : void
net/thevpc/nuts/boot/NutsApiUtils.checkSession:(Lnet/thevpc/nuts/NutsSession;)V
NutsApiUtils.createHomeLocationKey ( NutsOsFamily storeLocationLayout, NutsStoreLocation location ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.createHomeLocationKey:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApiUtils.createOptions ( ) [static] : NutsWorkspaceOptions
net/thevpc/nuts/boot/NutsApiUtils.createOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsApiUtils.createOptionsBuilder ( ) [static] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/boot/NutsApiUtils.createOptionsBuilder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsApiUtils.getPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, Map<String,String> homeLocations, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.getPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/util/Map;ZLjava/lang/String;)Ljava/lang/String;
NutsApiUtils.getPlatformOsFamily ( ) [static] : NutsOsFamily
net/thevpc/nuts/boot/NutsApiUtils.getPlatformOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
NutsApiUtils.getSysBoolNutsProperty ( String property, boolean defaultValue ) [static] : boolean
net/thevpc/nuts/boot/NutsApiUtils.getSysBoolNutsProperty:(Ljava/lang/String;Z)Z
NutsApiUtils.isGraphicalDesktopEnvironment ( ) [static] : boolean
net/thevpc/nuts/boot/NutsApiUtils.isGraphicalDesktopEnvironment:()Z
NutsApiUtils.parseCommandLineArray ( String commandLineString ) [static] : String[ ]
net/thevpc/nuts/boot/NutsApiUtils.parseCommandLineArray:(Ljava/lang/String;)[Ljava/lang/String;
NutsApiUtils.processThrowable ( Throwable ex, PrintStream out ) [static] : int
net/thevpc/nuts/boot/NutsApiUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;)I
NutsApiUtils.processThrowable ( Throwable ex, PrintStream out, boolean showMessage, boolean showTrace, boolean showGui ) [static] : int
net/thevpc/nuts/boot/NutsApiUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;ZZZ)I
NutsApiUtils.resolveNutsBuildNumber ( ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsBuildNumber:()Ljava/lang/String;
NutsApiUtils.resolveNutsVersionFromClassPath ( ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsVersionFromClassPath:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsApplication.class
package net.thevpc.nuts
NutsApplication.createApplicationContext ( NutsSession session, String[ ] args, long startTimeMillis ) : NutsApplicationContext
net/thevpc/nuts/NutsApplication.createApplicationContext:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;J)Lnet/thevpc/nuts/NutsApplicationContext;
nuts-0.8.1.jar,
NutsApplicationContext.class
package net.thevpc.nuts
NutsApplicationContext.configureLast ( NutsCommandLine p1 ) [abstract] : void
net/thevpc/nuts/NutsApplicationContext.configureLast:(Lnet/thevpc/nuts/NutsCommandLine;)V
NutsApplicationContext.getAppsFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getAppsFolder:()Ljava/lang/String;
NutsApplicationContext.getAppVersionStoreLocationSupplier ( ) [abstract] : NutsAppVersionStoreLocationSupplier
net/thevpc/nuts/NutsApplicationContext.getAppVersionStoreLocationSupplier:()Lnet/thevpc/nuts/NutsAppVersionStoreLocationSupplier;
NutsApplicationContext.getCacheFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getCacheFolder:()Ljava/lang/String;
NutsApplicationContext.getConfigFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getConfigFolder:()Ljava/lang/String;
NutsApplicationContext.getFolder ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApplicationContext.getLibFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getLibFolder:()Ljava/lang/String;
NutsApplicationContext.getLogFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getLogFolder:()Ljava/lang/String;
NutsApplicationContext.getRunFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getRunFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedAppsFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedAppsFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedConfigFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedConfigFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedFolder ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApplicationContext.getSharedLibFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedLibFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedLogFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedLogFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedRunFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedRunFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedTempFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedTempFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedVarFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedVarFolder:()Ljava/lang/String;
NutsApplicationContext.getTempFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getTempFolder:()Ljava/lang/String;
NutsApplicationContext.getVarFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getVarFolder:()Ljava/lang/String;
NutsApplicationContext.getVersionFolderFolder ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getVersionFolderFolder:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsApplicationContext.setAppVersionStoreLocationSupplier ( NutsAppVersionStoreLocationSupplier p1 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsApplicationContext.setAppVersionStoreLocationSupplier:(Lnet/thevpc/nuts/NutsAppVersionStoreLocationSupplier;)Lnet/thevpc/nuts/NutsApplicationContext;
nuts-0.8.1.jar,
NutsApplicationMode.class
package net.thevpc.nuts
NutsApplicationMode.parseLenient ( String value ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsApplicationMode;
NutsApplicationMode.parseLenient ( String value, NutsApplicationMode emptyOrErrorValue ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsApplicationMode;)Lnet/thevpc/nuts/NutsApplicationMode;
NutsApplicationMode.parseLenient ( String value, NutsApplicationMode emptyValue, NutsApplicationMode errorValue ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsApplicationMode;Lnet/thevpc/nuts/NutsApplicationMode;)Lnet/thevpc/nuts/NutsApplicationMode;
nuts-0.8.1.jar,
NutsApplications.class
package net.thevpc.nuts
NutsApplications.createApplicationContext ( NutsApplication applicationInstance, String[ ] args, NutsSession session ) [static] : NutsApplicationContext
net/thevpc/nuts/NutsApplications.createApplicationContext:(Lnet/thevpc/nuts/NutsApplication;[Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplications.createApplicationInstance ( Class<T> appType ) [static] : T
net/thevpc/nuts/NutsApplications.createApplicationInstance:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsApplication;
NutsApplications.processThrowable ( Throwable ex ) [static] : int
net/thevpc/nuts/NutsApplications.processThrowable:(Ljava/lang/Throwable;)I
NutsApplications.processThrowable ( Throwable ex, PrintStream out ) [static] : int
net/thevpc/nuts/NutsApplications.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;)I
NutsApplications.runApplication ( NutsApplication applicationInstance, String[ ] args, NutsSession session ) [static] : void
net/thevpc/nuts/NutsApplications.runApplication:(Lnet/thevpc/nuts/NutsApplication;[Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)V
NutsApplications.runApplicationAndExit ( NutsApplication application, String[ ] args ) [static] : void
net/thevpc/nuts/NutsApplications.runApplicationAndExit:(Lnet/thevpc/nuts/NutsApplication;[Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsAppVersionStoreLocationSupplier.class
package net.thevpc.nuts
NutsAppVersionStoreLocationSupplier.getStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsAppVersionStoreLocationSupplier.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsArchFamily.class
package net.thevpc.nuts
NutsArchFamily.getArchFamily ( ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.getArchFamily:()Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.id ( ) : String
net/thevpc/nuts/NutsArchFamily.id:()Ljava/lang/String;
NutsArchFamily.parseLenient ( String arch ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.parseLenient ( String arch, NutsArchFamily emptyOrErrorValue ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.parseLenient ( String arch, NutsArchFamily emptyValue, NutsArchFamily errorValue ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArchFamily;Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.valueOf ( String name ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.values ( ) [static] : NutsArchFamily[ ]
net/thevpc/nuts/NutsArchFamily.values:()[Lnet/thevpc/nuts/NutsArchFamily;
nuts-0.8.1.jar,
NutsArgument.class
package net.thevpc.nuts
NutsArgument.of ( String value, NutsSession session ) [static] : NutsArgument
net/thevpc/nuts/NutsArgument.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgument;
nuts-0.8.1.jar,
NutsArgumentCandidate.class
package net.thevpc.nuts
NutsArgumentCandidate.of ( String value, NutsSession session ) [static] : NutsArgumentCandidate
net/thevpc/nuts/NutsArgumentCandidate.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentCandidate;
nuts-0.8.1.jar,
NutsArgumentCandidateBuilder.class
package net.thevpc.nuts
NutsArgumentCandidateBuilder.of ( NutsSession session ) [static] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
nuts-0.8.1.jar,
NutsArgumentType.class
package net.thevpc.nuts
NutsArgumentType.parseLenient ( String value ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentType;
NutsArgumentType.parseLenient ( String value, NutsArgumentType emptyOrErrorValue ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArgumentType;)Lnet/thevpc/nuts/NutsArgumentType;
NutsArgumentType.parseLenient ( String value, NutsArgumentType emptyValue, NutsArgumentType errorValue ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArgumentType;Lnet/thevpc/nuts/NutsArgumentType;)Lnet/thevpc/nuts/NutsArgumentType;
nuts-0.8.1.jar,
NutsArrayElement.class
package net.thevpc.nuts
NutsArrayElement.getArray ( int p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsArrayElement.getArray:(I)Lnet/thevpc/nuts/NutsArrayElement;
NutsArrayElement.getBoolean ( int p1 ) [abstract] : boolean
net/thevpc/nuts/NutsArrayElement.getBoolean:(I)Z
NutsArrayElement.getByte ( int p1 ) [abstract] : byte
net/thevpc/nuts/NutsArrayElement.getByte:(I)B
NutsArrayElement.getDouble ( int p1 ) [abstract] : double
net/thevpc/nuts/NutsArrayElement.getDouble:(I)D
NutsArrayElement.getFloat ( int p1 ) [abstract] : float
net/thevpc/nuts/NutsArrayElement.getFloat:(I)F
NutsArrayElement.getInstant ( int p1 ) [abstract] : Instant
net/thevpc/nuts/NutsArrayElement.getInstant:(I)Ljava/time/Instant;
NutsArrayElement.getInt ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsArrayElement.getInt:(I)I
NutsArrayElement.getLong ( int p1 ) [abstract] : long
net/thevpc/nuts/NutsArrayElement.getLong:(I)J
NutsArrayElement.getObject ( int p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsArrayElement.getObject:(I)Lnet/thevpc/nuts/NutsObjectElement;
NutsArrayElement.getShort ( int p1 ) [abstract] : short
net/thevpc/nuts/NutsArrayElement.getShort:(I)S
NutsArrayElement.getString ( int p1 ) [abstract] : String
net/thevpc/nuts/NutsArrayElement.getString:(I)Ljava/lang/String;
NutsArrayElement.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/NutsArrayElement.isEmpty:()Z
NutsArrayElement.stream ( ) [abstract] : Stream<NutsElement>
net/thevpc/nuts/NutsArrayElement.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsArrayElementBuilder.class
package net.thevpc.nuts
NutsArrayElementBuilder.add ( boolean p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(Z)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( byte p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(B)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( char p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(C)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( double p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(D)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( float p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(F)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( int p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(I)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( long p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(J)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( Number p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(Ljava/lang/Number;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.add ( String p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.add:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( boolean[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([Z)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( byte[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([B)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( char[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([C)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( double[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([D)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( float[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([F)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( int[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([I)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( long[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([J)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( NutsElement[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.addAll ( String[ ] p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.of ( NutsSession session ) [static] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
nuts-0.8.1.jar,
NutsBootDescriptor.class
package net.thevpc.nuts.boot
NutsBootDescriptor.getDependencies ( ) : NutsBootId[ ]
net/thevpc/nuts/boot/NutsBootDescriptor.getDependencies:()[Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootDescriptor.getId ( ) : NutsBootId
net/thevpc/nuts/boot/NutsBootDescriptor.getId:()Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootDescriptor.NutsBootDescriptor ( NutsBootId id, NutsBootId[ ] dependencies )
net/thevpc/nuts/boot/NutsBootDescriptor."<init>":(Lnet/thevpc/nuts/boot/NutsBootId;[Lnet/thevpc/nuts/boot/NutsBootId;)V
NutsBootDescriptor.toString ( ) : String
net/thevpc/nuts/boot/NutsBootDescriptor.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsBootException.class
package net.thevpc.nuts
NutsBootException.detectBootException ( Throwable th ) [static] : NutsBootException
net/thevpc/nuts/NutsBootException.detectBootException:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/NutsBootException;
NutsBootException.getExitCode ( ) : int
net/thevpc/nuts/NutsBootException.getExitCode:()I
NutsBootException.getFormattedMessage ( ) : NutsMessage
net/thevpc/nuts/NutsBootException.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsBootException.NutsBootException ( NutsMessage message )
net/thevpc/nuts/NutsBootException."<init>":(Lnet/thevpc/nuts/NutsMessage;)V
NutsBootException.NutsBootException ( NutsMessage message, int exitCode )
net/thevpc/nuts/NutsBootException."<init>":(Lnet/thevpc/nuts/NutsMessage;I)V
NutsBootException.NutsBootException ( NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsBootException."<init>":(Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsBootException.NutsBootException ( NutsMessage message, Throwable cause, int exitCode )
net/thevpc/nuts/NutsBootException."<init>":(Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;I)V
nuts-0.8.1.jar,
NutsBootId.class
package net.thevpc.nuts.boot
NutsBootId.equals ( Object obj ) : boolean
net/thevpc/nuts/boot/NutsBootId.equals:(Ljava/lang/Object;)Z
NutsBootId.getArch ( ) : String
net/thevpc/nuts/boot/NutsBootId.getArch:()Ljava/lang/String;
NutsBootId.getArtifactId ( ) : String
net/thevpc/nuts/boot/NutsBootId.getArtifactId:()Ljava/lang/String;
NutsBootId.getGroupId ( ) : String
net/thevpc/nuts/boot/NutsBootId.getGroupId:()Ljava/lang/String;
NutsBootId.getLongName ( ) : String
net/thevpc/nuts/boot/NutsBootId.getLongName:()Ljava/lang/String;
NutsBootId.getOs ( ) : String
net/thevpc/nuts/boot/NutsBootId.getOs:()Ljava/lang/String;
NutsBootId.getShortName ( ) : String
net/thevpc/nuts/boot/NutsBootId.getShortName:()Ljava/lang/String;
NutsBootId.getVersion ( ) : NutsBootVersion
net/thevpc/nuts/boot/NutsBootId.getVersion:()Lnet/thevpc/nuts/boot/NutsBootVersion;
NutsBootId.hashCode ( ) : int
net/thevpc/nuts/boot/NutsBootId.hashCode:()I
NutsBootId.isOptional ( ) : boolean
net/thevpc/nuts/boot/NutsBootId.isOptional:()Z
NutsBootId.NutsBootId ( String groupId, String artifactId, NutsBootVersion version, boolean optional, String os, String arch )
net/thevpc/nuts/boot/NutsBootId."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/boot/NutsBootVersion;ZLjava/lang/String;Ljava/lang/String;)V
NutsBootId.parse ( String id ) [static] : NutsBootId
net/thevpc/nuts/boot/NutsBootId.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootId.parseAll ( String id ) [static] : NutsBootId[ ]
net/thevpc/nuts/boot/NutsBootId.parseAll:(Ljava/lang/String;)[Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootId.toString ( ) : String
net/thevpc/nuts/boot/NutsBootId.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsBootManager.class
package net.thevpc.nuts
NutsBootManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsBootManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsBootManager.setSession ( NutsSession p1 ) [abstract] : NutsBootManager
net/thevpc/nuts/NutsBootManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsBootManager;
nuts-0.8.1.jar,
NutsBootVersion.class
package net.thevpc.nuts.boot
NutsBootVersion.accept ( NutsBootVersion other ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.accept:(Lnet/thevpc/nuts/boot/NutsBootVersion;)Z
NutsBootVersion.compareTo ( NutsBootVersion other ) : int
net/thevpc/nuts/boot/NutsBootVersion.compareTo:(Lnet/thevpc/nuts/boot/NutsBootVersion;)I
NutsBootVersion.compareTo ( String other ) : int
net/thevpc/nuts/boot/NutsBootVersion.compareTo:(Ljava/lang/String;)I
NutsBootVersion.equals ( Object o ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.equals:(Ljava/lang/Object;)Z
NutsBootVersion.getFrom ( ) : String
net/thevpc/nuts/boot/NutsBootVersion.getFrom:()Ljava/lang/String;
NutsBootVersion.getTo ( ) : String
net/thevpc/nuts/boot/NutsBootVersion.getTo:()Ljava/lang/String;
NutsBootVersion.hashCode ( ) : int
net/thevpc/nuts/boot/NutsBootVersion.hashCode:()I
NutsBootVersion.isBlank ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isBlank:()Z
NutsBootVersion.isIncludeFrom ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isIncludeFrom:()Z
NutsBootVersion.isIncludeTo ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isIncludeTo:()Z
NutsBootVersion.isInterval ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isInterval:()Z
NutsBootVersion.isSingleValue ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isSingleValue:()Z
NutsBootVersion.parse ( String s ) [static] : NutsBootVersion
net/thevpc/nuts/boot/NutsBootVersion.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/NutsBootVersion;
NutsBootVersion.toString ( ) : String
net/thevpc/nuts/boot/NutsBootVersion.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsBootWorkspace.class
package net.thevpc.nuts.boot
NutsBootWorkspace.createProcessBuilder ( ) : ProcessBuilder
net/thevpc/nuts/boot/NutsBootWorkspace.createProcessBuilder:()Ljava/lang/ProcessBuilder;
NutsBootWorkspace.createProcessCommandLine ( ) : String[ ]
net/thevpc/nuts/boot/NutsBootWorkspace.createProcessCommandLine:()[Ljava/lang/String;
NutsBootWorkspace.getOptions ( ) : NutsWorkspaceOptions
net/thevpc/nuts/boot/NutsBootWorkspace.getOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsBootWorkspace.getRequirementsHelpString ( boolean unsatisfiedOnly ) : String
net/thevpc/nuts/boot/NutsBootWorkspace.getRequirementsHelpString:(Z)Ljava/lang/String;
NutsBootWorkspace.hasUnsatisfiedRequirements ( ) : boolean
net/thevpc/nuts/boot/NutsBootWorkspace.hasUnsatisfiedRequirements:()Z
NutsBootWorkspace.NutsBootWorkspace ( NutsWorkspaceOptions options )
net/thevpc/nuts/boot/NutsBootWorkspace."<init>":(Lnet/thevpc/nuts/NutsWorkspaceOptions;)V
NutsBootWorkspace.NutsBootWorkspace ( String... args )
net/thevpc/nuts/boot/NutsBootWorkspace."<init>":([Ljava/lang/String;)V
NutsBootWorkspace.openWorkspace ( ) : NutsSession
net/thevpc/nuts/boot/NutsBootWorkspace.openWorkspace:()Lnet/thevpc/nuts/NutsSession;
NutsBootWorkspace.resolveBootRepositories ( ) : Set<String>
net/thevpc/nuts/boot/NutsBootWorkspace.resolveBootRepositories:()Ljava/util/Set;
NutsBootWorkspace.runWorkspace ( ) : void
net/thevpc/nuts/boot/NutsBootWorkspace.runWorkspace:()V
NutsBootWorkspace.startNewProcess ( ) : int
net/thevpc/nuts/boot/NutsBootWorkspace.startNewProcess:()I
nuts-0.8.1.jar,
NutsBootWorkspaceFactory.class
package net.thevpc.nuts.spi
NutsBootWorkspaceFactory.createWorkspace ( NutsWorkspaceInitInformation p1 ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsBootWorkspaceFactory.createWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceInitInformation;)Lnet/thevpc/nuts/NutsWorkspace;
NutsBootWorkspaceFactory.getBootSupportLevel ( NutsWorkspaceOptions p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsBootWorkspaceFactory.getBootSupportLevel:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)I
nuts-0.8.1.jar,
NutsClassLoaderNode.class
package net.thevpc.nuts
NutsClassLoaderNode.getDependencies ( ) : NutsClassLoaderNode[ ]
net/thevpc/nuts/NutsClassLoaderNode.getDependencies:()[Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsClassLoaderNode.getId ( ) : String
net/thevpc/nuts/NutsClassLoaderNode.getId:()Ljava/lang/String;
NutsClassLoaderNode.getURL ( ) : URL
net/thevpc/nuts/NutsClassLoaderNode.getURL:()Ljava/net/URL;
NutsClassLoaderNode.isEnabled ( ) : boolean
net/thevpc/nuts/NutsClassLoaderNode.isEnabled:()Z
NutsClassLoaderNode.NutsClassLoaderNode ( String id, URL url, boolean enabled, NutsClassLoaderNode... dependencies )
net/thevpc/nuts/NutsClassLoaderNode."<init>":(Ljava/lang/String;Ljava/net/URL;Z[Lnet/thevpc/nuts/NutsClassLoaderNode;)V
NutsClassLoaderNode.toString ( ) : String
net/thevpc/nuts/NutsClassLoaderNode.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsClassLoaderNodeBuilder.class
package net.thevpc.nuts
NutsClassLoaderNodeBuilder.addDependency ( NutsClassLoaderNode other ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.addDependency:(Lnet/thevpc/nuts/NutsClassLoaderNode;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.build ( ) : NutsClassLoaderNode
net/thevpc/nuts/NutsClassLoaderNodeBuilder.build:()Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsClassLoaderNodeBuilder.getDependencies ( ) : List<NutsClassLoaderNode>
net/thevpc/nuts/NutsClassLoaderNodeBuilder.getDependencies:()Ljava/util/List;
NutsClassLoaderNodeBuilder.getId ( ) : String
net/thevpc/nuts/NutsClassLoaderNodeBuilder.getId:()Ljava/lang/String;
NutsClassLoaderNodeBuilder.getURL ( ) : URL
net/thevpc/nuts/NutsClassLoaderNodeBuilder.getURL:()Ljava/net/URL;
NutsClassLoaderNodeBuilder.isEnabled ( ) : boolean
net/thevpc/nuts/NutsClassLoaderNodeBuilder.isEnabled:()Z
NutsClassLoaderNodeBuilder.NutsClassLoaderNodeBuilder ( )
net/thevpc/nuts/NutsClassLoaderNodeBuilder."<init>":()V
NutsClassLoaderNodeBuilder.setAll ( NutsClassLoaderNode o ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setAll:(Lnet/thevpc/nuts/NutsClassLoaderNode;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setAll ( NutsClassLoaderNodeBuilder o ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setAll:(Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setDependencies ( List<NutsClassLoaderNode> dependencies ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setDependencies:(Ljava/util/List;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setId ( String id ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setUrl ( URL url ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setUrl:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
nuts-0.8.1.jar,
NutsCodeFormat.class
package net.thevpc.nuts
NutsCodeFormat.getSupportLevel ( NutsSupportLevelContext<String> p1 ) [abstract] : int
net/thevpc/nuts/NutsCodeFormat.getSupportLevel:(Lnet/thevpc/nuts/NutsSupportLevelContext;)I
NutsCodeFormat.stringToText ( String p1, NutsSession p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsCodeFormat.stringToText:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
NutsCodeFormat.tokenToText ( String p1, String p2, NutsSession p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsCodeFormat.tokenToText:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsCommandAutoCompleteResolver.class
package net.thevpc.nuts
NutsCommandAutoCompleteResolver.resolveCandidates ( NutsCommandLine p1, int p2, NutsSession p3 ) [abstract] : List<NutsArgumentCandidate>
net/thevpc/nuts/NutsCommandAutoCompleteResolver.resolveCandidates:(Lnet/thevpc/nuts/NutsCommandLine;ILnet/thevpc/nuts/NutsSession;)Ljava/util/List;
nuts-0.8.1.jar,
NutsCommandConfig.class
package net.thevpc.nuts
NutsCommandConfig.equals ( Object o ) : boolean
net/thevpc/nuts/NutsCommandConfig.equals:(Ljava/lang/Object;)Z
NutsCommandConfig.getCommand ( ) : String[ ]
net/thevpc/nuts/NutsCommandConfig.getCommand:()[Ljava/lang/String;
NutsCommandConfig.getExecutorOptions ( ) : String[ ]
net/thevpc/nuts/NutsCommandConfig.getExecutorOptions:()[Ljava/lang/String;
NutsCommandConfig.getFactoryId ( ) : String
net/thevpc/nuts/NutsCommandConfig.getFactoryId:()Ljava/lang/String;
NutsCommandConfig.getHelpCommand ( ) : String[ ]
net/thevpc/nuts/NutsCommandConfig.getHelpCommand:()[Ljava/lang/String;
NutsCommandConfig.getHelpText ( ) : String
net/thevpc/nuts/NutsCommandConfig.getHelpText:()Ljava/lang/String;
NutsCommandConfig.getName ( ) : String
net/thevpc/nuts/NutsCommandConfig.getName:()Ljava/lang/String;
NutsCommandConfig.getOwner ( ) : NutsId
net/thevpc/nuts/NutsCommandConfig.getOwner:()Lnet/thevpc/nuts/NutsId;
NutsCommandConfig.hashCode ( ) : int
net/thevpc/nuts/NutsCommandConfig.hashCode:()I
NutsCommandConfig.NutsCommandConfig ( )
net/thevpc/nuts/NutsCommandConfig."<init>":()V
NutsCommandConfig.setCommand ( String... value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setExecutorOptions ( String[ ] value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setExecutorOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setFactoryId ( String value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setFactoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setHelpCommand ( String... value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setHelpCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setHelpText ( String value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setHelpText:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setName ( String value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.setOwner ( NutsId value ) : NutsCommandConfig
net/thevpc/nuts/NutsCommandConfig.setOwner:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsCommandConfig.toString ( ) : String
net/thevpc/nuts/NutsCommandConfig.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsCommandFactoryConfig.class
package net.thevpc.nuts
NutsCommandFactoryConfig.equals ( Object o ) : boolean
net/thevpc/nuts/NutsCommandFactoryConfig.equals:(Ljava/lang/Object;)Z
NutsCommandFactoryConfig.getFactoryId ( ) : String
net/thevpc/nuts/NutsCommandFactoryConfig.getFactoryId:()Ljava/lang/String;
NutsCommandFactoryConfig.getFactoryType ( ) : String
net/thevpc/nuts/NutsCommandFactoryConfig.getFactoryType:()Ljava/lang/String;
NutsCommandFactoryConfig.getParameters ( ) : Map<String,String>
net/thevpc/nuts/NutsCommandFactoryConfig.getParameters:()Ljava/util/Map;
NutsCommandFactoryConfig.getPriority ( ) : int
net/thevpc/nuts/NutsCommandFactoryConfig.getPriority:()I
NutsCommandFactoryConfig.hashCode ( ) : int
net/thevpc/nuts/NutsCommandFactoryConfig.hashCode:()I
NutsCommandFactoryConfig.NutsCommandFactoryConfig ( )
net/thevpc/nuts/NutsCommandFactoryConfig."<init>":()V
NutsCommandFactoryConfig.setFactoryId ( String value ) : NutsCommandFactoryConfig
net/thevpc/nuts/NutsCommandFactoryConfig.setFactoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCommandFactoryConfig.setFactoryType ( String value ) : NutsCommandFactoryConfig
net/thevpc/nuts/NutsCommandFactoryConfig.setFactoryType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCommandFactoryConfig.setParameters ( Map<String,String> value ) : NutsCommandFactoryConfig
net/thevpc/nuts/NutsCommandFactoryConfig.setParameters:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCommandFactoryConfig.setPriority ( int value ) : NutsCommandFactoryConfig
net/thevpc/nuts/NutsCommandFactoryConfig.setPriority:(I)Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCommandFactoryConfig.toString ( ) : String
net/thevpc/nuts/NutsCommandFactoryConfig.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsCommandHistory.class
package net.thevpc.nuts
NutsCommandHistory.add ( Instant p1, String p2 ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.add:(Ljava/time/Instant;Ljava/lang/String;)V
NutsCommandHistory.getEntry ( int p1 ) [abstract] : NutsCommandHistoryEntry
net/thevpc/nuts/NutsCommandHistory.getEntry:(I)Lnet/thevpc/nuts/NutsCommandHistoryEntry;
NutsCommandHistory.iterator ( int p1 ) [abstract] : ListIterator<NutsCommandHistoryEntry>
net/thevpc/nuts/NutsCommandHistory.iterator:(I)Ljava/util/ListIterator;
NutsCommandHistory.load ( ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.load:()V
NutsCommandHistory.load ( InputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.load:(Ljava/io/InputStream;)V
NutsCommandHistory.purge ( ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.purge:()V
NutsCommandHistory.save ( ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.save:()V
NutsCommandHistory.save ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandHistory.save:(Ljava/io/OutputStream;)V
NutsCommandHistory.size ( ) [abstract] : int
net/thevpc/nuts/NutsCommandHistory.size:()I
nuts-0.8.1.jar,
NutsCommandHistoryBuilder.class
package net.thevpc.nuts
NutsCommandHistoryBuilder.build ( ) [abstract] : NutsCommandHistory
net/thevpc/nuts/NutsCommandHistoryBuilder.build:()Lnet/thevpc/nuts/NutsCommandHistory;
NutsCommandHistoryBuilder.setPath ( File p1 ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandHistoryBuilder.setPath:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
NutsCommandHistoryBuilder.setPath ( Path p1 ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandHistoryBuilder.setPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
nuts-0.8.1.jar,
NutsCommandHistoryEntry.class
package net.thevpc.nuts
NutsCommandHistoryEntry.getIndex ( ) [abstract] : int
net/thevpc/nuts/NutsCommandHistoryEntry.getIndex:()I
NutsCommandHistoryEntry.getLine ( ) [abstract] : String
net/thevpc/nuts/NutsCommandHistoryEntry.getLine:()Ljava/lang/String;
NutsCommandHistoryEntry.getTime ( ) [abstract] : Instant
net/thevpc/nuts/NutsCommandHistoryEntry.getTime:()Ljava/time/Instant;
nuts-0.8.1.jar,
NutsCommandLine.class
package net.thevpc.nuts
NutsCommandLine.formatter ( ) : NutsFormat
net/thevpc/nuts/NutsCommandLine.formatter:()Lnet/thevpc/nuts/NutsFormat;
NutsCommandLine.formatter ( ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLine.formatter:()Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLine.of ( String[ ] args, NutsSession session ) [static] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.of:([Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.parse ( String line, NutsSession session ) [static] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.process ( NutsCommandLineConfigurable p1, NutsCommandLineProcessor p2 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.process:(Lnet/thevpc/nuts/NutsCommandLineConfigurable;Lnet/thevpc/nuts/NutsCommandLineProcessor;)V
NutsCommandLine.required ( NutsMessage p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.required:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.required ( NutsString p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.required:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.throwError ( NutsMessage p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.throwError:(Lnet/thevpc/nuts/NutsMessage;)V
NutsCommandLine.throwError ( NutsString p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.throwError:(Lnet/thevpc/nuts/NutsString;)V
NutsCommandLine.unexpectedArgument ( NutsMessage p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.unexpectedArgument:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.unexpectedArgument ( NutsString p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.unexpectedArgument:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsCommandLine;
nuts-0.8.1.jar,
NutsCommandLineConfigurable.class
package net.thevpc.nuts
NutsCommandLineConfigurable.configure ( boolean p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineConfigurable.configure:(ZLnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineConfigurable.configure ( boolean p1, String... p2 ) [abstract] : Object
net/thevpc/nuts/NutsCommandLineConfigurable.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsCommandLineConfigurable.configureFirst ( NutsCommandLine p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineConfigurable.configureFirst:(Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineConfigurable.configureLast ( NutsCommandLine commandLine ) : void
net/thevpc/nuts/NutsCommandLineConfigurable.configureLast:(Lnet/thevpc/nuts/NutsCommandLine;)V
nuts-0.8.1.jar,
NutsCommandlineFamily.class
package net.thevpc.nuts
NutsCommandlineFamily.getArchFamily ( ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.getArchFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.id ( ) : String
net/thevpc/nuts/NutsCommandlineFamily.id:()Ljava/lang/String;
NutsCommandlineFamily.parseLenient ( String arch ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyOrErrorValue ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyValue, NutsCommandlineFamily errorValue ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandlineFamily;Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.valueOf ( String name ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.values ( ) [static] : NutsCommandlineFamily[ ]
net/thevpc/nuts/NutsCommandlineFamily.values:()[Lnet/thevpc/nuts/NutsCommandlineFamily;
nuts-0.8.1.jar,
NutsCommandLineFormat.class
package net.thevpc.nuts
NutsCommandLineFormat.getCommandlineFamily ( ) [abstract] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandLineFormat.getCommandlineFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandLineFormat.getFormatStrategy ( ) [abstract] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormat.getFormatStrategy:()Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormat.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineFormat.isNtf:()Z
NutsCommandLineFormat.setCommandlineFamily ( NutsCommandlineFamily p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setCommandlineFamily:(Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineFormat.setFormatStrategy ( NutsCommandLineFormatStrategy p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandLineFormat.setFormatStrategy:(Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;)V
NutsCommandLineFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsCommandLineFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsCommandLineFormat.setNtf ( boolean p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsCommandLineFormat;
nuts-0.8.1.jar,
NutsCommandLineFormatStrategy.class
package net.thevpc.nuts
NutsCommandLineFormatStrategy.getArchFamily ( ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.getArchFamily:()Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.id ( ) : String
net/thevpc/nuts/NutsCommandLineFormatStrategy.id:()Ljava/lang/String;
NutsCommandLineFormatStrategy.parseLenient ( String arch ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.parseLenient ( String arch, NutsCommandLineFormatStrategy emptyValue ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.parseLenient ( String arch, NutsCommandLineFormatStrategy emptyValue, NutsCommandLineFormatStrategy errorValue ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.valueOf ( String name ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.values ( ) [static] : NutsCommandLineFormatStrategy[ ]
net/thevpc/nuts/NutsCommandLineFormatStrategy.values:()[Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
nuts-0.8.1.jar,
NutsCommandLineManager.class
package net.thevpc.nuts
NutsCommandLineManager.createHistory ( ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandLineManager.createHistory:()Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
NutsCommandLineManager.getCommandlineFamily ( ) [abstract] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandLineManager.getCommandlineFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandLineManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCommandLineManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCommandLineManager.setCommandlineFamily ( NutsCommandlineFamily p1 ) [abstract] : NutsCommandLineManager
net/thevpc/nuts/NutsCommandLineManager.setCommandlineFamily:(Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandLineManager;
NutsCommandLineManager.setSession ( NutsSession p1 ) [abstract] : NutsCommandLineManager
net/thevpc/nuts/NutsCommandLineManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLineManager;
nuts-0.8.1.jar,
NutsCommandLineProcessor.class
package net.thevpc.nuts
NutsCommandLineProcessor.onAutoComplete ( NutsCommandAutoComplete autoComplete ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onAutoComplete:(Lnet/thevpc/nuts/NutsCommandAutoComplete;)V
NutsCommandLineProcessor.onExec ( ) [abstract] : void
net/thevpc/nuts/NutsCommandLineProcessor.onExec:()V
NutsCommandLineProcessor.onInit ( NutsCommandLine commandline ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onInit:(Lnet/thevpc/nuts/NutsCommandLine;)V
NutsCommandLineProcessor.onNextNonOption ( NutsArgument p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineProcessor.onNextNonOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineProcessor.onNextOption ( NutsArgument p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineProcessor.onNextOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineProcessor.onPrepare ( NutsCommandLine commandline ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onPrepare:(Lnet/thevpc/nuts/NutsCommandLine;)V
nuts-0.8.1.jar,
NutsCommandReadHighlighter.class
package net.thevpc.nuts
NutsCommandReadHighlighter.highlight ( String p1, NutsSession p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsCommandReadHighlighter.highlight:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsComponent.class
package net.thevpc.nuts.spi
NutsComponent<CriteriaType>.getSupportLevel ( NutsSupportLevelContext<CriteriaType> p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsComponent.getSupportLevel:(Lnet/thevpc/nuts/NutsSupportLevelContext;)I
nuts-0.8.1.jar,
NutsConcurrentManager.class
package net.thevpc.nuts
NutsConcurrentManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsConcurrentManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsConcurrentManager.setSession ( NutsSession p1 ) [abstract] : NutsConcurrentManager
net/thevpc/nuts/NutsConcurrentManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsConcurrentManager;
nuts-0.8.1.jar,
NutsConfirmationMode.class
package net.thevpc.nuts
NutsConfirmationMode.parseLenient ( String value ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsConfirmationMode;
NutsConfirmationMode.parseLenient ( String value, NutsConfirmationMode emptyOrErrorValue ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsConfirmationMode;)Lnet/thevpc/nuts/NutsConfirmationMode;
NutsConfirmationMode.parseLenient ( String value, NutsConfirmationMode emptyValue, NutsConfirmationMode errorValue ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsConfirmationMode;Lnet/thevpc/nuts/NutsConfirmationMode;)Lnet/thevpc/nuts/NutsConfirmationMode;
nuts-0.8.1.jar,
NutsContent.class
package net.thevpc.nuts
NutsContent.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsContent.getFilePath:()Ljava/nio/file/Path;
NutsContent.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsContent.getLocation:()Lnet/thevpc/nuts/NutsPath;
NutsContent.getPath ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsContent.getPath:()Lnet/thevpc/nuts/NutsPath;
nuts-0.8.1.jar,
NutsContentEvent.class
package net.thevpc.nuts
NutsContentEvent.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsContentEvent.getLocation:()Lnet/thevpc/nuts/NutsPath;
nuts-0.8.1.jar,
NutsContentType.class
package net.thevpc.nuts
NutsContentType.id ( ) : String
net/thevpc/nuts/NutsContentType.id:()Ljava/lang/String;
NutsContentType.parseLenient ( String value ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.parseLenient ( String value, NutsContentType emptyOrErrorValue ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.parseLenient ( String value, NutsContentType emptyValue, NutsContentType errorValue ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsContentType;Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.valueOf ( String name ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.values ( ) [static] : NutsContentType[ ]
net/thevpc/nuts/NutsContentType.values:()[Lnet/thevpc/nuts/NutsContentType;
nuts-0.8.1.jar,
NutsCustomCommandManager.class
package net.thevpc.nuts
NutsCustomCommandManager.addCommand ( NutsCommandConfig p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.addCommand:(Lnet/thevpc/nuts/NutsCommandConfig;)Z
NutsCustomCommandManager.addCommandFactory ( NutsCommandFactoryConfig p1 ) [abstract] : void
net/thevpc/nuts/NutsCustomCommandManager.addCommandFactory:(Lnet/thevpc/nuts/NutsCommandFactoryConfig;)V
NutsCustomCommandManager.commandExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.commandExists:(Ljava/lang/String;)Z
NutsCustomCommandManager.commandFactoryExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.commandFactoryExists:(Ljava/lang/String;)Z
NutsCustomCommandManager.findAllCommands ( ) [abstract] : List<NutsWorkspaceCustomCommand>
net/thevpc/nuts/NutsCustomCommandManager.findAllCommands:()Ljava/util/List;
NutsCustomCommandManager.findCommand ( String p1 ) [abstract] : NutsWorkspaceCustomCommand
net/thevpc/nuts/NutsCustomCommandManager.findCommand:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCustomCommand;
NutsCustomCommandManager.findCommand ( String p1, NutsId p2, NutsId p3 ) [abstract] : NutsWorkspaceCustomCommand
net/thevpc/nuts/NutsCustomCommandManager.findCommand:(Ljava/lang/String;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsWorkspaceCustomCommand;
NutsCustomCommandManager.findCommandsByOwner ( NutsId p1 ) [abstract] : List<NutsWorkspaceCustomCommand>
net/thevpc/nuts/NutsCustomCommandManager.findCommandsByOwner:(Lnet/thevpc/nuts/NutsId;)Ljava/util/List;
NutsCustomCommandManager.getCommandFactories ( ) [abstract] : NutsCommandFactoryConfig[ ]
net/thevpc/nuts/NutsCustomCommandManager.getCommandFactories:()[Lnet/thevpc/nuts/NutsCommandFactoryConfig;
NutsCustomCommandManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCustomCommandManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCustomCommandManager.removeCommand ( String p1 ) [abstract] : void
net/thevpc/nuts/NutsCustomCommandManager.removeCommand:(Ljava/lang/String;)V
NutsCustomCommandManager.removeCommandFactory ( String p1 ) [abstract] : void
net/thevpc/nuts/NutsCustomCommandManager.removeCommandFactory:(Ljava/lang/String;)V
NutsCustomCommandManager.removeCommandFactoryIfExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.removeCommandFactoryIfExists:(Ljava/lang/String;)Z
NutsCustomCommandManager.removeCommandIfExists ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.removeCommandIfExists:(Ljava/lang/String;)Z
NutsCustomCommandManager.setSession ( NutsSession p1 ) [abstract] : NutsCustomCommandManager
net/thevpc/nuts/NutsCustomCommandManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCustomCommandManager;
NutsCustomCommandManager.updateCommand ( NutsCommandConfig p1 ) [abstract] : boolean
net/thevpc/nuts/NutsCustomCommandManager.updateCommand:(Lnet/thevpc/nuts/NutsCommandConfig;)Z
nuts-0.8.1.jar,
NutsDefaultArgumentCandidate.class
package net.thevpc.nuts
NutsDefaultArgumentCandidate.getDisplay ( ) : String
net/thevpc/nuts/NutsDefaultArgumentCandidate.getDisplay:()Ljava/lang/String;
NutsDefaultArgumentCandidate.getValue ( ) : String
net/thevpc/nuts/NutsDefaultArgumentCandidate.getValue:()Ljava/lang/String;
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value )
net/thevpc/nuts/NutsDefaultArgumentCandidate."<init>":(Ljava/lang/String;)V
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value, String display )
net/thevpc/nuts/NutsDefaultArgumentCandidate."<init>":(Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsDefaultCommandAutoComplete.class
package net.thevpc.nuts
NutsDefaultCommandAutoComplete.getCurrentWordIndex ( ) : int
net/thevpc/nuts/NutsDefaultCommandAutoComplete.getCurrentWordIndex:()I
NutsDefaultCommandAutoComplete.getLine ( ) : String
net/thevpc/nuts/NutsDefaultCommandAutoComplete.getLine:()Ljava/lang/String;
NutsDefaultCommandAutoComplete.getSession ( ) : NutsSession
net/thevpc/nuts/NutsDefaultCommandAutoComplete.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDefaultCommandAutoComplete.getWords ( ) : List<String>
net/thevpc/nuts/NutsDefaultCommandAutoComplete.getWords:()Ljava/util/List;
NutsDefaultCommandAutoComplete.NutsDefaultCommandAutoComplete ( )
net/thevpc/nuts/NutsDefaultCommandAutoComplete."<init>":()V
NutsDefaultCommandAutoComplete.setCurrentWordIndex ( int currentWordIndex ) : NutsDefaultCommandAutoComplete
net/thevpc/nuts/NutsDefaultCommandAutoComplete.setCurrentWordIndex:(I)Lnet/thevpc/nuts/NutsDefaultCommandAutoComplete;
NutsDefaultCommandAutoComplete.setLine ( String line ) : NutsDefaultCommandAutoComplete
net/thevpc/nuts/NutsDefaultCommandAutoComplete.setLine:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDefaultCommandAutoComplete;
NutsDefaultCommandAutoComplete.setSession ( NutsSession session ) : NutsDefaultCommandAutoComplete
net/thevpc/nuts/NutsDefaultCommandAutoComplete.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDefaultCommandAutoComplete;
NutsDefaultCommandAutoComplete.setWords ( List<String> words ) : NutsDefaultCommandAutoComplete
net/thevpc/nuts/NutsDefaultCommandAutoComplete.setWords:(Ljava/util/List;)Lnet/thevpc/nuts/NutsDefaultCommandAutoComplete;
nuts-0.8.1.jar,
NutsDefaultContent.class
package net.thevpc.nuts
NutsDefaultContent.getFilePath ( ) : Path
net/thevpc/nuts/NutsDefaultContent.getFilePath:()Ljava/nio/file/Path;
NutsDefaultContent.getLocation ( ) : NutsPath
net/thevpc/nuts/NutsDefaultContent.getLocation:()Lnet/thevpc/nuts/NutsPath;
NutsDefaultContent.getPath ( ) : NutsPath
net/thevpc/nuts/NutsDefaultContent.getPath:()Lnet/thevpc/nuts/NutsPath;
NutsDefaultContent.NutsDefaultContent ( NutsPath location, boolean cached, boolean temporary )
net/thevpc/nuts/NutsDefaultContent."<init>":(Lnet/thevpc/nuts/NutsPath;ZZ)V
nuts-0.8.1.jar,
NutsDefaultSupportLevelContext.class
package net.thevpc.nuts
NutsDefaultSupportLevelContext<T>.getSession ( ) : NutsSession
net/thevpc/nuts/NutsDefaultSupportLevelContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDefaultSupportLevelContext<T>.NutsDefaultSupportLevelContext<T> ( NutsSession session, T constraints )
net/thevpc/nuts/NutsDefaultSupportLevelContext."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsDefaultTerminalSpec.class
package net.thevpc.nuts
NutsDefaultTerminalSpec.getParent ( ) : NutsSystemTerminalBase
net/thevpc/nuts/NutsDefaultTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsDefaultTerminalSpec.setParent ( NutsSystemTerminalBase parent ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalSpec;
nuts-0.8.1.jar,
NutsDefinition.class
package net.thevpc.nuts
NutsDefinition.getDependencies ( ) [abstract] : NutsDependencies
net/thevpc/nuts/NutsDefinition.getDependencies:()Lnet/thevpc/nuts/NutsDependencies;
NutsDefinition.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsDefinition.getLocation:()Lnet/thevpc/nuts/NutsPath;
nuts-0.8.1.jar,
NutsDependencies.class
package net.thevpc.nuts
NutsDependencies.all ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.all:()Ljava/util/List;
NutsDependencies.filter ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencies.filter:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencies.immediate ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.immediate:()Ljava/util/List;
NutsDependencies.mergedDependencies ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.mergedDependencies:()Ljava/util/List;
NutsDependencies.mergedNodes ( ) [abstract] : List<NutsDependencyTreeNode>
net/thevpc/nuts/NutsDependencies.mergedNodes:()Ljava/util/List;
NutsDependencies.nodes ( ) [abstract] : List<NutsDependencyTreeNode>
net/thevpc/nuts/NutsDependencies.nodes:()Ljava/util/List;
NutsDependencies.sourceIds ( ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsDependencies.sourceIds:()Ljava/util/List;
NutsDependencies.stream ( ) [abstract] : Stream<NutsDependency>
net/thevpc/nuts/NutsDependencies.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsDependency.class
package net.thevpc.nuts
NutsDependency.formatter ( ) : NutsFormat
net/thevpc/nuts/NutsDependency.formatter:()Lnet/thevpc/nuts/NutsFormat;
NutsDependency.formatter ( ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependency.formatter:()Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependency.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getArch:()Ljava/lang/String;
NutsDependency.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getOs:()Ljava/lang/String;
NutsDependency.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getRepository:()Ljava/lang/String;
NutsDependency.getType ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getType:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsDependencyBuilder.class
package net.thevpc.nuts
NutsDependencyBuilder.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getArch:()Ljava/lang/String;
NutsDependencyBuilder.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getOs:()Ljava/lang/String;
NutsDependencyBuilder.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getRepository:()Ljava/lang/String;
NutsDependencyBuilder.getType ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getType:()Ljava/lang/String;
NutsDependencyBuilder.of ( NutsSession session ) [static] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setArch ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setOs ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setRepository ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setScope ( NutsDependencyScope p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setType ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.toId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDependencyBuilder.toId:()Lnet/thevpc/nuts/NutsId;
nuts-0.8.1.jar,
NutsDependencyFilterManager.class
package net.thevpc.nuts
NutsDependencyFilterManager.byArch ( Collection<NutsArchFamily> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( NutsArchFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( NutsArchFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:([Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( Collection<NutsOsFamily> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( NutsOsFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( NutsOsFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:([Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byType ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsDependencyFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsDependencyFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsDependencyFilterManager
net/thevpc/nuts/NutsDependencyFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyFilterManager;
nuts-0.8.1.jar,
NutsDependencyFormat.class
package net.thevpc.nuts
NutsDependencyFormat.isOmitRepository ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitRepository:()Z
NutsDependencyFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsDependencyFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsDependencyFormat.setNtf ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setOmitRepository ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitRepository:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
nuts-0.8.1.jar,
NutsDependencyManager.class
package net.thevpc.nuts
NutsDependencyManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDependencyManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDependencyManager.setSession ( NutsSession p1 ) [abstract] : NutsDependencyManager
net/thevpc/nuts/NutsDependencyManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyManager;
nuts-0.8.1.jar,
NutsDependencyParser.class
package net.thevpc.nuts
NutsDependencyParser.of ( NutsSession session ) [static] : NutsDependencyParser
net/thevpc/nuts/NutsDependencyParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyParser;
nuts-0.8.1.jar,
NutsDependencyScope.class
package net.thevpc.nuts
NutsDependencyScope.isApi ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isApi:()Z
NutsDependencyScope.isCompile ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isCompile:()Z
NutsDependencyScope.isImplementation ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isImplementation:()Z
NutsDependencyScope.isOther ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isOther:()Z
NutsDependencyScope.isProvided ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isProvided:()Z
NutsDependencyScope.isRuntime ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isRuntime:()Z
NutsDependencyScope.isSystem ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isSystem:()Z
NutsDependencyScope.isTest ( ) : boolean
net/thevpc/nuts/NutsDependencyScope.isTest:()Z
NutsDependencyScope.parseLenient ( String value ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyScope;
NutsDependencyScope.parseLenient ( String value, NutsDependencyScope emptyOrErrorValue ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyScope;
NutsDependencyScope.parseLenient ( String value, NutsDependencyScope emptyValue, NutsDependencyScope errorValue ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScope;Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyScope;
nuts-0.8.1.jar,
NutsDependencyScopePattern.class
package net.thevpc.nuts
NutsDependencyScopePattern.parseLenient ( String value ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
NutsDependencyScopePattern.parseLenient ( String value, NutsDependencyScopePattern emptyOrErrorValue ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
NutsDependencyScopePattern.parseLenient ( String value, NutsDependencyScopePattern emptyValue, NutsDependencyScopePattern errorValue ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScopePattern;Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
nuts-0.8.1.jar,
NutsDeployRepositoryCommand.class
package net.thevpc.nuts.spi
NutsDeployRepositoryCommand.getContent ( ) [abstract] : Object
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.getContent:()Ljava/lang/Object;
NutsDeployRepositoryCommand.getDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.getDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsDeployRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsDeployRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsDeployRepositoryCommand.run ( ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( File p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Ljava/io/File;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( InputStream p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Ljava/io/InputStream;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( Path p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( URL p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Ljava/net/URL;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setDescriptor ( NutsDescriptor p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setDescriptor:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsDeployRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
nuts-0.8.1.jar,
NutsDescriptor.class
package net.thevpc.nuts
NutsDescriptor.getCategories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getCategories:()[Ljava/lang/String;
NutsDescriptor.getDesktopEnvironment ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getDesktopEnvironment:()[Ljava/lang/String;
NutsDescriptor.getGenericName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptor.getGenericName:()Ljava/lang/String;
NutsDescriptor.getIcons ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getIcons:()[Ljava/lang/String;
nuts-0.8.1.jar,
NutsDescriptorBuilder.class
package net.thevpc.nuts
NutsDescriptorBuilder.getCategories ( ) [abstract] : List<String>
net/thevpc/nuts/NutsDescriptorBuilder.getCategories:()Ljava/util/List;
NutsDescriptorBuilder.getDesktopEnvironment ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getDesktopEnvironment:()[Ljava/lang/String;
NutsDescriptorBuilder.getGenericName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorBuilder.getGenericName:()Ljava/lang/String;
NutsDescriptorBuilder.getIcons ( ) [abstract] : List<String>
net/thevpc/nuts/NutsDescriptorBuilder.getIcons:()Ljava/util/List;
NutsDescriptorBuilder.isApplication ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorBuilder.isApplication:()Z
NutsDescriptorBuilder.of ( NutsSession session ) [static] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeDesktopEnvironment ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeDesktopEnvironment:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setCategories ( List<String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setCategories:(Ljava/util/List;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setDesktopEnvironment ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setDesktopEnvironment:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setGenericName ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setGenericName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setIcons ( List<String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setIcons:(Ljava/util/List;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
nuts-0.8.1.jar,
NutsDescriptorContentParserComponent.class
package net.thevpc.nuts.spi
NutsDescriptorContentParserComponent.parse ( NutsDescriptorContentParserContext p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/spi/NutsDescriptorContentParserComponent.parse:(Lnet/thevpc/nuts/spi/NutsDescriptorContentParserContext;)Lnet/thevpc/nuts/NutsDescriptor;
nuts-0.8.1.jar,
NutsDescriptorContentParserContext.class
package net.thevpc.nuts.spi
NutsDescriptorContentParserContext.getFileExtension ( ) [abstract] : String
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getFileExtension:()Ljava/lang/String;
NutsDescriptorContentParserContext.getFullStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getFullStream:()Ljava/io/InputStream;
NutsDescriptorContentParserContext.getHeadStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getHeadStream:()Ljava/io/InputStream;
NutsDescriptorContentParserContext.getMimeType ( ) [abstract] : String
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getMimeType:()Ljava/lang/String;
NutsDescriptorContentParserContext.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getName:()Ljava/lang/String;
NutsDescriptorContentParserContext.getParseOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getParseOptions:()[Ljava/lang/String;
NutsDescriptorContentParserContext.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDescriptorContentParserContext.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsDescriptorContentParserContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsDescriptorFilterManager.class
package net.thevpc.nuts
NutsDescriptorFilterManager.byApiVersion ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byApiVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byCompanion ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byCompanion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byExtension ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byExtension:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byRuntime ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byRuntime:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsDescriptorFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsDescriptorFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorFilterManager
net/thevpc/nuts/NutsDescriptorFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorFilterManager;
nuts-0.8.1.jar,
NutsDescriptorFormat.class
package net.thevpc.nuts
NutsDescriptorFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsDescriptorFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsDescriptorFormat.setNtf ( boolean p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorFormat.setValue ( NutsDescriptor p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.setValue:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorFormat;
nuts-0.8.1.jar,
NutsDescriptorManager.class
package net.thevpc.nuts
NutsDescriptorManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDescriptorManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDescriptorManager.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorManager
net/thevpc/nuts/NutsDescriptorManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorManager;
nuts-0.8.1.jar,
NutsDescriptorParser.class
package net.thevpc.nuts
NutsDescriptorParser.getDescriptorStyle ( ) [abstract] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorParser.getDescriptorStyle:()Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorParser.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDescriptorParser.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDescriptorParser.of ( NutsSession session ) [static] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorParser;
NutsDescriptorParser.setDescriptorStyle ( NutsDescriptorStyle p1 ) [abstract] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorParser.setDescriptorStyle:(Lnet/thevpc/nuts/NutsDescriptorStyle;)Lnet/thevpc/nuts/NutsDescriptorParser;
NutsDescriptorParser.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorParser.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorParser;
nuts-0.8.1.jar,
NutsDescriptorStyle.class
package net.thevpc.nuts
NutsDescriptorStyle.id ( ) : String
net/thevpc/nuts/NutsDescriptorStyle.id:()Ljava/lang/String;
NutsDescriptorStyle.parseLenient ( String value ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.parseLenient ( String value, NutsDescriptorStyle emptyOrErrorValue ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDescriptorStyle;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.parseLenient ( String value, NutsDescriptorStyle emptyValue, NutsDescriptorStyle errorValue ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDescriptorStyle;Lnet/thevpc/nuts/NutsDescriptorStyle;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.valueOf ( String name ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.values ( ) [static] : NutsDescriptorStyle[ ]
net/thevpc/nuts/NutsDescriptorStyle.values:()[Lnet/thevpc/nuts/NutsDescriptorStyle;
nuts-0.8.1.jar,
NutsDesktopEnvironmentFamily.class
package net.thevpc.nuts
NutsDesktopEnvironmentFamily.id ( ) : String
net/thevpc/nuts/NutsDesktopEnvironmentFamily.id:()Ljava/lang/String;
NutsDesktopEnvironmentFamily.parseLenient ( String e ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyOrErrorValue ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyValue, NutsDesktopEnvironmentFamily errorValue ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.valueOf ( String name ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.values ( ) [static] : NutsDesktopEnvironmentFamily[ ]
net/thevpc/nuts/NutsDesktopEnvironmentFamily.values:()[Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
nuts-0.8.1.jar,
NutsDesktopIntegrationItem.class
package net.thevpc.nuts
NutsDesktopIntegrationItem.id ( ) : String
net/thevpc/nuts/NutsDesktopIntegrationItem.id:()Ljava/lang/String;
NutsDesktopIntegrationItem.parseLenient ( String value ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.parseLenient ( String value, NutsDesktopIntegrationItem emptyOrErrorValue ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.parseLenient ( String value, NutsDesktopIntegrationItem emptyValue, NutsDesktopIntegrationItem errorValue ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopIntegrationItem;Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.valueOf ( String name ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.values ( ) [static] : NutsDesktopIntegrationItem[ ]
net/thevpc/nuts/NutsDesktopIntegrationItem.values:()[Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
nuts-0.8.1.jar,
NutsElement.class
package net.thevpc.nuts
NutsElement.asArray ( ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsElement.asArray:()Lnet/thevpc/nuts/NutsArrayElement;
NutsElement.asBoolean ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.asBoolean:()Z
NutsElement.asByte ( ) [abstract] : byte
net/thevpc/nuts/NutsElement.asByte:()B
NutsElement.asDouble ( ) [abstract] : double
net/thevpc/nuts/NutsElement.asDouble:()D
NutsElement.asFloat ( ) [abstract] : float
net/thevpc/nuts/NutsElement.asFloat:()F
NutsElement.asInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsElement.asInstant:()Ljava/time/Instant;
NutsElement.asInt ( ) [abstract] : int
net/thevpc/nuts/NutsElement.asInt:()I
NutsElement.asLong ( ) [abstract] : long
net/thevpc/nuts/NutsElement.asLong:()J
NutsElement.asObject ( ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsElement.asObject:()Lnet/thevpc/nuts/NutsObjectElement;
NutsElement.asPrimitive ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElement.asPrimitive:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElement.asSafeArray ( ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsElement.asSafeArray:()Lnet/thevpc/nuts/NutsArrayElement;
NutsElement.asSafeByte ( ) [abstract] : Byte
net/thevpc/nuts/NutsElement.asSafeByte:()Ljava/lang/Byte;
NutsElement.asSafeByte ( byte p1 ) [abstract] : byte
net/thevpc/nuts/NutsElement.asSafeByte:(B)B
NutsElement.asSafeDouble ( ) [abstract] : Double
net/thevpc/nuts/NutsElement.asSafeDouble:()Ljava/lang/Double;
NutsElement.asSafeDouble ( double p1 ) [abstract] : double
net/thevpc/nuts/NutsElement.asSafeDouble:(D)D
NutsElement.asSafeFloat ( ) [abstract] : Float
net/thevpc/nuts/NutsElement.asSafeFloat:()Ljava/lang/Float;
NutsElement.asSafeFloat ( float p1 ) [abstract] : float
net/thevpc/nuts/NutsElement.asSafeFloat:(F)F
NutsElement.asSafeInt ( ) [abstract] : Integer
net/thevpc/nuts/NutsElement.asSafeInt:()Ljava/lang/Integer;
NutsElement.asSafeInt ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsElement.asSafeInt:(I)I
NutsElement.asSafeLong ( ) [abstract] : Long
net/thevpc/nuts/NutsElement.asSafeLong:()Ljava/lang/Long;
NutsElement.asSafeLong ( long p1 ) [abstract] : long
net/thevpc/nuts/NutsElement.asSafeLong:(J)J
NutsElement.asSafeObject ( ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsElement.asSafeObject:()Lnet/thevpc/nuts/NutsObjectElement;
NutsElement.asSafeShort ( ) [abstract] : Short
net/thevpc/nuts/NutsElement.asSafeShort:()Ljava/lang/Short;
NutsElement.asSafeShort ( short p1 ) [abstract] : short
net/thevpc/nuts/NutsElement.asSafeShort:(S)S
NutsElement.asSafeString ( ) [abstract] : String
net/thevpc/nuts/NutsElement.asSafeString:()Ljava/lang/String;
NutsElement.asSafeString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsElement.asSafeString:(Ljava/lang/String;)Ljava/lang/String;
NutsElement.asShort ( ) [abstract] : short
net/thevpc/nuts/NutsElement.asShort:()S
NutsElement.asString ( ) [abstract] : String
net/thevpc/nuts/NutsElement.asString:()Ljava/lang/String;
NutsElement.isArray ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isArray:()Z
NutsElement.isByte ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isByte:()Z
NutsElement.isDouble ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isDouble:()Z
NutsElement.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isEmpty:()Z
NutsElement.isFloat ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isFloat:()Z
NutsElement.isInstant ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isInstant:()Z
NutsElement.isInt ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isInt:()Z
NutsElement.isLong ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isLong:()Z
NutsElement.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isNull:()Z
NutsElement.isNumber ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isNumber:()Z
NutsElement.isObject ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isObject:()Z
NutsElement.isPrimitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isPrimitive:()Z
NutsElement.isShort ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isShort:()Z
NutsElement.isString ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isString:()Z
nuts-0.8.1.jar,
NutsElementEntry.class
package net.thevpc.nuts
NutsElementEntry.getKey ( ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementEntry.getKey:()Lnet/thevpc/nuts/NutsElement;
NutsElementEntry.getValue ( ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementEntry.getValue:()Lnet/thevpc/nuts/NutsElement;
nuts-0.8.1.jar,
NutsElementFactoryContext.class
package net.thevpc.nuts
NutsElementFactoryContext.defaultDestruct ( Object p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/NutsElementFactoryContext.defaultDestruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFactoryContext.defaultElementToObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/NutsElementFactoryContext.defaultElementToObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NutsElementFactoryContext.defaultObjectToElement ( Object p1, Type p2 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFactoryContext.defaultObjectToElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/NutsElement;
NutsElementFactoryContext.destruct ( Object p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/NutsElementFactoryContext.destruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NutsElementFactoryContext.element ( ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFactoryContext.element:()Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFactoryContext.elementToObject ( NutsElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFactoryContext.elementToObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFactoryContext.elementToObject ( NutsElement p1, Type p2 ) [abstract] : Object
net/thevpc/nuts/NutsElementFactoryContext.elementToObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/reflect/Type;)Ljava/lang/Object;
NutsElementFactoryContext.getDestructTypeFilter ( ) [abstract] : Predicate<Type>
net/thevpc/nuts/NutsElementFactoryContext.getDestructTypeFilter:()Ljava/util/function/Predicate;
NutsElementFactoryContext.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsElementFactoryContext.getProperties:()Ljava/util/Map;
NutsElementFactoryContext.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsElementFactoryContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsElementFactoryContext.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsElementFactoryContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsElementFactoryContext.objectToElement ( Object p1, Type p2 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFactoryContext.objectToElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;)Lnet/thevpc/nuts/NutsElement;
nuts-0.8.1.jar,
NutsElementFormat.class
package net.thevpc.nuts
NutsElementFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.convert ( Object p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.convert:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.destruct ( Object p1 ) [abstract] : Object
net/thevpc/nuts/NutsElementFormat.destruct:(Ljava/lang/Object;)Ljava/lang/Object;
NutsElementFormat.forArray ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsElementFormat.forArray:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsElementFormat.forBoolean ( boolean p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forBoolean:(Z)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forBoolean ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forBoolean:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forByte ( Byte p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forByte:(Ljava/lang/Byte;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forDouble ( Double p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forDouble:(Ljava/lang/Double;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forEntry ( NutsElement p1, NutsElement p2 ) [abstract] : NutsElementEntry
net/thevpc/nuts/NutsElementFormat.forEntry:(Lnet/thevpc/nuts/NutsElement;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElementEntry;
NutsElementFormat.forFalse ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFalse:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forFloat ( Float p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFloat:(Ljava/lang/Float;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forFloat ( Short p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFloat:(Ljava/lang/Short;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( Date p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/util/Date;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( Instant p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/time/Instant;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInt ( Integer p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInt:(Ljava/lang/Integer;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forLong ( Long p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forLong:(Ljava/lang/Long;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNull ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNull:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNumber ( Number p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNumber:(Ljava/lang/Number;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNumber ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNumber:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forObject ( ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsElementFormat.forObject:()Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsElementFormat.forString ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forString:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forTrue ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forTrue:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.getContentType ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsElementFormat.getContentType:()Lnet/thevpc/nuts/NutsContentType;
NutsElementFormat.getDestructTypeFilter ( ) [abstract] : Predicate<Type>
net/thevpc/nuts/NutsElementFormat.getDestructTypeFilter:()Ljava/util/function/Predicate;
NutsElementFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NutsElementFormat.isCompact:()Z
NutsElementFormat.iter ( NutsPrintStream p1 ) [abstract] : NutsIterableFormat
net/thevpc/nuts/NutsElementFormat.iter:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsIterableFormat;
NutsElementFormat.of ( NutsSession session ) [static] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.parse ( byte[ ] p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:([B)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( byte[ ] p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:([BLjava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( File p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/File;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( File p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/File;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( InputStream p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( InputStream p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/InputStream;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( Path p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( Path p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/nio/file/Path;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( Reader p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/Reader;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( Reader p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/Reader;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( String p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( URL p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( URL p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/net/URL;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.setCompact ( boolean p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setCompact:(Z)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setContentType ( NutsContentType p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setContentType:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setDestructTypeFilter ( Predicate<Type> p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setDestructTypeFilter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setMapper ( Class p1, NutsElementMapper p2 ) [abstract] : void
net/thevpc/nuts/NutsElementFormat.setMapper:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsElementMapper;)V
NutsElementFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsElementFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.setNtf ( boolean p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
nuts-0.8.1.jar,
NutsElementMapper.class
package net.thevpc.nuts
NutsElementMapper<T>.createElement ( T p1, Type p2, NutsElementFactoryContext p3 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementMapper.createElement:(Ljava/lang/Object;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/NutsElementFactoryContext;)Lnet/thevpc/nuts/NutsElement;
NutsElementMapper<T>.createObject ( NutsElement p1, Type p2, NutsElementFactoryContext p3 ) [abstract] : T
net/thevpc/nuts/NutsElementMapper.createObject:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/NutsElementFactoryContext;)Ljava/lang/Object;
NutsElementMapper<T>.destruct ( T p1, Type p2, NutsElementFactoryContext p3 ) [abstract] : Object
net/thevpc/nuts/NutsElementMapper.destruct:(Ljava/lang/Object;Ljava/lang/reflect/Type;Lnet/thevpc/nuts/NutsElementFactoryContext;)Ljava/lang/Object;
nuts-0.8.1.jar,
NutsElementNotFoundException.class
package net.thevpc.nuts
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsElementNotFoundException.NutsElementNotFoundException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsElementType.class
package net.thevpc.nuts
NutsElementType.isNumber ( ) : boolean
net/thevpc/nuts/NutsElementType.isNumber:()Z
NutsElementType.parseLenient ( String value ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementType;
NutsElementType.parseLenient ( String value, NutsElementType emptyOrErrorValue ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsElementType;)Lnet/thevpc/nuts/NutsElementType;
NutsElementType.parseLenient ( String value, NutsElementType emptyValue, NutsElementType errorValue ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsElementType;Lnet/thevpc/nuts/NutsElementType;)Lnet/thevpc/nuts/NutsElementType;
nuts-0.8.1.jar,
NutsEnum.class
package net.thevpc.nuts
NutsEnum.id ( ) [abstract] : String
net/thevpc/nuts/NutsEnum.id:()Ljava/lang/String;
NutsEnum.parseLenient ( Class<T> type, String value ) [static] : T
net/thevpc/nuts/NutsEnum.parseLenient:(Ljava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnum;
NutsEnum.parseLenient ( Class<T> type, String value, T emptyOrErrorValue ) [static] : T
net/thevpc/nuts/NutsEnum.parseLenient:(Ljava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/NutsEnum;)Lnet/thevpc/nuts/NutsEnum;
NutsEnum.parseLenient ( Class<T> type, String value, T emptyValue, T errorOrUnknownValue ) [static] : T
net/thevpc/nuts/NutsEnum.parseLenient:(Ljava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/NutsEnum;Lnet/thevpc/nuts/NutsEnum;)Lnet/thevpc/nuts/NutsEnum;
nuts-0.8.1.jar,
NutsException.class
package net.thevpc.nuts
NutsException.getFormattedMessage ( ) : NutsMessage
net/thevpc/nuts/NutsException.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsException.getFormattedString ( ) : NutsString
net/thevpc/nuts/NutsException.getFormattedString:()Lnet/thevpc/nuts/NutsString;
NutsException.getSession ( ) : NutsSession
net/thevpc/nuts/NutsException.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsException.NutsException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsException.NutsException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsException.NutsException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsExceptionBase.class
package net.thevpc.nuts
NutsExceptionBase.detectExceptionBase ( Throwable th ) [static] : NutsExceptionBase
net/thevpc/nuts/NutsExceptionBase.detectExceptionBase:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/NutsExceptionBase;
NutsExceptionBase.detectSession ( Throwable th ) [static] : NutsSession
net/thevpc/nuts/NutsExceptionBase.detectSession:(Ljava/lang/Throwable;)Lnet/thevpc/nuts/NutsSession;
NutsExceptionBase.getFormattedMessage ( ) [abstract] : NutsMessage
net/thevpc/nuts/NutsExceptionBase.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsExceptionBase.getFormattedString ( ) [abstract] : NutsString
net/thevpc/nuts/NutsExceptionBase.getFormattedString:()Lnet/thevpc/nuts/NutsString;
NutsExceptionBase.getMessage ( ) [abstract] : String
net/thevpc/nuts/NutsExceptionBase.getMessage:()Ljava/lang/String;
NutsExceptionBase.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExceptionBase.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsExceptionBase.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsExceptionBase.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsExecCommand.class
package net.thevpc.nuts
NutsExecCommand.formatter ( ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommand.formatter:()Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommand.getErr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsExecCommand.getErr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsExecCommand.getOut ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsExecCommand.getOut:()Lnet/thevpc/nuts/NutsPrintStream;
NutsExecCommand.getRedirectInpuFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getRedirectInpuFile:()Ljava/lang/String;
NutsExecCommand.getRedirectOuputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getRedirectOuputFile:()Ljava/lang/String;
NutsExecCommand.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsExecCommand.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsExecCommand.getSleepMillis ( ) [abstract] : int
net/thevpc/nuts/NutsExecCommand.getSleepMillis:()I
NutsExecCommand.isInheritSystemIO ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecCommand.isInheritSystemIO:()Z
NutsExecCommand.setErr ( NutsPrintStream p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setErr:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setInheritSystemIO ( boolean p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setInheritSystemIO:(Z)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setOut ( NutsPrintStream p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setOut:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRedirectInpuFile ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectInpuFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRedirectOuputFile ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectOuputFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRunAs ( NutsRunAs p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRunAs:(Lnet/thevpc/nuts/NutsRunAs;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setSleepMillis ( int p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setSleepMillis:(I)Lnet/thevpc/nuts/NutsExecCommand;
nuts-0.8.1.jar,
NutsExecCommandFormat.class
package net.thevpc.nuts
NutsExecCommandFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsExecCommandFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsExecCommandFormat.setNtf ( boolean p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsExecCommandFormat;
nuts-0.8.1.jar,
NutsExecutableType.class
package net.thevpc.nuts
NutsExecutableType.parseLenient ( String value ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecutableType;
NutsExecutableType.parseLenient ( String value, NutsExecutableType emptyOrErrorValue ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutableType;)Lnet/thevpc/nuts/NutsExecutableType;
NutsExecutableType.parseLenient ( String value, NutsExecutableType emptyValue, NutsExecutableType errorValue ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutableType;Lnet/thevpc/nuts/NutsExecutableType;)Lnet/thevpc/nuts/NutsExecutableType;
nuts-0.8.1.jar,
NutsExecutionContext.class
package net.thevpc.nuts
NutsExecutionContext.getExecutorArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsExecutionContext.getExecutorArguments:()[Ljava/lang/String;
NutsExecutionContext.getRedirectInputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecutionContext.getRedirectInputFile:()Ljava/lang/String;
NutsExecutionContext.getRedirectOutputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecutionContext.getRedirectOutputFile:()Ljava/lang/String;
NutsExecutionContext.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsExecutionContext.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsExecutionContext.getSleepMillis ( ) [abstract] : long
net/thevpc/nuts/NutsExecutionContext.getSleepMillis:()J
NutsExecutionContext.isInheritSystemIO ( ) [abstract] : boolean
net/thevpc/nuts/NutsExecutionContext.isInheritSystemIO:()Z
nuts-0.8.1.jar,
NutsExecutionEntryAction.class
package net.thevpc.nuts
NutsExecutionEntryAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExecutionEntryAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsExecutionEntryAction.parse ( File p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/io/File;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.parse ( InputStream p1, String p2, String p3 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.parse ( Path p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/nio/file/Path;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.setSession ( NutsSession p1 ) [abstract] : NutsExecutionEntryAction
net/thevpc/nuts/NutsExecutionEntryAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutionEntryAction;
nuts-0.8.1.jar,
NutsExecutionException.class
package net.thevpc.nuts
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;I)V
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZI)V
NutsExecutionException.NutsExecutionException ( NutsSession session, NutsMessage message, Throwable cause, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;I)V
NutsExecutionException.toString ( ) : String
net/thevpc/nuts/NutsExecutionException.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsExecutionType.class
package net.thevpc.nuts
NutsExecutionType.parseLenient ( String value ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecutionType;
NutsExecutionType.parseLenient ( String value, NutsExecutionType emptyOrErrorValue ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsExecutionType;
NutsExecutionType.parseLenient ( String value, NutsExecutionType emptyValue, NutsExecutionType errorValue ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutionType;Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsExecutionType;
nuts-0.8.1.jar,
NutsExtensionAlreadyRegisteredException.class
package net.thevpc.nuts
NutsExtensionAlreadyRegisteredException.NutsExtensionAlreadyRegisteredException ( NutsSession session, NutsId id, String installed )
net/thevpc/nuts/NutsExtensionAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;)V
NutsExtensionAlreadyRegisteredException.NutsExtensionAlreadyRegisteredException ( NutsSession session, NutsId id, String installed, Throwable cause )
net/thevpc/nuts/NutsExtensionAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsExtensionException.class
package net.thevpc.nuts
NutsExtensionException.getId ( ) : NutsId
net/thevpc/nuts/NutsExtensionException.getId:()Lnet/thevpc/nuts/NutsId;
NutsExtensionException.NutsExtensionException ( NutsSession session, NutsId extensionId, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsExtensionException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsExtensionNotFoundException.class
package net.thevpc.nuts
NutsExtensionNotFoundException.NutsExtensionNotFoundException ( NutsSession session, Class missingType, String extensionName )
net/thevpc/nuts/NutsExtensionNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Class;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsFactoryException.class
package net.thevpc.nuts
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsFactoryException.NutsFactoryException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsFetchCommand.class
package net.thevpc.nuts
NutsFetchCommand.addRepositoryFilter ( NutsRepositoryFilter p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addRepositoryFilter:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.getRepositoryFilter ( ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsFetchCommand.getRepositoryFilter:()Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsFetchCommand.setRepositoryFilter ( NutsRepositoryFilter p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setRepositoryFilter:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsFetchCommand;
nuts-0.8.1.jar,
NutsFetchContentRepositoryCommand.class
package net.thevpc.nuts.spi
NutsFetchContentRepositoryCommand.getDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsFetchContentRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchContentRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsFetchContentRepositoryCommand.getLocalPath ( ) [abstract] : String
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getLocalPath:()Ljava/lang/String;
NutsFetchContentRepositoryCommand.getResult ( ) [abstract] : NutsContent
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.getResult:()Lnet/thevpc/nuts/NutsContent;
NutsFetchContentRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsFetchContentRepositoryCommand.run ( ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setDescriptor ( NutsDescriptor p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setDescriptor:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setLocalPath ( String p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setLocalPath:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsFetchContentRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsFetchContentRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
nuts-0.8.1.jar,
NutsFetchDescriptorRepositoryCommand.class
package net.thevpc.nuts.spi
NutsFetchDescriptorRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchDescriptorRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsFetchDescriptorRepositoryCommand.getResult ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.getResult:()Lnet/thevpc/nuts/NutsDescriptor;
NutsFetchDescriptorRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.run ( ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
nuts-0.8.1.jar,
NutsFetchMode.class
package net.thevpc.nuts
NutsFetchMode.parseLenient ( String value ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchMode.parseLenient ( String value, NutsFetchMode emptyOrErrorValue ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchMode.parseLenient ( String value, NutsFetchMode emptyValue, NutsFetchMode errorValue ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/NutsFetchMode;
nuts-0.8.1.jar,
NutsFetchModeNotSupportedException.class
package net.thevpc.nuts
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message )
net/thevpc/nuts/NutsFetchModeNotSupportedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsFetchMode;Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;)V
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message, Exception cause )
net/thevpc/nuts/NutsFetchModeNotSupportedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsFetchMode;Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Exception;)V
nuts-0.8.1.jar,
NutsFetchStrategy.class
package net.thevpc.nuts
NutsFetchStrategy.parseLenient ( String value ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchStrategy;
NutsFetchStrategy.parseLenient ( String value, NutsFetchStrategy emptyOrErrorValue ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsFetchStrategy;
NutsFetchStrategy.parseLenient ( String value, NutsFetchStrategy emptyValue, NutsFetchStrategy errorValue ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchStrategy;Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsFetchStrategy;
nuts-0.8.1.jar,
NutsFilterManager.class
package net.thevpc.nuts
NutsFilterManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsFilterManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsFilterManager.installStatus ( ) [abstract] : NutsInstallStatusFilterManager
net/thevpc/nuts/NutsFilterManager.installStatus:()Lnet/thevpc/nuts/NutsInstallStatusFilterManager;
NutsFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsFilterManager
net/thevpc/nuts/NutsFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFilterManager;
nuts-0.8.1.jar,
NutsFilterOp.class
package net.thevpc.nuts
NutsFilterOp.id ( ) : String
net/thevpc/nuts/NutsFilterOp.id:()Ljava/lang/String;
NutsFilterOp.parseLenient ( String value ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFilterOp;
NutsFilterOp.parseLenient ( String value, NutsFilterOp emptyOrErrorValue ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFilterOp;)Lnet/thevpc/nuts/NutsFilterOp;
NutsFilterOp.parseLenient ( String value, NutsFilterOp emptyValue, NutsFilterOp errorValue ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFilterOp;Lnet/thevpc/nuts/NutsFilterOp;)Lnet/thevpc/nuts/NutsFilterOp;
nuts-0.8.1.jar,
NutsFormat.class
package net.thevpc.nuts
NutsFormat.format ( ) [abstract] : NutsString
net/thevpc/nuts/NutsFormat.format:()Lnet/thevpc/nuts/NutsString;
NutsFormat.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/NutsFormat.isNtf:()Z
NutsFormat.print ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Lnet/thevpc/nuts/NutsPrintStream;)V
NutsFormat.print ( NutsSessionTerminal p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Lnet/thevpc/nuts/NutsSessionTerminal;)V
NutsFormat.println ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Lnet/thevpc/nuts/NutsPrintStream;)V
NutsFormat.println ( NutsSessionTerminal p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Lnet/thevpc/nuts/NutsSessionTerminal;)V
NutsFormat.println ( OutputStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Ljava/io/OutputStream;)V
NutsFormat.setNtf ( boolean p1 ) [abstract] : NutsFormat
net/thevpc/nuts/NutsFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
nuts-0.8.1.jar,
NutsFormatManager.class
package net.thevpc.nuts
NutsFormatManager.element ( Object p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsFormatManager.element:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElementFormat;
NutsFormatManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsFormatManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsFormatManager.object ( Object p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsFormatManager.object:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsFormatManager.props ( Object p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsFormatManager.props:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsFormatManager.setSession ( NutsSession p1 ) [abstract] : NutsFormatManager
net/thevpc/nuts/NutsFormatManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormatManager;
NutsFormatManager.table ( Object p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsFormatManager.table:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTableFormat;
NutsFormatManager.tree ( Object p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsFormatManager.tree:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTreeFormat;
nuts-0.8.1.jar,
NutsFormatSPI.class
package net.thevpc.nuts.spi
NutsFormatSPI.configureFirst ( NutsCommandLine p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsFormatSPI.configureFirst:(Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsFormatSPI.print ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsFormatSPI.print:(Lnet/thevpc/nuts/NutsPrintStream;)V
nuts-0.8.1.jar,
NutsFormattable.class
package net.thevpc.nuts
NutsFormattable.format ( ) : NutsString
net/thevpc/nuts/NutsFormattable.format:()Lnet/thevpc/nuts/NutsString;
NutsFormattable.formatter ( ) [abstract] : NutsFormat
net/thevpc/nuts/NutsFormattable.formatter:()Lnet/thevpc/nuts/NutsFormat;
nuts-0.8.1.jar,
NutsId.class
package net.thevpc.nuts
NutsId.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsId.getPackaging:()Ljava/lang/String;
NutsId.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsId.getRepository:()Ljava/lang/String;
NutsId.parse ( String value, NutsSession session ) [static] : NutsId
net/thevpc/nuts/NutsId.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsId;
NutsId.repositoryToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.repositoryToken:()Lnet/thevpc/nuts/NutsTokenFilter;
nuts-0.8.1.jar,
NutsIdBuilder.class
package net.thevpc.nuts
NutsIdBuilder.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getPackaging:()Ljava/lang/String;
NutsIdBuilder.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getRepository:()Ljava/lang/String;
NutsIdBuilder.omitImportedGroupId ( ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.omitImportedGroupId:()Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setRepository ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
nuts-0.8.1.jar,
NutsIdFilterManager.class
package net.thevpc.nuts
NutsIdFilterManager.byInstallStatus ( NutsInstallStatusFilter p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byInstallStatus:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsIdFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsIdFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsIdFilterManager
net/thevpc/nuts/NutsIdFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdFilterManager;
nuts-0.8.1.jar,
NutsIdFormat.class
package net.thevpc.nuts
NutsIdFormat.isOmitRepository ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitRepository:()Z
NutsIdFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsIdFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsIdFormat.setNtf ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitRepository ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitRepository:(Z)Lnet/thevpc/nuts/NutsIdFormat;
nuts-0.8.1.jar,
NutsIdInvalidDependency.class
package net.thevpc.nuts
NutsNotFoundException.NutsIdInvalidDependency.getId ( ) : NutsId
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidDependency.getId:()Lnet/thevpc/nuts/NutsId;
NutsNotFoundException.NutsIdInvalidDependency.NutsNotFoundException.NutsIdInvalidDependency ( NutsId id, Set<NutsNotFoundException.NutsIdInvalidDependency> cause )
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidDependency."<init>":(Lnet/thevpc/nuts/NutsId;Ljava/util/Set;)V
nuts-0.8.1.jar,
NutsIdManager.class
package net.thevpc.nuts
NutsIdManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIdManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIdManager.parse ( String p1 ) [abstract] : NutsId
net/thevpc/nuts/NutsIdManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsId;
NutsIdManager.setSession ( NutsSession p1 ) [abstract] : NutsIdManager
net/thevpc/nuts/NutsIdManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdManager;
nuts-0.8.1.jar,
NutsIdParser.class
package net.thevpc.nuts
NutsIdParser.of ( NutsSession session ) [static] : NutsIdParser
net/thevpc/nuts/NutsIdParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdParser;
nuts-0.8.1.jar,
NutsIdType.class
package net.thevpc.nuts
NutsIdType.id ( ) : String
net/thevpc/nuts/NutsIdType.id:()Ljava/lang/String;
NutsIdType.parseLenient ( String value ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdType;
NutsIdType.parseLenient ( String value, NutsIdType emptyOrErrorValue ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsIdType;)Lnet/thevpc/nuts/NutsIdType;
NutsIdType.parseLenient ( String value, NutsIdType emptyValue, NutsIdType errorValue ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsIdType;Lnet/thevpc/nuts/NutsIdType;)Lnet/thevpc/nuts/NutsIdType;
nuts-0.8.1.jar,
NutsIllegalArgumentException.class
package net.thevpc.nuts
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsImportManager.class
package net.thevpc.nuts
NutsImportManager.add ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.add:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsImportManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsImportManager.isImportedGroupId ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsImportManager.isImportedGroupId:(Ljava/lang/String;)Z
NutsImportManager.remove ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.remove:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.removeAll ( ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.removeAll:()Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.set ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.set:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.setSession ( NutsSession p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsImportManager;
nuts-0.8.1.jar,
NutsIndexerNotAccessibleException.class
package net.thevpc.nuts
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsIndexStoreFactory.class
package net.thevpc.nuts.spi
NutsIndexStoreFactory.createIndexStore ( NutsRepository p1 ) [abstract] : NutsIndexStore
net/thevpc/nuts/spi/NutsIndexStoreFactory.createIndexStore:(Lnet/thevpc/nuts/NutsRepository;)Lnet/thevpc/nuts/NutsIndexStore;
nuts-0.8.1.jar,
NutsInfoFormat.class
package net.thevpc.nuts
NutsInfoFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsInfoFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsInfoFormat.setNtf ( boolean p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsInfoFormat;
nuts-0.8.1.jar,
NutsInput.class
package net.thevpc.nuts
NutsInput.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getContentEncoding:()Ljava/lang/String;
NutsInput.getContentType ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getContentType:()Ljava/lang/String;
NutsInput.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsInput.getFilePath:()Ljava/nio/file/Path;
NutsInput.getFormattedName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsInput.getFormattedName:()Lnet/thevpc/nuts/NutsString;
NutsInput.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsInput.getLastModifiedInstant:()Ljava/time/Instant;
NutsInput.head ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/NutsInput.head:(I)Ljava/util/List;
NutsInput.isFile ( ) [abstract] : boolean
net/thevpc/nuts/NutsInput.isFile:()Z
NutsInput.lines ( ) [abstract] : Stream<String>
net/thevpc/nuts/NutsInput.lines:()Ljava/util/stream/Stream;
NutsInput.tail ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/NutsInput.tail:(I)Ljava/util/List;
nuts-0.8.1.jar,
NutsInputAction.class
package net.thevpc.nuts
NutsInputAction.getName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsInputAction.getName:()Lnet/thevpc/nuts/NutsString;
NutsInputAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsInputAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsInputAction.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsInputAction.getTypeName:()Ljava/lang/String;
NutsInputAction.isMultiRead ( ) [abstract] : boolean
net/thevpc/nuts/NutsInputAction.isMultiRead:()Z
NutsInputAction.of ( byte[ ] p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:([B)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( File p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/io/File;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( InputStream p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( NutsInput p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( NutsPath p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( Object p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( Path p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( String p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( URL p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.setMultiRead ( boolean p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setMultiRead:(Z)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setName ( NutsString p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setName:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setSession ( NutsSession p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setTypeName ( String p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInputAction;
nuts-0.8.1.jar,
NutsInputStreamTransparentAdapter.class
package net.thevpc.nuts.spi
NutsInputStreamTransparentAdapter.baseInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsInputStreamTransparentAdapter.baseInputStream:()Ljava/io/InputStream;
nuts-0.8.1.jar,
NutsInstallationException.class
package net.thevpc.nuts
NutsInstallationException.getId ( ) : NutsId
net/thevpc/nuts/NutsInstallationException.getId:()Lnet/thevpc/nuts/NutsId;
NutsInstallationException.NutsInstallationException ( NutsSession session, NutsId id, NutsMessage msg, Throwable ex )
net/thevpc/nuts/NutsInstallationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsInstallCommand.class
package net.thevpc.nuts
NutsInstallCommand.setId ( NutsId p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setId ( String p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setIds ( NutsId... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.setIds ( String... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.setIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
nuts-0.8.1.jar,
NutsInstallException.class
package net.thevpc.nuts
NutsInstallException.NutsInstallException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsInstallException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsInstallException.NutsInstallException ( NutsSession workspace, NutsId id, NutsMessage msg, Throwable ex )
net/thevpc/nuts/NutsInstallException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsInstallInformation.class
package net.thevpc.nuts
NutsInstallInformation.getCreatedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsInstallInformation.getCreatedInstant:()Ljava/time/Instant;
NutsInstallInformation.getInstallFolder ( ) [abstract] : String
net/thevpc/nuts/NutsInstallInformation.getInstallFolder:()Ljava/lang/String;
NutsInstallInformation.getInstallStatus ( ) [abstract] : NutsInstallStatus
net/thevpc/nuts/NutsInstallInformation.getInstallStatus:()Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallInformation.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsInstallInformation.getLastModifiedInstant:()Ljava/time/Instant;
nuts-0.8.1.jar,
NutsInstallStatus.class
package net.thevpc.nuts
NutsInstallStatus.equals ( Object o ) : boolean
net/thevpc/nuts/NutsInstallStatus.equals:(Ljava/lang/Object;)Z
NutsInstallStatus.hashCode ( ) : int
net/thevpc/nuts/NutsInstallStatus.hashCode:()I
NutsInstallStatus.isDefaultVersion ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isDefaultVersion:()Z
NutsInstallStatus.isDeployed ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isDeployed:()Z
NutsInstallStatus.isInstalled ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isInstalled:()Z
NutsInstallStatus.isInstalledOrRequired ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isInstalledOrRequired:()Z
NutsInstallStatus.isNonDeployed ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isNonDeployed:()Z
NutsInstallStatus.isObsolete ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isObsolete:()Z
NutsInstallStatus.isRequired ( ) : boolean
net/thevpc/nuts/NutsInstallStatus.isRequired:()Z
NutsInstallStatus.of ( boolean installed, boolean required, boolean obsolete, boolean defaultVersion ) [static] : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.of:(ZZZZ)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.toString ( ) : String
net/thevpc/nuts/NutsInstallStatus.toString:()Ljava/lang/String;
NutsInstallStatus.withDefaultVersion ( boolean defaultVersion ) : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.withDefaultVersion:(Z)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.withInstalled ( boolean installed ) : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.withInstalled:(Z)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.withObsolete ( boolean obsolete ) : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.withObsolete:(Z)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.withRequired ( boolean required ) : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.withRequired:(Z)Lnet/thevpc/nuts/NutsInstallStatus;
nuts-0.8.1.jar,
NutsInstallStatusFilter.class
package net.thevpc.nuts
NutsInstallStatusFilter.acceptInstallStatus ( NutsInstallStatus p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsInstallStatusFilter.acceptInstallStatus:(Lnet/thevpc/nuts/NutsInstallStatus;Lnet/thevpc/nuts/NutsSession;)Z
NutsInstallStatusFilter.and ( NutsInstallStatusFilter p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilter.and:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilter.neg ( ) : NutsFilter
net/thevpc/nuts/NutsInstallStatusFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
NutsInstallStatusFilter.neg ( ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilter.neg:()Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilter.or ( NutsInstallStatusFilter p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilter.or:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsInstallStatusFilter;
nuts-0.8.1.jar,
NutsInstallStatusFilterManager.class
package net.thevpc.nuts
NutsInstallStatusFilterManager.byDefaultValue ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byDefaultValue:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byDeployed ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byDeployed:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byInstalled ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byInstalled:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byObsolete ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byObsolete:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byRequired ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byRequired:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsInstallStatusFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsInstallStatusFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsInstallStatusFilterManager
net/thevpc/nuts/NutsInstallStatusFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInstallStatusFilterManager;
nuts-0.8.1.jar,
NutsInstallStrategy.class
package net.thevpc.nuts
NutsInstallStrategy.id ( ) : String
net/thevpc/nuts/NutsInstallStrategy.id:()Ljava/lang/String;
NutsInstallStrategy.parseLenient ( String value ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallStrategy.parseLenient ( String value, NutsInstallStrategy emptyOrErrorValue ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsInstallStrategy;)Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallStrategy.parseLenient ( String value, NutsInstallStrategy emptyValue, NutsInstallStrategy errorValue ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsInstallStrategy;Lnet/thevpc/nuts/NutsInstallStrategy;)Lnet/thevpc/nuts/NutsInstallStrategy;
nuts-0.8.1.jar,
NutsInvalidRepositoryException.class
package net.thevpc.nuts
NutsInvalidRepositoryException.NutsInvalidRepositoryException ( NutsSession session, String repository, NutsMessage message )
net/thevpc/nuts/NutsInvalidRepositoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;)V
nuts-0.8.1.jar,
NutsInvalidWorkspaceException.class
package net.thevpc.nuts
NutsInvalidWorkspaceException.NutsInvalidWorkspaceException ( String workspaceLocation, NutsMessage errorMessage )
net/thevpc/nuts/NutsInvalidWorkspaceException."<init>":(Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;)V
nuts-0.8.1.jar,
NutsIOCopyAction.class
package net.thevpc.nuts
NutsIOCopyAction.isMkdirs ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isMkdirs:()Z
NutsIOCopyAction.isRecursive ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isRecursive:()Z
NutsIOCopyAction.setMkdirs ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setMkdirs:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setRecursive ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setRecursive:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( NutsPath p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
nuts-0.8.1.jar,
NutsIOCopyValidationException.class
package net.thevpc.nuts
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsIOCopyValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsIOCopyValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsIOException.class
package net.thevpc.nuts
NutsIOException.NutsIOException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsIOException.NutsIOException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsIOException.NutsIOException ( NutsSession session, Throwable cause )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsIOHashAction.class
package net.thevpc.nuts
NutsIOHashAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOHashAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOHashAction.setSession ( NutsSession p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( File p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( InputStream p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( NutsDescriptor p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( NutsPath p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( Path p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOHashAction;
nuts-0.8.1.jar,
NutsIOLockAction.class
package net.thevpc.nuts
NutsIOLockAction.setResource ( Object p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setResource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOLockAction;
nuts-0.8.1.jar,
NutsIOManager.class
package net.thevpc.nuts
NutsIOManager.addPathFactory ( NutsPathFactory p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.addPathFactory:(Lnet/thevpc/nuts/NutsPathFactory;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.createMemoryPrintStream ( ) [abstract] : NutsMemoryPrintStream
net/thevpc/nuts/NutsIOManager.createMemoryPrintStream:()Lnet/thevpc/nuts/NutsMemoryPrintStream;
NutsIOManager.createPrintStream ( OutputStream p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.createPrintStream ( OutputStream p1, NutsTerminalMode p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.createPrintStream ( Writer p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/Writer;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOManager.input ( ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsIOManager.input:()Lnet/thevpc/nuts/NutsInputAction;
NutsIOManager.isStandardErrorStream ( NutsPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardErrorStream:(Lnet/thevpc/nuts/NutsPrintStream;)Z
NutsIOManager.isStandardInputStream ( InputStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardInputStream:(Ljava/io/InputStream;)Z
NutsIOManager.isStandardOutputStream ( NutsPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardOutputStream:(Lnet/thevpc/nuts/NutsPrintStream;)Z
NutsIOManager.nullPrintStream ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.nullPrintStream:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.output ( ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsIOManager.output:()Lnet/thevpc/nuts/NutsOutputAction;
NutsIOManager.path ( File p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/io/File;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( Path p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( String p1, ClassLoader p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/lang/String;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( URL p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.removePathFactory ( NutsPathFactory p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.removePathFactory:(Lnet/thevpc/nuts/NutsPathFactory;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.setSession ( NutsSession p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.stderr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.stderr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.stdin ( ) [abstract] : InputStream
net/thevpc/nuts/NutsIOManager.stdin:()Ljava/io/InputStream;
NutsIOManager.stdout ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.stdout:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.tmp ( ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsIOManager.tmp:()Lnet/thevpc/nuts/NutsTempAction;
nuts-0.8.1.jar,
NutsIOProcessAction.class
package net.thevpc.nuts
NutsIOProcessAction.isSupportedKillProcess ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOProcessAction.isSupportedKillProcess:()Z
NutsIOProcessAction.killProcess ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOProcessAction.killProcess:(Ljava/lang/String;)Z
nuts-0.8.1.jar,
NutsIOUncompressAction.class
package net.thevpc.nuts
NutsIOUncompressAction.visit ( NutsIOUncompressVisitor p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.visit:(Lnet/thevpc/nuts/NutsIOUncompressVisitor;)Lnet/thevpc/nuts/NutsIOUncompressAction;
nuts-0.8.1.jar,
NutsIOUncompressVisitor.class
package net.thevpc.nuts
NutsIOUncompressVisitor.visitFile ( String p1, InputStream p2 ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressVisitor.visitFile:(Ljava/lang/String;Ljava/io/InputStream;)Z
NutsIOUncompressVisitor.visitFolder ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressVisitor.visitFolder:(Ljava/lang/String;)Z
nuts-0.8.1.jar,
NutsIterableFormat.class
package net.thevpc.nuts
NutsIterableFormat.getOutputFormat ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsIterableFormat.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
nuts-0.8.1.jar,
NutsLauncherOptions.class
package net.thevpc.nuts
NutsLauncherOptions.copy ( ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.copy:()Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.getAlias ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getAlias:()Ljava/lang/String;
NutsLauncherOptions.getArgs ( ) : List<String>
net/thevpc/nuts/NutsLauncherOptions.getArgs:()Ljava/util/List;
NutsLauncherOptions.getCreateCustomShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateCustomShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.getCreateDesktopShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateDesktopShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.getCreateMenuShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateMenuShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.getCustomScriptPath ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getCustomScriptPath:()Ljava/lang/String;
NutsLauncherOptions.getCustomShortcutPath ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getCustomShortcutPath:()Ljava/lang/String;
NutsLauncherOptions.getIcon ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getIcon:()Ljava/lang/String;
NutsLauncherOptions.getId ( ) : NutsId
net/thevpc/nuts/NutsLauncherOptions.getId:()Lnet/thevpc/nuts/NutsId;
NutsLauncherOptions.getMenuCategory ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getMenuCategory:()Ljava/lang/String;
NutsLauncherOptions.getNutsOptions ( ) : List<String>
net/thevpc/nuts/NutsLauncherOptions.getNutsOptions:()Ljava/util/List;
NutsLauncherOptions.getShortcutName ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getShortcutName:()Ljava/lang/String;
NutsLauncherOptions.getSwitchWorkspaceLocation ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getSwitchWorkspaceLocation:()Ljava/lang/String;
NutsLauncherOptions.getSystemWideConfig ( ) : Boolean
net/thevpc/nuts/NutsLauncherOptions.getSystemWideConfig:()Ljava/lang/Boolean;
NutsLauncherOptions.getWorkingDirectory ( ) : String
net/thevpc/nuts/NutsLauncherOptions.getWorkingDirectory:()Ljava/lang/String;
NutsLauncherOptions.isCreateAlias ( ) : boolean
net/thevpc/nuts/NutsLauncherOptions.isCreateAlias:()Z
NutsLauncherOptions.isCreateScript ( ) : boolean
net/thevpc/nuts/NutsLauncherOptions.isCreateScript:()Z
NutsLauncherOptions.isInstallExtensions ( ) : boolean
net/thevpc/nuts/NutsLauncherOptions.isInstallExtensions:()Z
NutsLauncherOptions.isOpenTerminal ( ) : boolean
net/thevpc/nuts/NutsLauncherOptions.isOpenTerminal:()Z
NutsLauncherOptions.NutsLauncherOptions ( )
net/thevpc/nuts/NutsLauncherOptions."<init>":()V
NutsLauncherOptions.setAlias ( String alias ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setAlias:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setArgs ( List<String> args ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setArgs:(Ljava/util/List;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateAlias ( boolean createAlias ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateAlias:(Z)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateCustomShortcut ( NutsActionSupportCondition createCustomShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateCustomShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateDesktopShortcut ( NutsActionSupportCondition createDesktopShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateDesktopShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateMenuShortcut ( NutsActionSupportCondition createMenuShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateMenuShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateScript ( boolean createScript ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateScript:(Z)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCustomScriptPath ( String customScriptPath ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCustomScriptPath:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCustomShortcutPath ( String customShortcutPath ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCustomShortcutPath:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setIcon ( String icon ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setIcon:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setId ( NutsId id ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setInstallExtensions ( boolean installExtensions ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setInstallExtensions:(Z)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setMenuCategory ( String menuCategory ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setMenuCategory:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setNutsOptions ( List<String> nutsOptions ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setNutsOptions:(Ljava/util/List;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setOpenTerminal ( boolean openTerminal ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setOpenTerminal:(Z)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setShortcutName ( String shortcutName ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setShortcutName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setSwitchWorkspaceLocation ( String switchWorkspaceLocation ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setSwitchWorkspaceLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setSystemWideConfig ( Boolean systemWideConfig ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setSystemWideConfig:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setWorkingDirectory ( String workingDirectory ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setWorkingDirectory:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLauncherOptions;
nuts-0.8.1.jar,
NutsLockAcquireException.class
package net.thevpc.nuts
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NutsLockAcquireException.NutsLockAcquireException ( NutsSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsLockBarrierException.class
package net.thevpc.nuts
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NutsLockBarrierException.NutsLockBarrierException ( NutsSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsLockException.class
package net.thevpc.nuts
NutsLockException.NutsLockException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockException.NutsLockException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NutsLockException.NutsLockException ( NutsSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsLockReleaseException.class
package net.thevpc.nuts
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, NutsMessage message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
NutsLockReleaseException.NutsLockReleaseException ( NutsSession session, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsLogConfig.class
package net.thevpc.nuts
NutsLogConfig.copy ( ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.copy:()Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.getLogFileFilter ( ) : Filter
net/thevpc/nuts/NutsLogConfig.getLogFileFilter:()Ljava/util/logging/Filter;
NutsLogConfig.getLogTermFilter ( ) : Filter
net/thevpc/nuts/NutsLogConfig.getLogTermFilter:()Ljava/util/logging/Filter;
NutsLogConfig.setLogFileFilter ( Filter logFileFilter ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogFileFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NutsLogConfig;
NutsLogConfig.setLogTermFilter ( Filter logTermFilter ) : NutsLogConfig
net/thevpc/nuts/NutsLogConfig.setLogTermFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NutsLogConfig;
nuts-0.8.1.jar,
NutsLogger.class
package net.thevpc.nuts
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, String p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;)V
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, String p4, Object... p5 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;[Ljava/lang/Object;)V
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, Supplier<String> p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/util/function/Supplier;)V
NutsLogger.log ( NutsSession p1, Level p2, String p3, Throwable p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsLogger.of ( Class clazz, NutsSession session ) [static] : NutsLogger
net/thevpc/nuts/NutsLogger.of:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLogger;
nuts-0.8.1.jar,
NutsLoggerOp.class
package net.thevpc.nuts
NutsLoggerOp.of ( Class clazz, NutsSession session ) [static] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.of:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.session ( NutsSession p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.session:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.verb ( NutsLogVerb p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.verb:(Lnet/thevpc/nuts/NutsLogVerb;)Lnet/thevpc/nuts/NutsLoggerOp;
nuts-0.8.1.jar,
NutsLoginException.class
package net.thevpc.nuts
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsLoginException.NutsLoginException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsLogManager.class
package net.thevpc.nuts
NutsLogManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsLogManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsLogManager.setFileLevel ( Level p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setFileLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.setSession ( NutsSession p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.setTermLevel ( Level p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setTermLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLogManager;
nuts-0.8.1.jar,
NutsLogVerb.class
package net.thevpc.nuts
NutsLogVerb.equals ( Object o ) : boolean
net/thevpc/nuts/NutsLogVerb.equals:(Ljava/lang/Object;)Z
NutsLogVerb.hashCode ( ) : int
net/thevpc/nuts/NutsLogVerb.hashCode:()I
NutsLogVerb.name ( ) : String
net/thevpc/nuts/NutsLogVerb.name:()Ljava/lang/String;
NutsLogVerb.NutsLogVerb ( String name )
net/thevpc/nuts/NutsLogVerb."<init>":(Ljava/lang/String;)V
NutsLogVerb.of ( String name ) [static] : NutsLogVerb
net/thevpc/nuts/NutsLogVerb.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLogVerb;
NutsLogVerb.toString ( ) : String
net/thevpc/nuts/NutsLogVerb.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsMemoryPrintStream.class
package net.thevpc.nuts
NutsMemoryPrintStream.getBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsMemoryPrintStream.getBytes:()[B
nuts-0.8.1.jar,
NutsMessage.class
package net.thevpc.nuts
NutsMessage.cstyle ( String message, Object... params ) [static] : NutsMessage
net/thevpc/nuts/NutsMessage.cstyle:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMessage;
NutsMessage.formatted ( String message ) [static] : NutsMessage
net/thevpc/nuts/NutsMessage.formatted:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMessage;
NutsMessage.getMessage ( ) : String
net/thevpc/nuts/NutsMessage.getMessage:()Ljava/lang/String;
NutsMessage.getParams ( ) : Object[ ]
net/thevpc/nuts/NutsMessage.getParams:()[Ljava/lang/Object;
NutsMessage.getStyle ( ) : NutsTextFormatStyle
net/thevpc/nuts/NutsMessage.getStyle:()Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsMessage.jstyle ( String message, Object... params ) [static] : NutsMessage
net/thevpc/nuts/NutsMessage.jstyle:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMessage;
NutsMessage.NutsMessage ( NutsTextFormatStyle style, String message, Object... params )
net/thevpc/nuts/NutsMessage."<init>":(Lnet/thevpc/nuts/NutsTextFormatStyle;Ljava/lang/String;[Ljava/lang/Object;)V
NutsMessage.plain ( String message ) [static] : NutsMessage
net/thevpc/nuts/NutsMessage.plain:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMessage;
NutsMessage.toString ( ) : String
net/thevpc/nuts/NutsMessage.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsMonitorAction.class
package net.thevpc.nuts
NutsMonitorAction.getName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsMonitorAction.getName:()Lnet/thevpc/nuts/NutsString;
NutsMonitorAction.setName ( NutsString p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setName:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( NutsPath p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsMonitorAction;
nuts-0.8.1.jar,
NutsMutableTableModel.class
package net.thevpc.nuts
NutsMutableTableModel.of ( NutsSession session ) [static] : NutsMutableTableModel
net/thevpc/nuts/NutsMutableTableModel.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsMutableTableModel;
nuts-0.8.1.jar,
NutsNotExecutableException.class
package net.thevpc.nuts
NutsNotExecutableException.getId ( ) : NutsId
net/thevpc/nuts/NutsNotExecutableException.getId:()Lnet/thevpc/nuts/NutsId;
NutsNotExecutableException.NutsNotExecutableException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsNotExecutableException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
nuts-0.8.1.jar,
NutsNotFoundException.class
package net.thevpc.nuts
NutsNotFoundException.getId ( ) : NutsId
net/thevpc/nuts/NutsNotFoundException.getId:()Lnet/thevpc/nuts/NutsId;
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsMessage message )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;)V
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, NutsNotFoundException.NutsIdInvalidDependency[ ] dependencies, NutsNotFoundException.NutsIdInvalidLocation[ ] locations, Throwable cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;[Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidDependency;[Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidLocation;Ljava/lang/Throwable;)V
NutsNotFoundException.NutsNotFoundException ( NutsSession session, NutsId id, Throwable cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsNotInstallableException.class
package net.thevpc.nuts
NutsNotInstallableException.NutsNotInstallableException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsNotInstallableException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsNotInstallableException.NutsNotInstallableException ( NutsSession session, NutsId id, NutsMessage msg, Exception ex )
net/thevpc/nuts/NutsNotInstallableException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Exception;)V
nuts-0.8.1.jar,
NutsNotInstalledException.class
package net.thevpc.nuts
NutsNotInstalledException.NutsNotInstalledException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsNotInstalledException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsNotInstalledException.NutsNotInstalledException ( NutsSession session, NutsId id, NutsMessage msg, Exception ex )
net/thevpc/nuts/NutsNotInstalledException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Exception;)V
nuts-0.8.1.jar,
NutsObjectElement.class
package net.thevpc.nuts
NutsObjectElement.get ( NutsElement p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElement.get:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElement.getArray ( NutsElement p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsObjectElement.getArray:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElement;
NutsObjectElement.getArray ( String p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsObjectElement.getArray:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArrayElement;
NutsObjectElement.getBoolean ( NutsElement p1 ) [abstract] : boolean
net/thevpc/nuts/NutsObjectElement.getBoolean:(Lnet/thevpc/nuts/NutsElement;)Z
NutsObjectElement.getBoolean ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsObjectElement.getBoolean:(Ljava/lang/String;)Z
NutsObjectElement.getByte ( NutsElement p1 ) [abstract] : byte
net/thevpc/nuts/NutsObjectElement.getByte:(Lnet/thevpc/nuts/NutsElement;)B
NutsObjectElement.getByte ( String p1 ) [abstract] : byte
net/thevpc/nuts/NutsObjectElement.getByte:(Ljava/lang/String;)B
NutsObjectElement.getDouble ( NutsElement p1 ) [abstract] : double
net/thevpc/nuts/NutsObjectElement.getDouble:(Lnet/thevpc/nuts/NutsElement;)D
NutsObjectElement.getDouble ( String p1 ) [abstract] : double
net/thevpc/nuts/NutsObjectElement.getDouble:(Ljava/lang/String;)D
NutsObjectElement.getFloat ( NutsElement p1 ) [abstract] : float
net/thevpc/nuts/NutsObjectElement.getFloat:(Lnet/thevpc/nuts/NutsElement;)F
NutsObjectElement.getFloat ( String p1 ) [abstract] : float
net/thevpc/nuts/NutsObjectElement.getFloat:(Ljava/lang/String;)F
NutsObjectElement.getInstant ( NutsElement p1 ) [abstract] : Instant
net/thevpc/nuts/NutsObjectElement.getInstant:(Lnet/thevpc/nuts/NutsElement;)Ljava/time/Instant;
NutsObjectElement.getInstant ( String p1 ) [abstract] : Instant
net/thevpc/nuts/NutsObjectElement.getInstant:(Ljava/lang/String;)Ljava/time/Instant;
NutsObjectElement.getInt ( NutsElement p1 ) [abstract] : int
net/thevpc/nuts/NutsObjectElement.getInt:(Lnet/thevpc/nuts/NutsElement;)I
NutsObjectElement.getInt ( String p1 ) [abstract] : int
net/thevpc/nuts/NutsObjectElement.getInt:(Ljava/lang/String;)I
NutsObjectElement.getLong ( NutsElement p1 ) [abstract] : long
net/thevpc/nuts/NutsObjectElement.getLong:(Lnet/thevpc/nuts/NutsElement;)J
NutsObjectElement.getLong ( String p1 ) [abstract] : long
net/thevpc/nuts/NutsObjectElement.getLong:(Ljava/lang/String;)J
NutsObjectElement.getNumber ( NutsElement p1 ) [abstract] : Number
net/thevpc/nuts/NutsObjectElement.getNumber:(Lnet/thevpc/nuts/NutsElement;)Ljava/lang/Number;
NutsObjectElement.getNumber ( String p1 ) [abstract] : Number
net/thevpc/nuts/NutsObjectElement.getNumber:(Ljava/lang/String;)Ljava/lang/Number;
NutsObjectElement.getObject ( NutsElement p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElement.getObject:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElement.getObject ( String p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElement.getObject:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElement.getSafe ( NutsElement p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElement.getSafe:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElement.getSafe ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElement.getSafe:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElement.getSafeArray ( NutsElement p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsObjectElement.getSafeArray:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsArrayElement;
NutsObjectElement.getSafeArray ( String p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsObjectElement.getSafeArray:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArrayElement;
NutsObjectElement.getSafeInt ( String p1 ) [abstract] : Integer
net/thevpc/nuts/NutsObjectElement.getSafeInt:(Ljava/lang/String;)Ljava/lang/Integer;
NutsObjectElement.getSafeInt ( String p1, int p2 ) [abstract] : Integer
net/thevpc/nuts/NutsObjectElement.getSafeInt:(Ljava/lang/String;I)Ljava/lang/Integer;
NutsObjectElement.getSafeObject ( NutsElement p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElement.getSafeObject:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElement.getSafeObject ( String p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsObjectElement.getSafeObject:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElement;
NutsObjectElement.getSafeString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsObjectElement.getSafeString:(Ljava/lang/String;)Ljava/lang/String;
NutsObjectElement.getSafeString ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsObjectElement.getSafeString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsObjectElement.getShort ( NutsElement p1 ) [abstract] : short
net/thevpc/nuts/NutsObjectElement.getShort:(Lnet/thevpc/nuts/NutsElement;)S
NutsObjectElement.getShort ( String p1 ) [abstract] : short
net/thevpc/nuts/NutsObjectElement.getShort:(Ljava/lang/String;)S
NutsObjectElement.getString ( NutsElement p1 ) [abstract] : String
net/thevpc/nuts/NutsObjectElement.getString:(Lnet/thevpc/nuts/NutsElement;)Ljava/lang/String;
NutsObjectElement.getString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsObjectElement.getString:(Ljava/lang/String;)Ljava/lang/String;
NutsObjectElement.stream ( ) [abstract] : Stream<NutsElementEntry>
net/thevpc/nuts/NutsObjectElement.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsObjectElementBuilder.class
package net.thevpc.nuts
NutsObjectElementBuilder.add ( NutsElementEntry p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.add:(Lnet/thevpc/nuts/NutsElementEntry;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.get ( NutsElement p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsObjectElementBuilder.get:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElement;
NutsObjectElementBuilder.of ( NutsSession session ) [static] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.remove ( NutsElement p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.remove:(Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, boolean p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;Z)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, double p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;D)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, int p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;I)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, NutsElement p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( NutsElement p1, String p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, boolean p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, double p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;D)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, int p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;I)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.set ( String p1, String p2 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.set:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
nuts-0.8.1.jar,
NutsObjectFormat.class
package net.thevpc.nuts
NutsObjectFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsObjectFormat.setNtf ( boolean p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
nuts-0.8.1.jar,
NutsOpenMode.class
package net.thevpc.nuts
NutsOpenMode.id ( ) : String
net/thevpc/nuts/NutsOpenMode.id:()Ljava/lang/String;
NutsOpenMode.parseLenient ( String value ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.parseLenient ( String value, NutsOpenMode emptyOrErrorValue ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOpenMode;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.parseLenient ( String value, NutsOpenMode emptyValue, NutsOpenMode errorValue ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOpenMode;Lnet/thevpc/nuts/NutsOpenMode;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.valueOf ( String name ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.values ( ) [static] : NutsOpenMode[ ]
net/thevpc/nuts/NutsOpenMode.values:()[Lnet/thevpc/nuts/NutsOpenMode;
nuts-0.8.1.jar,
NutsOsFamily.class
package net.thevpc.nuts
NutsOsFamily.parseLenient ( String e, NutsOsFamily emptyValue, NutsOsFamily errorValue ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsOsFamily;
NutsOsFamily.parseLenient ( String value ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOsFamily;
NutsOsFamily.parseLenient ( String value, NutsOsFamily emptyOrErrorValue ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsOsFamily;
nuts-0.8.1.jar,
NutsOutput.class
package net.thevpc.nuts
NutsOutput.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsOutput.getFilePath:()Ljava/nio/file/Path;
nuts-0.8.1.jar,
NutsOutputAction.class
package net.thevpc.nuts
NutsOutputAction.getName ( ) [abstract] : String
net/thevpc/nuts/NutsOutputAction.getName:()Ljava/lang/String;
NutsOutputAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsOutputAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsOutputAction.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsOutputAction.getTypeName:()Ljava/lang/String;
NutsOutputAction.of ( File p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/io/File;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( NutsPath p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( Object p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( OutputStream p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( Path p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( String p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( URL p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.setName ( String p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputAction;
NutsOutputAction.setSession ( NutsSession p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsOutputAction;
NutsOutputAction.setTypeName ( String p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputAction;
nuts-0.8.1.jar,
NutsParseEnumException.class
package net.thevpc.nuts
NutsParseEnumException.NutsParseEnumException ( NutsSession session, NutsMessage message, String invalidValue, Class<?> enumType )
net/thevpc/nuts/NutsParseEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/String;Ljava/lang/Class;)V
NutsParseEnumException.NutsParseEnumException ( NutsSession session, String invalidValue, Class<?> enumType )
net/thevpc/nuts/NutsParseEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;Ljava/lang/Class;)V
nuts-0.8.1.jar,
NutsParseException.class
package net.thevpc.nuts
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsParseException.NutsParseException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsPath.class
package net.thevpc.nuts
NutsPath.asFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsPath.asFilePath:()Ljava/nio/file/Path;
NutsPath.asString ( ) [abstract] : String
net/thevpc/nuts/NutsPath.asString:()Ljava/lang/String;
NutsPath.asURL ( ) [abstract] : URL
net/thevpc/nuts/NutsPath.asURL:()Ljava/net/URL;
NutsPath.delete ( boolean p1 ) [abstract] : void
net/thevpc/nuts/NutsPath.delete:(Z)V
NutsPath.exists ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.exists:()Z
NutsPath.getBaseName ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getBaseName:()Ljava/lang/String;
NutsPath.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getContentEncoding:()Ljava/lang/String;
NutsPath.getContentLength ( ) [abstract] : long
net/thevpc/nuts/NutsPath.getContentLength:()J
NutsPath.getContentType ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getContentType:()Ljava/lang/String;
NutsPath.getFormattedName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsPath.getFormattedName:()Lnet/thevpc/nuts/NutsString;
NutsPath.getFullExtension ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getFullExtension:()Ljava/lang/String;
NutsPath.getLastExtension ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getLastExtension:()Ljava/lang/String;
NutsPath.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsPath.getLastModifiedInstant:()Ljava/time/Instant;
NutsPath.getLocation ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getLocation:()Ljava/lang/String;
NutsPath.getName ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getName:()Ljava/lang/String;
NutsPath.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsPath.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsPath.input ( ) [abstract] : NutsInput
net/thevpc/nuts/NutsPath.input:()Lnet/thevpc/nuts/NutsInput;
NutsPath.isFilePath ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isFilePath:()Z
NutsPath.isURL ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isURL:()Z
NutsPath.mkdir ( boolean p1 ) [abstract] : void
net/thevpc/nuts/NutsPath.mkdir:(Z)V
NutsPath.of ( File path, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/io/File;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.of ( String path, ClassLoader classLoader, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.of ( String path, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.of ( URL path, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/net/URL;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.output ( ) [abstract] : NutsOutput
net/thevpc/nuts/NutsPath.output:()Lnet/thevpc/nuts/NutsOutput;
NutsPath.toCompressedForm ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.toCompressedForm:()Lnet/thevpc/nuts/NutsPath;
NutsPath.toFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsPath.toFilePath:()Ljava/nio/file/Path;
NutsPath.toString ( ) [abstract] : String
net/thevpc/nuts/NutsPath.toString:()Ljava/lang/String;
NutsPath.toURL ( ) [abstract] : URL
net/thevpc/nuts/NutsPath.toURL:()Ljava/net/URL;
nuts-0.8.1.jar,
NutsPathFactory.class
package net.thevpc.nuts
NutsPathFactory.createPath ( String p1, NutsSession p2, ClassLoader p3 ) [abstract] : NutsSupplier<NutsPathSPI>
net/thevpc/nuts/NutsPathFactory.createPath:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsSupplier;
nuts-0.8.1.jar,
NutsPathSPI.class
package net.thevpc.nuts.spi
NutsPathSPI.asString ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.asString:()Ljava/lang/String;
NutsPathSPI.delete ( boolean p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.delete:(Z)V
NutsPathSPI.exists ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.exists:()Z
NutsPathSPI.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getContentEncoding:()Ljava/lang/String;
NutsPathSPI.getContentLength ( ) [abstract] : long
net/thevpc/nuts/spi/NutsPathSPI.getContentLength:()J
NutsPathSPI.getContentType ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getContentType:()Ljava/lang/String;
NutsPathSPI.getFormatterSPI ( ) [abstract] : NutsFormatSPI
net/thevpc/nuts/spi/NutsPathSPI.getFormatterSPI:()Lnet/thevpc/nuts/spi/NutsFormatSPI;
NutsPathSPI.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/spi/NutsPathSPI.getLastModifiedInstant:()Ljava/time/Instant;
NutsPathSPI.getLocation ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getLocation:()Ljava/lang/String;
NutsPathSPI.getName ( ) : String
net/thevpc/nuts/spi/NutsPathSPI.getName:()Ljava/lang/String;
NutsPathSPI.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/spi/NutsPathSPI.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsPathSPI.inputStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsPathSPI.inputStream:()Ljava/io/InputStream;
NutsPathSPI.mkdir ( boolean p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.mkdir:(Z)V
NutsPathSPI.outputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/spi/NutsPathSPI.outputStream:()Ljava/io/OutputStream;
NutsPathSPI.toCompressedForm ( ) : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.toCompressedForm:()Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.toFilePath ( ) : Path
net/thevpc/nuts/spi/NutsPathSPI.toFilePath:()Ljava/nio/file/Path;
NutsPathSPI.toString ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.toString:()Ljava/lang/String;
NutsPathSPI.toURL ( ) : URL
net/thevpc/nuts/spi/NutsPathSPI.toURL:()Ljava/net/URL;
nuts-0.8.1.jar,
NutsPositionType.class
package net.thevpc.nuts
NutsPositionType.parseLenient ( String value ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPositionType;
NutsPositionType.parseLenient ( String value, NutsPositionType emptyOrErrorValue ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPositionType;)Lnet/thevpc/nuts/NutsPositionType;
NutsPositionType.parseLenient ( String value, NutsPositionType emptyValue, NutsPositionType errorValue ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPositionType;Lnet/thevpc/nuts/NutsPositionType;)Lnet/thevpc/nuts/NutsPositionType;
nuts-0.8.1.jar,
NutsPredicates.class
package net.thevpc.nuts
NutsPredicates.always ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.always:()Ljava/util/function/Predicate;
NutsPredicates.blank ( ) [static] : Predicate<String>
net/thevpc/nuts/NutsPredicates.blank:()Ljava/util/function/Predicate;
NutsPredicates.isNull ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.isNull:()Ljava/util/function/Predicate;
NutsPredicates.never ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.never:()Ljava/util/function/Predicate;
NutsPredicates.nonNull ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.nonNull:()Ljava/util/function/Predicate;
NutsPredicates.NutsPredicates ( )
net/thevpc/nuts/NutsPredicates."<init>":()V
nuts-0.8.1.jar,
NutsPrimitiveElement.class
package net.thevpc.nuts
NutsPrimitiveElement.getByte ( ) [abstract] : byte
net/thevpc/nuts/NutsPrimitiveElement.getByte:()B
NutsPrimitiveElement.getInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsPrimitiveElement.getInstant:()Ljava/time/Instant;
NutsPrimitiveElement.getShort ( ) [abstract] : short
net/thevpc/nuts/NutsPrimitiveElement.getShort:()S
NutsPrimitiveElement.isByte ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isByte:()Z
NutsPrimitiveElement.isShort ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isShort:()Z
nuts-0.8.1.jar,
NutsPrintStream.class
package net.thevpc.nuts
NutsPrintStream.append ( char p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.append:(C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.append ( CharSequence p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.append:(Ljava/lang/CharSequence;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.append ( CharSequence p1, int p2, int p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.append:(Ljava/lang/CharSequence;II)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.asOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/NutsPrintStream.asOutputStream:()Ljava/io/OutputStream;
NutsPrintStream.asPrintStream ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsPrintStream.asPrintStream:()Ljava/io/PrintStream;
NutsPrintStream.asWriter ( ) [abstract] : Writer
net/thevpc/nuts/NutsPrintStream.asWriter:()Ljava/io/Writer;
NutsPrintStream.close ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.close:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.convertMode ( NutsTerminalMode p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.convertMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.convertSession ( NutsSession p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.convertSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.flush ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.flush:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.format ( Locale p1, String p2, Object... p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.format:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.format ( String p1, Object... p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.format:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.getColumns ( ) [abstract] : int
net/thevpc/nuts/NutsPrintStream.getColumns:()I
NutsPrintStream.isAutoFlash ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrintStream.isAutoFlash:()Z
NutsPrintStream.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrintStream.isNtf:()Z
NutsPrintStream.mode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsPrintStream.mode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsPrintStream.print ( boolean p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(Z)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( char p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( char[ ] p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:([C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( double p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(D)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( float p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(F)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( int p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(I)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( long p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(J)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( NutsString p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( Object p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.print ( String p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.print:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printf ( Locale p1, String p2, Object... p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printf:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printf ( String p1, Object... p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printf:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printj ( String p1, Object... p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printj:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( boolean p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(Z)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( char p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( char[ ] p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:([C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( double p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(D)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( float p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(F)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( int p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(I)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( long p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(J)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( NutsString p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( Object p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.println ( String p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.println:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.resetLine ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.resetLine:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.run ( NutsTerminalCommand p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.run:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( byte[ ] p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:([B)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( byte[ ] p1, int p2, int p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:([BII)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( char[ ] p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:([C)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( char[ ] p1, int p2, int p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:([CII)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.write ( int p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.write:(I)Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.1.jar,
NutsPrintStreamAdapter.class
package net.thevpc.nuts
NutsPrintStreamAdapter.getBaseNutsPrintStream ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreamAdapter.getBaseNutsPrintStream:()Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.1.jar,
NutsProgressEvent.class
package net.thevpc.nuts
NutsProgressEvent.getMessage ( ) [abstract] : NutsString
net/thevpc/nuts/NutsProgressEvent.getMessage:()Lnet/thevpc/nuts/NutsString;
NutsProgressEvent.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsProgressEvent.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsPropertiesFormat.class
package net.thevpc.nuts
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.isSorted ( ) [abstract] : boolean
net/thevpc/nuts/NutsPropertiesFormat.isSorted:()Z
NutsPropertiesFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsPropertiesFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setNtf ( boolean p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setSorted ( boolean p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setSorted:(Z)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setValue ( Object p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPropertiesFormat;
nuts-0.8.1.jar,
NutsPushException.class
package net.thevpc.nuts
NutsPushException.getId ( ) : NutsId
net/thevpc/nuts/NutsPushException.getId:()Lnet/thevpc/nuts/NutsId;
NutsPushException.NutsPushException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsPushException.NutsPushException ( NutsSession session, NutsId id, NutsMessage message )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;)V
NutsPushException.NutsPushException ( NutsSession session, NutsId id, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsPushRepositoryCommand.class
package net.thevpc.nuts.spi
NutsPushRepositoryCommand.getArgs ( ) [abstract] : String[ ]
net/thevpc/nuts/spi/NutsPushRepositoryCommand.getArgs:()[Ljava/lang/String;
NutsPushRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsPushRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsPushRepositoryCommand.getRepository ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPushRepositoryCommand.getRepository:()Ljava/lang/String;
NutsPushRepositoryCommand.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPushRepositoryCommand.isOffline:()Z
NutsPushRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsPushRepositoryCommand.run ( ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setArgs ( String[ ] p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setOffline ( boolean p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setOffline:(Z)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setRepository ( String p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsPushRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsPushRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
nuts-0.8.1.jar,
NutsQuestion.class
package net.thevpc.nuts
NutsQuestion<T>.getCancelMessage ( ) [abstract] : String
net/thevpc/nuts/NutsQuestion.getCancelMessage:()Ljava/lang/String;
NutsQuestion<T>.getCancelMessageParameters ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestion.getCancelMessageParameters:()[Ljava/lang/Object;
NutsQuestion<T>.isResetLine ( ) [abstract] : boolean
net/thevpc/nuts/NutsQuestion.isResetLine:()Z
NutsQuestion<T>.resetLine ( ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.resetLine:()Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.resetLine ( boolean p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.resetLine:(Z)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setCancelMessage ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setCancelMessage:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
nuts-0.8.1.jar,
NutsReadOnlyException.class
package net.thevpc.nuts
NutsReadOnlyException.NutsReadOnlyException ( NutsSession session )
net/thevpc/nuts/NutsReadOnlyException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsReadOnlyException.NutsReadOnlyException ( NutsSession session, String location )
net/thevpc/nuts/NutsReadOnlyException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsRepository.class
package net.thevpc.nuts
NutsRepository.isAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isAvailable:()Z
NutsRepository.isAvailable ( boolean p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isAvailable:(Z)Z
NutsRepository.isRemote ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isRemote:()Z
nuts-0.8.1.jar,
NutsRepositoryAlreadyRegisteredException.class
package net.thevpc.nuts
NutsRepositoryAlreadyRegisteredException.NutsRepositoryAlreadyRegisteredException ( NutsSession session, String repository )
net/thevpc/nuts/NutsRepositoryAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;)V
NutsRepositoryAlreadyRegisteredException.NutsRepositoryAlreadyRegisteredException ( NutsSession session, String repository, Throwable err )
net/thevpc/nuts/NutsRepositoryAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsRepositoryCommand.class
package net.thevpc.nuts.spi
NutsRepositoryCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsRepositoryCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/spi/NutsRepositoryCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsRepositoryCommand.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/spi/NutsRepositoryCommand.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryCommand.run ( ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
nuts-0.8.1.jar,
NutsRepositoryConfigManager.class
package net.thevpc.nuts
NutsRepositoryConfigManager.findMirror ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.findMirrorById ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirrorById:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.findMirrorByName ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirrorByName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getMirror ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.getMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getMirrors ( ) [abstract] : NutsRepository[ ]
net/thevpc/nuts/NutsRepositoryConfigManager.getMirrors:()[Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getRepositoryRef ( ) [abstract] : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryConfigManager.getRepositoryRef:()Lnet/thevpc/nuts/NutsRepositoryRef;
NutsRepositoryConfigManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryConfigManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryConfigManager.getStoreLocation ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:()Ljava/lang/String;
NutsRepositoryConfigManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsRepositoryConfigManager.isIndexSubscribed ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryConfigManager.isIndexSubscribed:()Z
NutsRepositoryConfigManager.removeMirror ( String p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.removeMirror:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setEnabled ( boolean p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setEnabled:(Z)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setIndexEnabled ( boolean p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setIndexEnabled:(Z)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setMirrorEnabled ( String p1, boolean p2 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setMirrorEnabled:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setTemporary ( boolean p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setTemporary:(Z)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.subscribeIndex ( ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.subscribeIndex:()Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.unsubscribeIndex ( ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.unsubscribeIndex:()Lnet/thevpc/nuts/NutsRepositoryConfigManager;
nuts-0.8.1.jar,
NutsRepositoryEnvManager.class
package net.thevpc.nuts
NutsRepositoryEnvManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryEnvManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryEnvManager.set ( String p1, String p2 ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/NutsRepositoryEnvManager.set:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepositoryEnvManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/NutsRepositoryEnvManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryEnvManager;
nuts-0.8.1.jar,
NutsRepositoryException.class
package net.thevpc.nuts
NutsRepositoryException.NutsRepositoryException ( NutsSession session, String repository, NutsMessage message, Throwable ex )
net/thevpc/nuts/NutsRepositoryException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsRepositoryFactoryComponent.class
package net.thevpc.nuts.spi
NutsRepositoryFactoryComponent.create ( NutsAddRepositoryOptions p1, NutsSession p2, NutsRepository p3 ) [abstract] : NutsRepository
net/thevpc/nuts/spi/NutsRepositoryFactoryComponent.create:(Lnet/thevpc/nuts/NutsAddRepositoryOptions;Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsRepository;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryFactoryComponent.getDefaultRepositories ( NutsSession p1 ) [abstract] : NutsAddRepositoryOptions[ ]
net/thevpc/nuts/spi/NutsRepositoryFactoryComponent.getDefaultRepositories:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsAddRepositoryOptions;
nuts-0.8.1.jar,
NutsRepositoryFilterManager.class
package net.thevpc.nuts
NutsRepositoryFilterManager.installedRepo ( ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilterManager.installedRepo:()Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsRepositoryFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsRepositoryFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryFilterManager
net/thevpc/nuts/NutsRepositoryFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryFilterManager;
nuts-0.8.1.jar,
NutsRepositoryManager.class
package net.thevpc.nuts
NutsRepositoryManager.addRepository ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.addRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.findRepository ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.findRepositoryById ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepositoryById:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.findRepositoryByName ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepositoryByName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getRepositories ( ) [abstract] : NutsRepository[ ]
net/thevpc/nuts/NutsRepositoryManager.getRepositories:()[Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getRepository ( String p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.getRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryManager.removeAllRepositories ( ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsRepositoryManager.removeAllRepositories:()Lnet/thevpc/nuts/NutsRepositoryManager;
NutsRepositoryManager.removeRepository ( String p1 ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsRepositoryManager.removeRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryManager;
NutsRepositoryManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsRepositoryManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryManager;
nuts-0.8.1.jar,
NutsRepositoryModel.class
package net.thevpc.nuts
NutsRepositoryModel.fetchContent ( NutsId id, NutsDescriptor descriptor, String localPath, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : NutsContent
net/thevpc/nuts/NutsRepositoryModel.fetchContent:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsDescriptor;Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContent;
NutsRepositoryModel.isAcceptFetchMode ( NutsFetchMode mode ) : boolean
net/thevpc/nuts/NutsRepositoryModel.isAcceptFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Z
NutsRepositoryModel.isRemote ( ) : boolean
net/thevpc/nuts/NutsRepositoryModel.isRemote:()Z
nuts-0.8.1.jar,
NutsRepositoryNotFoundException.class
package net.thevpc.nuts
NutsRepositoryNotFoundException.NutsRepositoryNotFoundException ( NutsSession session, String repository )
net/thevpc/nuts/NutsRepositoryNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsRepositorySecurityManager.class
package net.thevpc.nuts
NutsRepositorySecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepositorySecurityManager.checkCredentials:([C[C)Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepositorySecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.createCredentials:([CZ[C)[C
NutsRepositorySecurityManager.findUsers ( ) [abstract] : NutsUser[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.findUsers:()[Lnet/thevpc/nuts/NutsUser;
NutsRepositorySecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsRepositorySecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
NutsRepositorySecurityManager.getCredentials ( char[ ] p1 ) [abstract] : char[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.getCredentials:([C)[C
NutsRepositorySecurityManager.getEffectiveUser ( String p1 ) [abstract] : NutsUser
net/thevpc/nuts/NutsRepositorySecurityManager.getEffectiveUser:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUser;
NutsRepositorySecurityManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositorySecurityManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositorySecurityManager.removeCredentials ( char[ ] p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepositorySecurityManager.removeCredentials:([C)Z
NutsRepositorySecurityManager.setAuthenticationAgent ( String p1 ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepositorySecurityManager.setAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepositorySecurityManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepositorySecurityManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositorySecurityManager;
nuts-0.8.1.jar,
NutsRepositorySPI.class
package net.thevpc.nuts.spi
NutsRepositorySPI.config ( ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/spi/NutsRepositorySPI.config:()Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositorySPI.deploy ( ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.deploy:()Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
NutsRepositorySPI.env ( ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/spi/NutsRepositorySPI.env:()Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepositorySPI.fetchContent ( ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.fetchContent:()Lnet/thevpc/nuts/spi/NutsFetchContentRepositoryCommand;
NutsRepositorySPI.fetchDescriptor ( ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.fetchDescriptor:()Lnet/thevpc/nuts/spi/NutsFetchDescriptorRepositoryCommand;
NutsRepositorySPI.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositorySPI.getName:()Ljava/lang/String;
NutsRepositorySPI.getParentRepository ( ) [abstract] : NutsRepository
net/thevpc/nuts/spi/NutsRepositorySPI.getParentRepository:()Lnet/thevpc/nuts/NutsRepository;
NutsRepositorySPI.getRepositoryListeners ( ) [abstract] : NutsRepositoryListener[ ]
net/thevpc/nuts/spi/NutsRepositorySPI.getRepositoryListeners:()[Lnet/thevpc/nuts/NutsRepositoryListener;
NutsRepositorySPI.getRepositoryType ( ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositorySPI.getRepositoryType:()Ljava/lang/String;
NutsRepositorySPI.getUserProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/spi/NutsRepositorySPI.getUserProperties:()Ljava/util/Map;
NutsRepositorySPI.getUserPropertyListeners ( ) [abstract] : NutsMapListener<String,Object>[ ]
net/thevpc/nuts/spi/NutsRepositorySPI.getUserPropertyListeners:()[Lnet/thevpc/nuts/NutsMapListener;
NutsRepositorySPI.getUuid ( ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositorySPI.getUuid:()Ljava/lang/String;
NutsRepositorySPI.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsRepositorySPI.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsRepositorySPI.isAcceptFetchMode ( NutsFetchMode p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositorySPI.isAcceptFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsSession;)Z
NutsRepositorySPI.isEnabled ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositorySPI.isEnabled:()Z
NutsRepositorySPI.push ( ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.push:()Lnet/thevpc/nuts/spi/NutsPushRepositoryCommand;
NutsRepositorySPI.search ( ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.search:()Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
NutsRepositorySPI.searchVersions ( ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositorySPI.searchVersions:()Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsRepositorySPI.security ( ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/spi/NutsRepositorySPI.security:()Lnet/thevpc/nuts/NutsRepositorySecurityManager;
NutsRepositorySPI.setEnabled ( boolean p1 ) [abstract] : NutsRepository
net/thevpc/nuts/spi/NutsRepositorySPI.setEnabled:(Z)Lnet/thevpc/nuts/NutsRepository;
NutsRepositorySPI.undeploy ( ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositorySPI.undeploy:()Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositorySPI.updateStatistics ( ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/spi/NutsRepositorySPI.updateStatistics:()Lnet/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand;
nuts-0.8.1.jar,
NutsRepositoryUndeployCommand.class
package net.thevpc.nuts.spi
NutsRepositoryUndeployCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsRepositoryUndeployCommand.getRepository ( ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.getRepository:()Ljava/lang/String;
NutsRepositoryUndeployCommand.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.isOffline:()Z
NutsRepositoryUndeployCommand.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.isTransitive:()Z
NutsRepositoryUndeployCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsRepositoryUndeployCommand.run ( ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setId ( NutsId p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setOffline ( boolean p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setOffline:(Z)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setRepository ( String p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsRepositoryUndeployCommand.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setTransitive ( boolean p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/spi/NutsRepositoryUndeployCommand.setTransitive:(Z)Lnet/thevpc/nuts/spi/NutsRepositoryUndeployCommand;
nuts-0.8.1.jar,
NutsRunAs.class
package net.thevpc.nuts
NutsRunAs.currentUser ( ) [static] : NutsRunAs
net/thevpc/nuts/NutsRunAs.currentUser:()Lnet/thevpc/nuts/NutsRunAs;
NutsRunAs.equals ( Object o ) : boolean
net/thevpc/nuts/NutsRunAs.equals:(Ljava/lang/Object;)Z
NutsRunAs.getMode ( ) : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.getMode:()Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.getUser ( ) : String
net/thevpc/nuts/NutsRunAs.getUser:()Ljava/lang/String;
NutsRunAs.hashCode ( ) : int
net/thevpc/nuts/NutsRunAs.hashCode:()I
NutsRunAs.root ( ) [static] : NutsRunAs
net/thevpc/nuts/NutsRunAs.root:()Lnet/thevpc/nuts/NutsRunAs;
NutsRunAs.sudo ( ) [static] : NutsRunAs
net/thevpc/nuts/NutsRunAs.sudo:()Lnet/thevpc/nuts/NutsRunAs;
NutsRunAs.user ( String name ) [static] : NutsRunAs
net/thevpc/nuts/NutsRunAs.user:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRunAs;
nuts-0.8.1.jar,
NutsSdkManager.class
package net.thevpc.nuts
NutsSdkManager.add ( NutsSdkLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.add:(Lnet/thevpc/nuts/NutsSdkLocation;)Z
NutsSdkManager.find ( NutsSdkLocation p1 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.find:(Lnet/thevpc/nuts/NutsSdkLocation;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.find ( String p1, Predicate<NutsSdkLocation> p2 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.find:(Ljava/lang/String;Ljava/util/function/Predicate;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByName ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByName:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByPath ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByPath:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByVersion ( String p1, NutsVersionFilter p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByVersion:(Ljava/lang/String;Lnet/thevpc/nuts/NutsVersionFilter;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByVersion ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByVersion:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findOne ( String p1, Predicate<NutsSdkLocation> p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findOne:(Ljava/lang/String;Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSdkManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsSdkManager.remove ( NutsSdkLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.remove:(Lnet/thevpc/nuts/NutsSdkLocation;)Z
NutsSdkManager.resolve ( String p1, String p2, String p3 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.resolve:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.searchSystem ( String p1 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.searchSystem:(Ljava/lang/String;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.searchSystem ( String p1, String p2 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.searchSystem:(Ljava/lang/String;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.setSession ( NutsSession p1 ) [abstract] : NutsSdkManager
net/thevpc/nuts/NutsSdkManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkManager;
NutsSdkManager.update ( NutsSdkLocation p1, NutsSdkLocation p2 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.update:(Lnet/thevpc/nuts/NutsSdkLocation;Lnet/thevpc/nuts/NutsSdkLocation;)Z
nuts-0.8.1.jar,
NutsSearchCommand.class
package net.thevpc.nuts
NutsSearchCommand.addRepositoryFilter ( NutsRepositoryFilter p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addRepositoryFilter:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.getInstallStatus ( ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsSearchCommand.getInstallStatus:()Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsSearchCommand.getResultDependencies ( ) [abstract] : NutsResultList<NutsDependencies>
net/thevpc/nuts/NutsSearchCommand.getResultDependencies:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInlineDependencies ( ) [abstract] : NutsResultList<NutsDependency>
net/thevpc/nuts/NutsSearchCommand.getResultInlineDependencies:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getTargetApiVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsSearchCommand.getTargetApiVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsSearchCommand.setId ( NutsId p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setId ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setIds ( NutsId... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setIds ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setInstallStatus ( NutsInstallStatusFilter p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setInstallStatus:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setTargetApiVersion ( NutsVersion p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setTargetApiVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsSearchCommand;
nuts-0.8.1.jar,
NutsSearchRepositoryCommand.class
package net.thevpc.nuts.spi
NutsSearchRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsSearchRepositoryCommand.getFilter ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getFilter:()Lnet/thevpc/nuts/NutsIdFilter;
NutsSearchRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getResult:()Ljava/util/Iterator;
NutsSearchRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsSearchRepositoryCommand.run ( ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setFilter ( NutsIdFilter p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.setFilter:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsSearchRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSearchRepositoryCommand;
nuts-0.8.1.jar,
NutsSearchVersionsRepositoryCommand.class
package net.thevpc.nuts.spi
NutsSearchVersionsRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsSearchVersionsRepositoryCommand.getFilter ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getFilter:()Lnet/thevpc/nuts/NutsIdFilter;
NutsSearchVersionsRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsSearchVersionsRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getResult:()Ljava/util/Iterator;
NutsSearchVersionsRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.run ( ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.run:()Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setFilter ( NutsIdFilter p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setFilter:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand;
nuts-0.8.1.jar,
NutsSecurityException.class
package net.thevpc.nuts
NutsSecurityException.getFormattedMessage ( ) : NutsMessage
net/thevpc/nuts/NutsSecurityException.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsSecurityException.getFormattedString ( ) : NutsString
net/thevpc/nuts/NutsSecurityException.getFormattedString:()Lnet/thevpc/nuts/NutsString;
NutsSecurityException.getSession ( ) : NutsSession
net/thevpc/nuts/NutsSecurityException.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsSecurityException.NutsSecurityException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsSecurityException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsSecurityException.NutsSecurityException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsSecurityException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsServiceLoader.class
package net.thevpc.nuts
NutsServiceLoader<T,B>.loadBest ( B p1 ) [abstract] : T
net/thevpc/nuts/NutsServiceLoader.loadBest:(Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
nuts-0.8.1.jar,
NutsSession.class
package net.thevpc.nuts
NutsSession.configure ( NutsWorkspaceOptions p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.configure:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsSession;
NutsSession.copyFrom ( NutsWorkspaceOptions p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.copyFrom:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsSession;
NutsSession.eout ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsSession.eout:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsSession.err ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSession.err:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSession.flush ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.flush:()Lnet/thevpc/nuts/NutsSession;
NutsSession.getAppId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsSession.getAppId:()Lnet/thevpc/nuts/NutsId;
NutsSession.getBot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsSession.getBot:()Ljava/lang/Boolean;
NutsSession.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsSession.getDebug:()Ljava/lang/Boolean;
NutsSession.getElemOut ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsSession.getElemOut:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsSession.getErrLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getErrLinePrefix:()Ljava/lang/String;
NutsSession.getExecutionType ( ) [abstract] : NutsExecutionType
net/thevpc/nuts/NutsSession.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsSession.getIterableOutput ( ) [abstract] : NutsIterableFormat
net/thevpc/nuts/NutsSession.getIterableOutput:()Lnet/thevpc/nuts/NutsIterableFormat;
NutsSession.getLocale ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getLocale:()Ljava/lang/String;
NutsSession.getLogFileFilter ( ) [abstract] : Filter
net/thevpc/nuts/NutsSession.getLogFileFilter:()Ljava/util/logging/Filter;
NutsSession.getLogFileLevel ( ) [abstract] : Level
net/thevpc/nuts/NutsSession.getLogFileLevel:()Ljava/util/logging/Level;
NutsSession.getLogTermFilter ( ) [abstract] : Filter
net/thevpc/nuts/NutsSession.getLogTermFilter:()Ljava/util/logging/Filter;
NutsSession.getLogTermLevel ( ) [abstract] : Level
net/thevpc/nuts/NutsSession.getLogTermLevel:()Ljava/util/logging/Level;
NutsSession.getOutLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getOutLinePrefix:()Ljava/lang/String;
NutsSession.getOutputFormat ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsSession.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
NutsSession.getOutputFormat ( NutsContentType p1 ) [abstract] : NutsContentType
net/thevpc/nuts/NutsSession.getOutputFormat:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsContentType;
NutsSession.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsSession.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsSession.isBot ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isBot:()Z
NutsSession.isDebug ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isDebug:()Z
NutsSession.isDry ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isDry:()Z
NutsSession.isGui ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isGui:()Z
NutsSession.out ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSession.out:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSession.setAppId ( NutsId p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setAppId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setBot ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setBot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setDebug ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setDebug:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setDry ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setDry:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setElemOut ( NutsArrayElementBuilder p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setElemOut:(Lnet/thevpc/nuts/NutsArrayElementBuilder;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setErrLinePrefix ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setErrLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setExecutionType ( NutsExecutionType p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setExecutionType:(Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setGui ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setGui:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setIterableOut ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setIterableOut:(Z)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLocale ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLocale:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogFileFilter ( Filter p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogFileFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogFileLevel ( Level p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogFileLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogFilter ( Filter p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogFilter:(Ljava/util/logging/Filter;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogLevel ( Level p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setOutLinePrefix ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setOutLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setOutputFormat ( NutsContentType p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setOutputFormat:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setRunAs ( NutsRunAs p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setRunAs:(Lnet/thevpc/nuts/NutsRunAs;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setTrace ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setTrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
nuts-0.8.1.jar,
NutsSessionAware.class
package net.thevpc.nuts
NutsSessionAware.setSession ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionAware.setSession:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsSessionTerminal.class
package net.thevpc.nuts
NutsSessionTerminal.ask ( ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsSessionTerminal.ask:()Lnet/thevpc/nuts/NutsQuestion;
NutsSessionTerminal.err ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSessionTerminal.err:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSessionTerminal.getErr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSessionTerminal.getErr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSessionTerminal.getIn ( ) [abstract] : InputStream
net/thevpc/nuts/NutsSessionTerminal.getIn:()Ljava/io/InputStream;
NutsSessionTerminal.getOut ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSessionTerminal.getOut:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSessionTerminal.in ( ) [abstract] : InputStream
net/thevpc/nuts/NutsSessionTerminal.in:()Ljava/io/InputStream;
NutsSessionTerminal.out ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSessionTerminal.out:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSessionTerminal.printProgress ( float p1, NutsMessage p2 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.printProgress:(FLnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.printProgress ( float p1, String p2, Object... p3 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.printProgress:(FLjava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.printProgress ( NutsMessage p1 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.printProgress:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.printProgress ( String p1, Object... p2 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.printProgress:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.readLine ( NutsPrintStream p1, NutsMessage p2 ) [abstract] : String
net/thevpc/nuts/NutsSessionTerminal.readLine:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;)Ljava/lang/String;
NutsSessionTerminal.readLine ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 ) [abstract] : String
net/thevpc/nuts/NutsSessionTerminal.readLine:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsSessionTerminal.readLine ( NutsPrintStream p1, String p2, Object... p3 ) [abstract] : String
net/thevpc/nuts/NutsSessionTerminal.readLine:(Lnet/thevpc/nuts/NutsPrintStream;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
NutsSessionTerminal.readLine ( String p1, Object... p2 ) [abstract] : String
net/thevpc/nuts/NutsSessionTerminal.readLine:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
NutsSessionTerminal.readPassword ( NutsPrintStream p1, NutsMessage p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSessionTerminal.readPassword:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;)[C
NutsSessionTerminal.readPassword ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSessionTerminal.readPassword:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)[C
NutsSessionTerminal.readPassword ( NutsPrintStream p1, String p2, Object... p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSessionTerminal.readPassword:(Lnet/thevpc/nuts/NutsPrintStream;Ljava/lang/String;[Ljava/lang/Object;)[C
NutsSessionTerminal.readPassword ( String p1, Object... p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSessionTerminal.readPassword:(Ljava/lang/String;[Ljava/lang/Object;)[C
NutsSessionTerminal.setErr ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionTerminal.setErr:(Lnet/thevpc/nuts/NutsPrintStream;)V
NutsSessionTerminal.setOut ( NutsPrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionTerminal.setOut:(Lnet/thevpc/nuts/NutsPrintStream;)V
nuts-0.8.1.jar,
NutsStoreLocation.class
package net.thevpc.nuts
NutsStoreLocation.parseLenient ( String value ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStoreLocation;
NutsStoreLocation.parseLenient ( String value, NutsStoreLocation emptyOrErrorValue ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsStoreLocation;
NutsStoreLocation.parseLenient ( String value, NutsStoreLocation emptyValue, NutsStoreLocation errorValue ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocation;Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsStoreLocation;
nuts-0.8.1.jar,
NutsStoreLocationStrategy.class
package net.thevpc.nuts
NutsStoreLocationStrategy.parseLenient ( String value ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsStoreLocationStrategy.parseLenient ( String value, NutsStoreLocationStrategy emptyOrErrorValue ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsStoreLocationStrategy.parseLenient ( String value, NutsStoreLocationStrategy emptyValue, NutsStoreLocationStrategy errorValue ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocationStrategy;Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
nuts-0.8.1.jar,
NutsString.class
package net.thevpc.nuts
NutsString.filteredText ( ) [abstract] : String
net/thevpc/nuts/NutsString.filteredText:()Ljava/lang/String;
NutsString.immutable ( ) [abstract] : NutsString
net/thevpc/nuts/NutsString.immutable:()Lnet/thevpc/nuts/NutsString;
NutsString.isEmpty ( ) [abstract] : boolean
net/thevpc/nuts/NutsString.isEmpty:()Z
NutsString.parse ( String str, NutsSession session ) [static] : NutsString
net/thevpc/nuts/NutsString.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
NutsString.textLength ( ) [abstract] : int
net/thevpc/nuts/NutsString.textLength:()I
NutsString.toText ( ) [abstract] : NutsText
net/thevpc/nuts/NutsString.toText:()Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsSupplier.class
package net.thevpc.nuts
NutsSupplier<T>.create ( ) [abstract] : T
net/thevpc/nuts/NutsSupplier.create:()Ljava/lang/Object;
NutsSupplier<T>.getLevel ( ) [abstract] : int
net/thevpc/nuts/NutsSupplier.getLevel:()I
nuts-0.8.1.jar,
NutsSupportLevelContext.class
package net.thevpc.nuts
NutsSupportLevelContext<T>.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSupportLevelContext.getSession:()Lnet/thevpc/nuts/NutsSession;
nuts-0.8.1.jar,
NutsSystemTerminal.class
package net.thevpc.nuts
NutsSystemTerminal.err ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSystemTerminal.err:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSystemTerminal.in ( ) [abstract] : InputStream
net/thevpc/nuts/NutsSystemTerminal.in:()Ljava/io/InputStream;
NutsSystemTerminal.out ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsSystemTerminal.out:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSystemTerminal.printProgress ( float p1, NutsMessage p2, NutsSession p3 ) [abstract] : NutsSystemTerminal
net/thevpc/nuts/NutsSystemTerminal.printProgress:(FLnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSystemTerminal;
NutsSystemTerminal.readLine ( NutsMessage p1, NutsSession p2 ) [abstract] : String
net/thevpc/nuts/NutsSystemTerminal.readLine:(Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsSystemTerminal.readPassword ( NutsMessage p1, NutsSession p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsSystemTerminal.readPassword:(Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)[C
nuts-0.8.1.jar,
NutsSystemTerminalBase.class
package net.thevpc.nuts.spi
NutsSystemTerminalBase.getAutoCompleteResolver ( ) : NutsCommandAutoCompleteResolver
net/thevpc/nuts/spi/NutsSystemTerminalBase.getAutoCompleteResolver:()Lnet/thevpc/nuts/NutsCommandAutoCompleteResolver;
NutsSystemTerminalBase.getCommandHistory ( ) [abstract] : NutsCommandHistory
net/thevpc/nuts/spi/NutsSystemTerminalBase.getCommandHistory:()Lnet/thevpc/nuts/NutsCommandHistory;
NutsSystemTerminalBase.getCommandReadHighlighter ( ) [abstract] : NutsCommandReadHighlighter
net/thevpc/nuts/spi/NutsSystemTerminalBase.getCommandReadHighlighter:()Lnet/thevpc/nuts/NutsCommandReadHighlighter;
NutsSystemTerminalBase.getErr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/spi/NutsSystemTerminalBase.getErr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSystemTerminalBase.getIn ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsSystemTerminalBase.getIn:()Ljava/io/InputStream;
NutsSystemTerminalBase.getOut ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/spi/NutsSystemTerminalBase.getOut:()Lnet/thevpc/nuts/NutsPrintStream;
NutsSystemTerminalBase.isAutoCompleteSupported ( ) : boolean
net/thevpc/nuts/spi/NutsSystemTerminalBase.isAutoCompleteSupported:()Z
NutsSystemTerminalBase.readLine ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 ) [abstract] : String
net/thevpc/nuts/spi/NutsSystemTerminalBase.readLine:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsSystemTerminalBase.readPassword ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/spi/NutsSystemTerminalBase.readPassword:(Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)[C
NutsSystemTerminalBase.setCommandAutoCompleteResolver ( NutsCommandAutoCompleteResolver p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.setCommandAutoCompleteResolver:(Lnet/thevpc/nuts/NutsCommandAutoCompleteResolver;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsSystemTerminalBase.setCommandHistory ( NutsCommandHistory p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.setCommandHistory:(Lnet/thevpc/nuts/NutsCommandHistory;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsSystemTerminalBase.setCommandReadHighlighter ( NutsCommandReadHighlighter p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.setCommandReadHighlighter:(Lnet/thevpc/nuts/NutsCommandReadHighlighter;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
nuts-0.8.1.jar,
NutsTableBordersFormat.class
package net.thevpc.nuts
NutsTableBordersFormat.format ( NutsTableSeparator p1 ) [abstract] : String
net/thevpc/nuts/NutsTableBordersFormat.format:(Lnet/thevpc/nuts/NutsTableSeparator;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsTableCellFormat.class
package net.thevpc.nuts
NutsTableCellFormat.format ( int row, int col, Object value, NutsSession session ) : String
net/thevpc/nuts/NutsTableCellFormat.format:(IILjava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsTableCellFormat.getHorizontalAlign ( int row, int col, Object value, NutsSession session ) : NutsPositionType
net/thevpc/nuts/NutsTableCellFormat.getHorizontalAlign:(IILjava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPositionType;
NutsTableCellFormat.getVerticalAlign ( int row, int col, Object value, NutsSession session ) : NutsPositionType
net/thevpc/nuts/NutsTableCellFormat.getVerticalAlign:(IILjava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPositionType;
nuts-0.8.1.jar,
NutsTableFormat.class
package net.thevpc.nuts
NutsTableFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsTableFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setNtf ( boolean p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setValue ( Object p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setVisibleColumn ( int p1, Boolean p2 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setVisibleColumn:(ILjava/lang/Boolean;)Lnet/thevpc/nuts/NutsTableFormat;
nuts-0.8.1.jar,
NutsTableModel.class
package net.thevpc.nuts
NutsTableModel.of ( NutsSession session ) [static] : NutsMutableTableModel
net/thevpc/nuts/NutsTableModel.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsMutableTableModel;
nuts-0.8.1.jar,
NutsTableSeparator.class
package net.thevpc.nuts
NutsTableSeparator.id ( ) : String
net/thevpc/nuts/NutsTableSeparator.id:()Ljava/lang/String;
NutsTableSeparator.parseLenient ( String value ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.parseLenient ( String value, NutsTableSeparator emptyOrErrorValue ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTableSeparator;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.parseLenient ( String value, NutsTableSeparator emptyValue, NutsTableSeparator errorValue ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTableSeparator;Lnet/thevpc/nuts/NutsTableSeparator;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.valueOf ( String name ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.values ( ) [static] : NutsTableSeparator[ ]
net/thevpc/nuts/NutsTableSeparator.values:()[Lnet/thevpc/nuts/NutsTableSeparator;
nuts-0.8.1.jar,
NutsTempAction.class
package net.thevpc.nuts
NutsTempAction.createTempFile ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTempAction.createTempFile:(Ljava/lang/String;)Ljava/lang/String;
NutsTempAction.createTempFolder ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTempAction.createTempFolder:(Ljava/lang/String;)Ljava/lang/String;
NutsTempAction.getRepositoryId ( ) [abstract] : String
net/thevpc/nuts/NutsTempAction.getRepositoryId:()Ljava/lang/String;
NutsTempAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTempAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTempAction.setRepositoryId ( String p1 ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsTempAction.setRepositoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTempAction;
NutsTempAction.setSession ( NutsSession p1 ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsTempAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTempAction;
nuts-0.8.1.jar,
NutsTerminalCommand.class
package net.thevpc.nuts
NutsTerminalCommand.equals ( Object obj ) : boolean
net/thevpc/nuts/NutsTerminalCommand.equals:(Ljava/lang/Object;)Z
NutsTerminalCommand.getArgs ( ) : String
net/thevpc/nuts/NutsTerminalCommand.getArgs:()Ljava/lang/String;
NutsTerminalCommand.getName ( ) : String
net/thevpc/nuts/NutsTerminalCommand.getName:()Ljava/lang/String;
NutsTerminalCommand.hashCode ( ) : int
net/thevpc/nuts/NutsTerminalCommand.hashCode:()I
NutsTerminalCommand.MOVE_DOWN ( int count ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_DOWN:(I)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.MOVE_LEFT ( int count ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_LEFT:(I)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.MOVE_RIGHT ( int count ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_RIGHT:(I)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.MOVE_TO ( int row, int col ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_TO:(II)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.MOVE_UP ( int count ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.MOVE_UP:(I)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.NutsTerminalCommand ( String name )
net/thevpc/nuts/NutsTerminalCommand."<init>":(Ljava/lang/String;)V
NutsTerminalCommand.NutsTerminalCommand ( String name, String args )
net/thevpc/nuts/NutsTerminalCommand."<init>":(Ljava/lang/String;Ljava/lang/String;)V
NutsTerminalCommand.of ( String name ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.of ( String name, String args ) [static] : NutsTerminalCommand
net/thevpc/nuts/NutsTerminalCommand.of:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsTerminalCommand;
NutsTerminalCommand.toString ( ) : String
net/thevpc/nuts/NutsTerminalCommand.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTerminalManager.class
package net.thevpc.nuts
NutsTerminalManager.createTerminal ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:()Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.createTerminal ( InputStream p1, NutsPrintStream p2, NutsPrintStream p3 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:(Ljava/io/InputStream;Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.createTerminal ( NutsSessionTerminal p1 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.enableRichTerm ( ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.enableRichTerm:()Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTerminalManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTerminalManager.setSession ( NutsSession p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.setSystemTerminal ( NutsSystemTerminalBase p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setSystemTerminal:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.setTerminal ( NutsSessionTerminal p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;)Lnet/thevpc/nuts/NutsTerminalManager;
nuts-0.8.1.jar,
NutsTerminalMode.class
package net.thevpc.nuts
NutsTerminalMode.parseLenient ( String value ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalMode.parseLenient ( String value, NutsTerminalMode emptyOrErrorValue ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalMode.parseLenient ( String value, NutsTerminalMode emptyValue, NutsTerminalMode errorValue ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTerminalMode;Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminalMode;
nuts-0.8.1.jar,
NutsTerminalSpec.class
package net.thevpc.nuts
NutsTerminalSpec.getParent ( ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/NutsTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsTerminalSpec.setParent ( NutsSystemTerminalBase p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalSpec;
nuts-0.8.1.jar,
NutsText.class
package net.thevpc.nuts
NutsText.getType ( ) [abstract] : NutsTextType
net/thevpc/nuts/NutsText.getType:()Lnet/thevpc/nuts/NutsTextType;
NutsText.parse ( String str, NutsSession session ) [static] : NutsString
net/thevpc/nuts/NutsText.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
nuts-0.8.1.jar,
NutsTextBuilder.class
package net.thevpc.nuts
NutsTextBuilder.append ( NutsText p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.append:(Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.append ( Object p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.append:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.append ( Object p1, NutsTextStyle p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.append:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.append ( Object p1, NutsTextStyles p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.append:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendAll ( Collection<?> p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendCode ( String p1, String p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendCommand ( NutsTerminalCommand p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendCommand:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendHash ( Object p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendHash:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendHash ( Object p1, Object p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendHash:(Ljava/lang/Object;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendJoined ( Object p1, Collection<?> p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendJoined:(Ljava/lang/Object;Ljava/util/Collection;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.appendRandom ( Object p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.appendRandom:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.build ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextBuilder.build:()Lnet/thevpc/nuts/NutsText;
NutsTextBuilder.getConfiguration ( ) [abstract] : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextBuilder.getConfiguration:()Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextBuilder.getStyleGenerator ( ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextBuilder.getStyleGenerator:()Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextBuilder.of ( NutsSession session ) [static] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.parser ( ) [abstract] : NutsTextParser
net/thevpc/nuts/NutsTextBuilder.parser:()Lnet/thevpc/nuts/NutsTextParser;
NutsTextBuilder.setConfiguration ( NutsTextWriteConfiguration p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.setConfiguration:(Lnet/thevpc/nuts/NutsTextWriteConfiguration;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.setStyleGenerator ( NutsTextStyleGenerator p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.setStyleGenerator:(Lnet/thevpc/nuts/NutsTextStyleGenerator;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.size ( ) [abstract] : int
net/thevpc/nuts/NutsTextBuilder.size:()I
NutsTextBuilder.toString ( ) [abstract] : String
net/thevpc/nuts/NutsTextBuilder.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTextCode.class
package net.thevpc.nuts
NutsTextCode.parse ( NutsSession p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextCode.parse:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsTextCommand.class
package net.thevpc.nuts
NutsTextCommand.getCommand ( ) [abstract] : NutsTerminalCommand
net/thevpc/nuts/NutsTextCommand.getCommand:()Lnet/thevpc/nuts/NutsTerminalCommand;
nuts-0.8.1.jar,
NutsTextFormatLoader.class
package net.thevpc.nuts
NutsTextFormatLoader.forPath ( String p1 ) [abstract] : Reader
net/thevpc/nuts/NutsTextFormatLoader.forPath:(Ljava/lang/String;)Ljava/io/Reader;
nuts-0.8.1.jar,
NutsTextFormatStyle.class
package net.thevpc.nuts
NutsTextFormatStyle.id ( ) : String
net/thevpc/nuts/NutsTextFormatStyle.id:()Ljava/lang/String;
NutsTextFormatStyle.parseLenient ( String value ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsTextFormatStyle.parseLenient ( String value, NutsTextFormatStyle emptyOrErrorValue ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextFormatStyle;)Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsTextFormatStyle.parseLenient ( String value, NutsTextFormatStyle emptyValue, NutsTextFormatStyle errorValue ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextFormatStyle;Lnet/thevpc/nuts/NutsTextFormatStyle;)Lnet/thevpc/nuts/NutsTextFormatStyle;
nuts-0.8.1.jar,
NutsTextFormatTheme.class
package net.thevpc.nuts
NutsTextFormatTheme.getName ( ) [abstract] : String
net/thevpc/nuts/NutsTextFormatTheme.getName:()Ljava/lang/String;
NutsTextFormatTheme.toBasicStyles ( NutsTextStyles p1, NutsSession p2 ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextFormatTheme.toBasicStyles:(Lnet/thevpc/nuts/NutsTextStyles;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyles;
nuts-0.8.1.jar,
NutsTextLink.class
package net.thevpc.nuts
NutsTextLink.getChild ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextLink.getChild:()Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsTextList.class
package net.thevpc.nuts
NutsTextList.get ( int p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextList.get:(I)Lnet/thevpc/nuts/NutsText;
NutsTextList.simplify ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextList.simplify:()Lnet/thevpc/nuts/NutsText;
NutsTextList.size ( ) [abstract] : int
net/thevpc/nuts/NutsTextList.size:()I
nuts-0.8.1.jar,
NutsTextManager.class
package net.thevpc.nuts
NutsTextManager.addCodeFormat ( NutsCodeFormat p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.addCodeFormat:(Lnet/thevpc/nuts/NutsCodeFormat;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.builder ( ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextManager.builder:()Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextManager.forAnchor ( String p1 ) [abstract] : NutsTextAnchor
net/thevpc/nuts/NutsTextManager.forAnchor:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextAnchor;
NutsTextManager.forBlank ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.forBlank:()Lnet/thevpc/nuts/NutsText;
NutsTextManager.forCode ( String p1, String p2 ) [abstract] : NutsTextCode
net/thevpc/nuts/NutsTextManager.forCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextCode;
NutsTextManager.forCommand ( NutsTerminalCommand p1 ) [abstract] : NutsTextCommand
net/thevpc/nuts/NutsTextManager.forCommand:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsTextCommand;
NutsTextManager.forLink ( NutsText p1 ) [abstract] : NutsTextLink
net/thevpc/nuts/NutsTextManager.forLink:(Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextLink;
NutsTextManager.forList ( Collection<NutsText> p1 ) [abstract] : NutsTextList
net/thevpc/nuts/NutsTextManager.forList:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsTextList;
NutsTextManager.forList ( NutsText... p1 ) [abstract] : NutsTextList
net/thevpc/nuts/NutsTextManager.forList:([Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextList;
NutsTextManager.forNumbering ( ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTextManager.forNumbering:()Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextManager.forPlain ( String p1 ) [abstract] : NutsTextPlain
net/thevpc/nuts/NutsTextManager.forPlain:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextPlain;
NutsTextManager.forStyled ( NutsString p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsString p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsText p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsText p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( String p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( String p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forTitleNumberSequence ( String p1 ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTextManager.forTitleNumberSequence:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextManager.getCodeFormat ( String p1 ) [abstract] : NutsCodeFormat
net/thevpc/nuts/NutsTextManager.getCodeFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCodeFormat;
NutsTextManager.getCodeFormats ( ) [abstract] : NutsCodeFormat[ ]
net/thevpc/nuts/NutsTextManager.getCodeFormats:()[Lnet/thevpc/nuts/NutsCodeFormat;
NutsTextManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTextManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTextManager.getTheme ( ) [abstract] : NutsTextFormatTheme
net/thevpc/nuts/NutsTextManager.getTheme:()Lnet/thevpc/nuts/NutsTextFormatTheme;
NutsTextManager.of ( NutsSession session ) [static] : NutsTextManager
net/thevpc/nuts/NutsTextManager.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.parse ( String p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsText;
NutsTextManager.parser ( ) [abstract] : NutsTextParser
net/thevpc/nuts/NutsTextManager.parser:()Lnet/thevpc/nuts/NutsTextParser;
NutsTextManager.removeCodeFormat ( NutsCodeFormat p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.removeCodeFormat:(Lnet/thevpc/nuts/NutsCodeFormat;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setSession ( NutsSession p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setTheme ( NutsTextFormatTheme p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setTheme:(Lnet/thevpc/nuts/NutsTextFormatTheme;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setTheme ( String p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.toText ( Object p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.toText:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsTextNumbering.class
package net.thevpc.nuts
NutsTextNumbering.getNumber ( int p1 ) [abstract] : NutsTitleNumber
net/thevpc/nuts/NutsTextNumbering.getNumber:(I)Lnet/thevpc/nuts/NutsTitleNumber;
NutsTextNumbering.getPattern ( ) [abstract] : NutsTitleNumber[ ]
net/thevpc/nuts/NutsTextNumbering.getPattern:()[Lnet/thevpc/nuts/NutsTitleNumber;
NutsTextNumbering.getSeparator ( int p1 ) [abstract] : String
net/thevpc/nuts/NutsTextNumbering.getSeparator:(I)Ljava/lang/String;
NutsTextNumbering.getValue ( ) [abstract] : NutsTitleNumber[ ]
net/thevpc/nuts/NutsTextNumbering.getValue:()[Lnet/thevpc/nuts/NutsTitleNumber;
NutsTextNumbering.newLevel ( int p1 ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTextNumbering.newLevel:(I)Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextNumbering.size ( ) [abstract] : int
net/thevpc/nuts/NutsTextNumbering.size:()I
NutsTextNumbering.toString ( ) [abstract] : String
net/thevpc/nuts/NutsTextNumbering.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTextParser.class
package net.thevpc.nuts
NutsTextParser.createLoader ( ClassLoader p1 ) [abstract] : NutsTextFormatLoader
net/thevpc/nuts/NutsTextParser.createLoader:(Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsTextFormatLoader;
NutsTextParser.createLoader ( File p1 ) [abstract] : NutsTextFormatLoader
net/thevpc/nuts/NutsTextParser.createLoader:(Ljava/io/File;)Lnet/thevpc/nuts/NutsTextFormatLoader;
NutsTextParser.escapeText ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTextParser.escapeText:(Ljava/lang/String;)Ljava/lang/String;
NutsTextParser.filterText ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTextParser.filterText:(Ljava/lang/String;)Ljava/lang/String;
NutsTextParser.isIncomplete ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextParser.isIncomplete:()Z
NutsTextParser.of ( NutsSession session ) [static] : NutsTextParser
net/thevpc/nuts/NutsTextParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextParser;
NutsTextParser.parse ( InputStream p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parse ( InputStream p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parse:(Ljava/io/InputStream;Lnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parse ( Reader p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parse:(Ljava/io/Reader;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parse ( Reader p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parse:(Ljava/io/Reader;Lnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( byte[ ] p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:([B)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( byte[ ] p1, int p2, int p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:([BII)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( byte[ ] p1, int p2, int p3, NutsTextVisitor p4 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:([BIILnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( byte[ ] p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:([BLnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( char p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:(C)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( char p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:(CLnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( char[ ] p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:([C)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( char[ ] p1, int p2, int p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:([CII)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( char[ ] p1, int p2, int p3, NutsTextVisitor p4 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:([CIILnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( char[ ] p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:([CLnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseIncremental ( String p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseIncremental:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseIncremental ( String p1, NutsTextVisitor p2 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseIncremental:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseRemaining ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseRemaining:()Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseRemaining ( NutsTextVisitor p1 ) [abstract] : long
net/thevpc/nuts/NutsTextParser.parseRemaining:(Lnet/thevpc/nuts/NutsTextVisitor;)J
NutsTextParser.parseResource ( String p1, NutsTextFormatLoader p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseResource:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextFormatLoader;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.parseResource ( String p1, Reader p2, NutsTextFormatLoader p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextParser.parseResource:(Ljava/lang/String;Ljava/io/Reader;Lnet/thevpc/nuts/NutsTextFormatLoader;)Lnet/thevpc/nuts/NutsText;
NutsTextParser.reset ( ) [abstract] : void
net/thevpc/nuts/NutsTextParser.reset:()V
nuts-0.8.1.jar,
NutsTextPlain.class
package net.thevpc.nuts
NutsTextPlain.getText ( ) [abstract] : String
net/thevpc/nuts/NutsTextPlain.getText:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTextStyle.class
package net.thevpc.nuts
NutsTextStyle.append ( NutsTextStyle other ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyle.append:(Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyle.append ( NutsTextStyles other ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyle.append:(Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyle.backgroundColor ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.backgroundColor:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.backgroundTrueColor ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.backgroundTrueColor:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.blink ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.blink:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.bold ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.bold:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.bool ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.bool:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.bool ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.bool:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.comments ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.comments:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.comments ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.comments:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.config ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.config:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.config ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.config:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.danger ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.danger:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.danger ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.danger:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.date ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.date:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.date ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.date:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.error ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.error:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.error ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.error:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.fail ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.fail:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.fail ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.fail:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.foregroundColor ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.foregroundColor:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.foregroundTrueColor ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.foregroundTrueColor:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.getType ( ) : NutsTextStyleType
net/thevpc/nuts/NutsTextStyle.getType:()Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyle.getVariant ( ) : int
net/thevpc/nuts/NutsTextStyle.getVariant:()I
NutsTextStyle.info ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.info:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.info ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.info:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.input ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.input:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.input ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.input:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.italic ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.italic:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.italic ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.italic:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.keyword ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.keyword:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.keyword ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.keyword:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.number ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.number:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.number ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.number:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.NutsTextStyle ( NutsTextStyleType type, int variant )
net/thevpc/nuts/NutsTextStyle."<init>":(Lnet/thevpc/nuts/NutsTextStyleType;I)V
NutsTextStyle.of ( NutsTextStyleType style ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.of:(Lnet/thevpc/nuts/NutsTextStyleType;)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.of ( NutsTextStyleType style, int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.of:(Lnet/thevpc/nuts/NutsTextStyleType;I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.operator ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.operator:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.operator ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.operator:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.option ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.option:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.option ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.option:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.pale ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.pale:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.pale ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.pale:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.path ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.path:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.path ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.path:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary1 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary1:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary2 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary2:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary3 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary3:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary4 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary4:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary5 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary5:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary6 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary6:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary7 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary7:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary8 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary8:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.primary9 ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.primary9:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.reversed ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.reversed:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.reversed ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.reversed:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.secondary ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.secondary:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.separator ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.separator:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.separator ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.separator:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.striked ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.striked:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.striked ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.striked:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.string ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.string:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.string ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.string:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.success ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.success:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.success ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.success:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.title ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.title:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.toString ( ) : String
net/thevpc/nuts/NutsTextStyle.toString:()Ljava/lang/String;
NutsTextStyle.underlined ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.underlined:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.variable ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.variable:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.variable ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.variable:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.version ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.version:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.version ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.version:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.warn ( ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.warn:()Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.warn ( int variant ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.warn:(I)Lnet/thevpc/nuts/NutsTextStyle;
nuts-0.8.1.jar,
NutsTextStyled.class
package net.thevpc.nuts
NutsTextStyled.getChild ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextStyled.getChild:()Lnet/thevpc/nuts/NutsText;
NutsTextStyled.getStyles ( ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextStyled.getStyles:()Lnet/thevpc/nuts/NutsTextStyles;
nuts-0.8.1.jar,
NutsTextStyleGenerator.class
package net.thevpc.nuts
NutsTextStyleGenerator.hash ( int p1 ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextStyleGenerator.hash:(I)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyleGenerator.hash ( Object p1 ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextStyleGenerator.hash:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyleGenerator.isIncludeBackground ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeBackground:()Z
NutsTextStyleGenerator.isIncludeBlink ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeBlink:()Z
NutsTextStyleGenerator.isIncludeBold ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeBold:()Z
NutsTextStyleGenerator.isIncludeForeground ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeForeground:()Z
NutsTextStyleGenerator.isIncludeItalic ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeItalic:()Z
NutsTextStyleGenerator.isIncludePlain ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludePlain:()Z
NutsTextStyleGenerator.isIncludeReversed ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeReversed:()Z
NutsTextStyleGenerator.isIncludeStriked ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeStriked:()Z
NutsTextStyleGenerator.isIncludeUnderlined ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isIncludeUnderlined:()Z
NutsTextStyleGenerator.isUsePaletteColors ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isUsePaletteColors:()Z
NutsTextStyleGenerator.isUseThemeColors ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isUseThemeColors:()Z
NutsTextStyleGenerator.isUseTrueColors ( ) [abstract] : boolean
net/thevpc/nuts/NutsTextStyleGenerator.isUseTrueColors:()Z
NutsTextStyleGenerator.random ( ) [abstract] : NutsTextStyles
net/thevpc/nuts/NutsTextStyleGenerator.random:()Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyleGenerator.setIncludeBackground ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeBackground:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeBlink ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeBlink:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeBold ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeBold:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeForeground ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeForeground:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeItalic ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeItalic:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludePlain ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludePlain:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeReversed ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeReversed:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeStriked ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeStriked:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setIncludeUnderlined ( boolean p1 ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setIncludeUnderlined:(Z)Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setUsePaletteColors ( ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setUsePaletteColors:()Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setUseThemeColors ( ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setUseThemeColors:()Lnet/thevpc/nuts/NutsTextStyleGenerator;
NutsTextStyleGenerator.setUseTrueColors ( ) [abstract] : NutsTextStyleGenerator
net/thevpc/nuts/NutsTextStyleGenerator.setUseTrueColors:()Lnet/thevpc/nuts/NutsTextStyleGenerator;
nuts-0.8.1.jar,
NutsTextStyles.class
package net.thevpc.nuts
NutsTextStyles.append ( NutsTextStyle other ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.append:(Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.append ( NutsTextStyle... others ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.append:([Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.append ( NutsTextStyles other ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.append:(Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.get ( int index ) : NutsTextStyle
net/thevpc/nuts/NutsTextStyles.get:(I)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyles.isNone ( ) : boolean
net/thevpc/nuts/NutsTextStyles.isNone:()Z
NutsTextStyles.iterator ( ) : Iterator<NutsTextStyle>
net/thevpc/nuts/NutsTextStyles.iterator:()Ljava/util/Iterator;
NutsTextStyles.of ( NutsTextStyle other ) [static] : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.of:(Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.of ( NutsTextStyle... others ) [static] : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.of:([Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.removeFirst ( ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.removeFirst:()Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.removeLast ( ) : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.removeLast:()Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.size ( ) : int
net/thevpc/nuts/NutsTextStyles.size:()I
NutsTextStyles.toString ( ) : String
net/thevpc/nuts/NutsTextStyles.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTextStyleType.class
package net.thevpc.nuts
NutsTextStyleType.basic ( ) : boolean
net/thevpc/nuts/NutsTextStyleType.basic:()Z
NutsTextStyleType.id ( ) : String
net/thevpc/nuts/NutsTextStyleType.id:()Ljava/lang/String;
NutsTextStyleType.parseLenient ( String value ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.parseLenient ( String value, NutsTextStyleType emptyOrErrorValue ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyleType;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.parseLenient ( String value, NutsTextStyleType emptyValue, NutsTextStyleType errorValue ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyleType;Lnet/thevpc/nuts/NutsTextStyleType;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.valueOf ( String name ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.values ( ) [static] : NutsTextStyleType[ ]
net/thevpc/nuts/NutsTextStyleType.values:()[Lnet/thevpc/nuts/NutsTextStyleType;
nuts-0.8.1.jar,
NutsTextTitle.class
package net.thevpc.nuts
NutsTextTitle.getChild ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextTitle.getChild:()Lnet/thevpc/nuts/NutsText;
NutsTextTitle.getLevel ( ) [abstract] : int
net/thevpc/nuts/NutsTextTitle.getLevel:()I
nuts-0.8.1.jar,
NutsTextType.class
package net.thevpc.nuts
NutsTextType.id ( ) : String
net/thevpc/nuts/NutsTextType.id:()Ljava/lang/String;
NutsTextType.parseLenient ( String value ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.parseLenient ( String value, NutsTextType emptyOrErrorValue ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextType;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.parseLenient ( String value, NutsTextType emptyValue, NutsTextType errorValue ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextType;Lnet/thevpc/nuts/NutsTextType;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.valueOf ( String name ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.values ( ) [static] : NutsTextType[ ]
net/thevpc/nuts/NutsTextType.values:()[Lnet/thevpc/nuts/NutsTextType;
nuts-0.8.1.jar,
NutsTextVisitor.class
package net.thevpc.nuts
NutsTextVisitor.visit ( NutsText p1 ) [abstract] : void
net/thevpc/nuts/NutsTextVisitor.visit:(Lnet/thevpc/nuts/NutsText;)V
nuts-0.8.1.jar,
NutsTextWriteConfiguration.class
package net.thevpc.nuts
NutsTextWriteConfiguration.clone ( ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.clone:()Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.clone ( ) : Object
net/thevpc/nuts/NutsTextWriteConfiguration.clone:()Ljava/lang/Object;
NutsTextWriteConfiguration.copy ( ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.copy:()Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.getTitleNumberSequence ( ) : NutsTextNumbering
net/thevpc/nuts/NutsTextWriteConfiguration.getTitleNumberSequence:()Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextWriteConfiguration.isFiltered ( ) : boolean
net/thevpc/nuts/NutsTextWriteConfiguration.isFiltered:()Z
NutsTextWriteConfiguration.isLineNumberEnabled ( ) : boolean
net/thevpc/nuts/NutsTextWriteConfiguration.isLineNumberEnabled:()Z
NutsTextWriteConfiguration.isTitleNumberEnabled ( ) : boolean
net/thevpc/nuts/NutsTextWriteConfiguration.isTitleNumberEnabled:()Z
NutsTextWriteConfiguration.NutsTextWriteConfiguration ( )
net/thevpc/nuts/NutsTextWriteConfiguration."<init>":()V
NutsTextWriteConfiguration.setFiltered ( boolean filtered ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.setFiltered:(Z)Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.setLineNumberEnabled ( boolean lineNumberEnabled ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.setLineNumberEnabled:(Z)Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.setTitleNumberEnabled ( boolean titleNumberEnabled ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.setTitleNumberEnabled:(Z)Lnet/thevpc/nuts/NutsTextWriteConfiguration;
NutsTextWriteConfiguration.setTitleNumberSequence ( NutsTextNumbering titleNumberSequence ) : NutsTextWriteConfiguration
net/thevpc/nuts/NutsTextWriteConfiguration.setTitleNumberSequence:(Lnet/thevpc/nuts/NutsTextNumbering;)Lnet/thevpc/nuts/NutsTextWriteConfiguration;
nuts-0.8.1.jar,
NutsTitleNumber.class
package net.thevpc.nuts
NutsTitleNumber.first ( ) [abstract] : NutsTitleNumber
net/thevpc/nuts/NutsTitleNumber.first:()Lnet/thevpc/nuts/NutsTitleNumber;
NutsTitleNumber.isNone ( ) [abstract] : boolean
net/thevpc/nuts/NutsTitleNumber.isNone:()Z
NutsTitleNumber.next ( ) [abstract] : NutsTitleNumber
net/thevpc/nuts/NutsTitleNumber.next:()Lnet/thevpc/nuts/NutsTitleNumber;
NutsTitleNumber.none ( ) [abstract] : NutsTitleNumber
net/thevpc/nuts/NutsTitleNumber.none:()Lnet/thevpc/nuts/NutsTitleNumber;
NutsTitleNumber.toString ( ) [abstract] : String
net/thevpc/nuts/NutsTitleNumber.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTooManyElementsException.class
package net.thevpc.nuts
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsTransportComponent.class
package net.thevpc.nuts.spi
NutsTransportComponent.open ( String p1 ) [abstract] : NutsTransportConnection
net/thevpc/nuts/spi/NutsTransportComponent.open:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsTransportConnection;
nuts-0.8.1.jar,
NutsTransportConnection.class
package net.thevpc.nuts.spi
NutsTransportConnection.getPath ( ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsTransportConnection.getPath:()Lnet/thevpc/nuts/NutsPath;
NutsTransportConnection.open ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsTransportConnection.open:()Ljava/io/InputStream;
NutsTransportConnection.upload ( NutsTransportParamPart... p1 ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsTransportConnection.upload:([Lnet/thevpc/nuts/spi/NutsTransportParamPart;)Ljava/io/InputStream;
nuts-0.8.1.jar,
NutsTransportParamBinaryFilePart.class
package net.thevpc.nuts.spi
NutsTransportParamBinaryFilePart.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.equals:(Ljava/lang/Object;)Z
NutsTransportParamBinaryFilePart.getFileName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.getFileName:()Ljava/lang/String;
NutsTransportParamBinaryFilePart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.getName:()Ljava/lang/String;
NutsTransportParamBinaryFilePart.getValue ( ) : Path
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.getValue:()Ljava/nio/file/Path;
NutsTransportParamBinaryFilePart.hashCode ( ) : int
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.hashCode:()I
NutsTransportParamBinaryFilePart.NutsTransportParamBinaryFilePart ( String name, String fileName, Path value )
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/nio/file/Path;)V
NutsTransportParamBinaryFilePart.toString ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryFilePart.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTransportParamBinaryStreamPart.class
package net.thevpc.nuts.spi
NutsTransportParamBinaryStreamPart.getFileName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryStreamPart.getFileName:()Ljava/lang/String;
NutsTransportParamBinaryStreamPart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamBinaryStreamPart.getName:()Ljava/lang/String;
NutsTransportParamBinaryStreamPart.getValue ( ) : InputStream
net/thevpc/nuts/spi/NutsTransportParamBinaryStreamPart.getValue:()Ljava/io/InputStream;
NutsTransportParamBinaryStreamPart.NutsTransportParamBinaryStreamPart ( String name, String fileName, InputStream value )
net/thevpc/nuts/spi/NutsTransportParamBinaryStreamPart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/io/InputStream;)V
nuts-0.8.1.jar,
NutsTransportParamParamPart.class
package net.thevpc.nuts.spi
NutsTransportParamParamPart.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsTransportParamParamPart.equals:(Ljava/lang/Object;)Z
NutsTransportParamParamPart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamParamPart.getName:()Ljava/lang/String;
NutsTransportParamParamPart.getValue ( ) : String
net/thevpc/nuts/spi/NutsTransportParamParamPart.getValue:()Ljava/lang/String;
NutsTransportParamParamPart.hashCode ( ) : int
net/thevpc/nuts/spi/NutsTransportParamParamPart.hashCode:()I
NutsTransportParamParamPart.NutsTransportParamParamPart ( String name, String value )
net/thevpc/nuts/spi/NutsTransportParamParamPart."<init>":(Ljava/lang/String;Ljava/lang/String;)V
NutsTransportParamParamPart.toString ( ) : String
net/thevpc/nuts/spi/NutsTransportParamParamPart.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTransportParamPart.class
package net.thevpc.nuts.spi
NutsTransportParamPart.NutsTransportParamPart ( )
net/thevpc/nuts/spi/NutsTransportParamPart."<init>":()V
nuts-0.8.1.jar,
NutsTransportParamTextFilePart.class
package net.thevpc.nuts.spi
NutsTransportParamTextFilePart.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.equals:(Ljava/lang/Object;)Z
NutsTransportParamTextFilePart.getFileName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.getFileName:()Ljava/lang/String;
NutsTransportParamTextFilePart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.getName:()Ljava/lang/String;
NutsTransportParamTextFilePart.getValue ( ) : Path
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.getValue:()Ljava/nio/file/Path;
NutsTransportParamTextFilePart.hashCode ( ) : int
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.hashCode:()I
NutsTransportParamTextFilePart.NutsTransportParamTextFilePart ( String name, String fileName, Path value )
net/thevpc/nuts/spi/NutsTransportParamTextFilePart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/nio/file/Path;)V
NutsTransportParamTextFilePart.toString ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextFilePart.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTransportParamTextReaderPart.class
package net.thevpc.nuts.spi
NutsTransportParamTextReaderPart.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.equals:(Ljava/lang/Object;)Z
NutsTransportParamTextReaderPart.getFileName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.getFileName:()Ljava/lang/String;
NutsTransportParamTextReaderPart.getName ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.getName:()Ljava/lang/String;
NutsTransportParamTextReaderPart.getValue ( ) : Reader
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.getValue:()Ljava/io/Reader;
NutsTransportParamTextReaderPart.hashCode ( ) : int
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.hashCode:()I
NutsTransportParamTextReaderPart.NutsTransportParamTextReaderPart ( String name, String fileName, Reader value )
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/io/Reader;)V
NutsTransportParamTextReaderPart.toString ( ) : String
net/thevpc/nuts/spi/NutsTransportParamTextReaderPart.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsTreeFormat.class
package net.thevpc.nuts
NutsTreeFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsTreeFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setNtf ( boolean p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setValue ( Object p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTreeFormat;
nuts-0.8.1.jar,
NutsTreeNodeFormat.class
package net.thevpc.nuts
NutsTreeNodeFormat.format ( Object p1, int p2, NutsSession p3 ) [abstract] : NutsString
net/thevpc/nuts/NutsTreeNodeFormat.format:(Ljava/lang/Object;ILnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
nuts-0.8.1.jar,
NutsTypedFilters.class
package net.thevpc.nuts
NutsTypedFilters<T>.as ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.as:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTypedFilters.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTypedFilters<T>.parse ( String p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFilter;
NutsTypedFilters<T>.setSession ( NutsSession p1 ) [abstract] : NutsTypedFilters
net/thevpc/nuts/NutsTypedFilters.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
nuts-0.8.1.jar,
NutsUnexpectedException.class
package net.thevpc.nuts
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsUninstallException.class
package net.thevpc.nuts
NutsUninstallException.NutsUninstallException ( NutsSession session, NutsId id )
net/thevpc/nuts/NutsUninstallException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;)V
NutsUninstallException.NutsUninstallException ( NutsSession session, NutsId id, NutsMessage msg, Throwable ex )
net/thevpc/nuts/NutsUninstallException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsUnsatisfiedRequirementsException.class
package net.thevpc.nuts
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":()V
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsMessage message )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/NutsMessage;)V
nuts-0.8.1.jar,
NutsUnsupportedArgumentException.class
package net.thevpc.nuts
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsUnsupportedEnumException.class
package net.thevpc.nuts
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Enum;)V
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, NutsMessage message, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Enum;)V
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsSession session, NutsMessage message, String stringValue, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/String;Ljava/lang/Enum;)V
nuts-0.8.1.jar,
NutsUnsupportedOperationException.class
package net.thevpc.nuts
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.1.jar,
NutsUpdateCommand.class
package net.thevpc.nuts
NutsUpdateCommand.getApiVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsUpdateCommand.getApiVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsUpdateCommand.setApiVersion ( NutsVersion p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setApiVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsUpdateCommand;
nuts-0.8.1.jar,
NutsUpdateOptions.class
package net.thevpc.nuts
NutsUpdateOptions.NutsUpdateOptions ( NutsSession session )
net/thevpc/nuts/NutsUpdateOptions."<init>":(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsUpdateRepositoryStatisticsCommand.class
package net.thevpc.nuts.spi
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand;
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsUpdateRepositoryStatisticsCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.run:()Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.run ( ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.run:()Lnet/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand;
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsUpdateRepositoryStatisticsCommand;
nuts-0.8.1.jar,
NutsUserCancelException.class
package net.thevpc.nuts
NutsUserCancelException.NutsUserCancelException ( NutsSession session )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
NutsUserCancelException.NutsUserCancelException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsUserCancelException.NutsUserCancelException ( NutsSession session, NutsMessage message, int exitCode )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;I)V
nuts-0.8.1.jar,
NutsUtilPlatforms.class
package net.thevpc.nuts
NutsUtilPlatforms.getPlatformGlobalHomeFolder ( NutsStoreLocation location, String workspaceName ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getPlatformGlobalHomeFolder:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsUtilPlatforms.getPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, Map<String,String> homeLocations, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/util/Map;ZLjava/lang/String;)Ljava/lang/String;
NutsUtilPlatforms.getPlatformOsFamily ( ) [static] : NutsOsFamily
net/thevpc/nuts/NutsUtilPlatforms.getPlatformOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
NutsUtilPlatforms.getWindowsProgramFiles ( ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWindowsProgramFiles:()Ljava/lang/String;
NutsUtilPlatforms.getWindowsProgramFilesX86 ( ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWindowsProgramFilesX86:()Ljava/lang/String;
NutsUtilPlatforms.getWindowsSystemDrive ( ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWindowsSystemDrive:()Ljava/lang/String;
NutsUtilPlatforms.getWindowsSystemRoot ( ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWindowsSystemRoot:()Ljava/lang/String;
NutsUtilPlatforms.NutsUtilPlatforms ( )
net/thevpc/nuts/NutsUtilPlatforms."<init>":()V
nuts-0.8.1.jar,
NutsUtilStrings.class
package net.thevpc.nuts
NutsUtilStrings.isBlank ( char[ ] string ) [static] : boolean
net/thevpc/nuts/NutsUtilStrings.isBlank:([C)Z
NutsUtilStrings.isBlank ( CharSequence s ) [static] : boolean
net/thevpc/nuts/NutsUtilStrings.isBlank:(Ljava/lang/CharSequence;)Z
NutsUtilStrings.NutsUtilStrings ( )
net/thevpc/nuts/NutsUtilStrings."<init>":()V
NutsUtilStrings.parseBoolean ( String value, Boolean emptyValue, Boolean errorValue ) [static] : Boolean
net/thevpc/nuts/NutsUtilStrings.parseBoolean:(Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsUtilStrings.trim ( String value ) [static] : String
net/thevpc/nuts/NutsUtilStrings.trim:(Ljava/lang/String;)Ljava/lang/String;
NutsUtilStrings.trimToNull ( String value ) [static] : String
net/thevpc/nuts/NutsUtilStrings.trimToNull:(Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsValidationException.class
package net.thevpc.nuts
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsValidationException.NutsValidationException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
NutsValidationException.NutsValidationException ( NutsSession workspace )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsVersion.class
package net.thevpc.nuts
NutsVersion.getNumber ( int p1 ) [abstract] : BigInteger
net/thevpc/nuts/NutsVersion.getNumber:(I)Ljava/math/BigInteger;
NutsVersion.getNumber ( int p1, BigInteger p2 ) [abstract] : BigInteger
net/thevpc/nuts/NutsVersion.getNumber:(ILjava/math/BigInteger;)Ljava/math/BigInteger;
NutsVersion.getNumber ( int p1, long p2 ) [abstract] : BigInteger
net/thevpc/nuts/NutsVersion.getNumber:(IJ)Ljava/math/BigInteger;
NutsVersion.inc ( int p1, BigInteger p2 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.inc:(ILjava/math/BigInteger;)Lnet/thevpc/nuts/NutsVersion;
NutsVersion.inc ( int p1, long p2 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.inc:(IJ)Lnet/thevpc/nuts/NutsVersion;
NutsVersion.parse ( String str, NutsSession session ) [static] : NutsVersion
net/thevpc/nuts/NutsVersion.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersion;
nuts-0.8.1.jar,
NutsVersionFilterManager.class
package net.thevpc.nuts
NutsVersionFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsVersionFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsVersionFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsVersionFilterManager
net/thevpc/nuts/NutsVersionFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionFilterManager;
nuts-0.8.1.jar,
NutsVersionFormat.class
package net.thevpc.nuts
NutsVersionFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsVersionFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsVersionFormat.setNtf ( boolean p1 ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsVersionFormat;
nuts-0.8.1.jar,
NutsVersionManager.class
package net.thevpc.nuts
NutsVersionManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsVersionManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsVersionManager.parse ( String p1 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersionManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersion;
NutsVersionManager.setSession ( NutsSession p1 ) [abstract] : NutsVersionManager
net/thevpc/nuts/NutsVersionManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionManager;
nuts-0.8.1.jar,
NutsVersionParser.class
package net.thevpc.nuts
NutsVersionParser.parse ( NutsSession session ) [static] : NutsVersionParser
net/thevpc/nuts/NutsVersionParser.parse:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionParser;
nuts-0.8.1.jar,
NutsWorkspace.class
package net.thevpc.nuts
NutsWorkspace.boot ( ) [abstract] : NutsBootManager
net/thevpc/nuts/NutsWorkspace.boot:()Lnet/thevpc/nuts/NutsBootManager;
NutsWorkspace.commands ( ) [abstract] : NutsCustomCommandManager
net/thevpc/nuts/NutsWorkspace.commands:()Lnet/thevpc/nuts/NutsCustomCommandManager;
NutsWorkspace.elem ( ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsWorkspace.elem:()Lnet/thevpc/nuts/NutsElementFormat;
NutsWorkspace.events ( ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspace.events:()Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspace.getApiVersion ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsWorkspace.getApiVersion:()Lnet/thevpc/nuts/NutsVersion;
NutsWorkspace.getCompanionIds ( NutsSession p1 ) [abstract] : Set<NutsId>
net/thevpc/nuts/NutsWorkspace.getCompanionIds:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/Set;
NutsWorkspace.getHashName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getHashName:()Ljava/lang/String;
NutsWorkspace.getLocation ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getLocation:()Ljava/lang/String;
NutsWorkspace.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getName:()Ljava/lang/String;
NutsWorkspace.getUuid ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getUuid:()Ljava/lang/String;
NutsWorkspace.term ( ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsWorkspace.term:()Lnet/thevpc/nuts/NutsTerminalManager;
NutsWorkspace.text ( ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsWorkspace.text:()Lnet/thevpc/nuts/NutsTextManager;
nuts-0.8.1.jar,
NutsWorkspaceAlreadyExistsException.class
package net.thevpc.nuts
NutsWorkspaceAlreadyExistsException.NutsWorkspaceAlreadyExistsException ( String workspaceLocation )
net/thevpc/nuts/NutsWorkspaceAlreadyExistsException."<init>":(Ljava/lang/String;)V
NutsWorkspaceAlreadyExistsException.NutsWorkspaceAlreadyExistsException ( String workspaceLocation, Throwable err )
net/thevpc/nuts/NutsWorkspaceAlreadyExistsException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsWorkspaceAppsManager.class
package net.thevpc.nuts
NutsWorkspaceAppsManager.createApplicationContext ( NutsSession p1, String[ ] p2, long p3, Class p4, String p5 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsWorkspaceAppsManager.createApplicationContext:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;JLjava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsWorkspaceAppsManager.execEntries ( ) [abstract] : NutsExecutionEntryAction
net/thevpc/nuts/NutsWorkspaceAppsManager.execEntries:()Lnet/thevpc/nuts/NutsExecutionEntryAction;
NutsWorkspaceAppsManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceAppsManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceAppsManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceAppsManager
net/thevpc/nuts/NutsWorkspaceAppsManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceAppsManager;
nuts-0.8.1.jar,
NutsWorkspaceArchetypeComponent.class
package net.thevpc.nuts.spi
NutsWorkspaceArchetypeComponent.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NutsWorkspaceArchetypeComponent.getName:()Ljava/lang/String;
NutsWorkspaceArchetypeComponent.initializeWorkspace ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsWorkspaceArchetypeComponent.initializeWorkspace:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsWorkspaceBootConfig.class
package net.thevpc.nuts
NutsWorkspaceBootConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceBootConfig.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceBootConfig.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceBootConfig.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsWorkspaceCommandFactory.class
package net.thevpc.nuts
NutsWorkspaceCommandFactory.configure ( NutsCommandFactoryConfig p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCommandFactory.configure:(Lnet/thevpc/nuts/NutsCommandFactoryConfig;)V
NutsWorkspaceCommandFactory.findCommand ( String p1, NutsSession p2 ) [abstract] : NutsCommandConfig
net/thevpc/nuts/NutsWorkspaceCommandFactory.findCommand:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandConfig;
NutsWorkspaceCommandFactory.findCommands ( NutsSession p1 ) [abstract] : List<NutsCommandConfig>
net/thevpc/nuts/NutsWorkspaceCommandFactory.findCommands:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
nuts-0.8.1.jar,
NutsWorkspaceConfigManager.class
package net.thevpc.nuts
NutsWorkspaceConfigManager.createWorkspaceListManager ( String p1 ) [abstract] : NutsWorkspaceListManager
net/thevpc/nuts/NutsWorkspaceConfigManager.createWorkspaceListManager:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceListManager;
NutsWorkspaceConfigManager.getAvailableArchetypes ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsWorkspaceConfigManager.getAvailableArchetypes:()Ljava/util/Set;
NutsWorkspaceConfigManager.getDefaultRepositories ( ) [abstract] : NutsAddRepositoryOptions[ ]
net/thevpc/nuts/NutsWorkspaceConfigManager.getDefaultRepositories:()[Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsWorkspaceConfigManager.getHashName ( Object p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getHashName:(Ljava/lang/Object;)Ljava/lang/String;
NutsWorkspaceConfigManager.getIndexStoreClientFactory ( ) [abstract] : NutsIndexStoreFactory
net/thevpc/nuts/NutsWorkspaceConfigManager.getIndexStoreClientFactory:()Lnet/thevpc/nuts/spi/NutsIndexStoreFactory;
NutsWorkspaceConfigManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceConfigManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceConfigManager.getWorkspaceHashName ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getWorkspaceHashName:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceConfigManager.isExcludedExtension ( String p1, NutsWorkspaceOptions p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.isExcludedExtension:(Ljava/lang/String;Lnet/thevpc/nuts/NutsWorkspaceOptions;)Z
NutsWorkspaceConfigManager.isSupportedRepositoryType ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.isSupportedRepositoryType:(Ljava/lang/String;)Z
NutsWorkspaceConfigManager.loadBootConfig ( String p1, boolean p2, boolean p3 ) [abstract] : NutsWorkspaceBootConfig
net/thevpc/nuts/NutsWorkspaceConfigManager.loadBootConfig:(Ljava/lang/String;ZZ)Lnet/thevpc/nuts/NutsWorkspaceBootConfig;
NutsWorkspaceConfigManager.resolveRepositoryPath ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.resolveRepositoryPath:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceConfigManager.save ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.save:()Z
NutsWorkspaceConfigManager.save ( boolean p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.save:(Z)Z
NutsWorkspaceConfigManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceConfigManager
net/thevpc/nuts/NutsWorkspaceConfigManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceConfigManager;
nuts-0.8.1.jar,
NutsWorkspaceCustomCommand.class
package net.thevpc.nuts
NutsWorkspaceCustomCommand.dryExec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCustomCommand.dryExec:([Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandExecOptions;Lnet/thevpc/nuts/NutsSession;)V
NutsWorkspaceCustomCommand.exec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCustomCommand.exec:([Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandExecOptions;Lnet/thevpc/nuts/NutsSession;)V
NutsWorkspaceCustomCommand.getCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceCustomCommand.getCommand:()[Ljava/lang/String;
NutsWorkspaceCustomCommand.getExecutorOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceCustomCommand.getExecutorOptions:()[Ljava/lang/String;
NutsWorkspaceCustomCommand.getFactoryId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCustomCommand.getFactoryId:()Ljava/lang/String;
NutsWorkspaceCustomCommand.getHelpText ( NutsSession p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCustomCommand.getHelpText:(Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsWorkspaceCustomCommand.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCustomCommand.getName:()Ljava/lang/String;
NutsWorkspaceCustomCommand.getOwner ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceCustomCommand.getOwner:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceCustomCommand.toCommandConfig ( ) [abstract] : NutsCommandConfig
net/thevpc/nuts/NutsWorkspaceCustomCommand.toCommandConfig:()Lnet/thevpc/nuts/NutsCommandConfig;
nuts-0.8.1.jar,
NutsWorkspaceEnvManager.class
package net.thevpc.nuts
NutsWorkspaceEnvManager.addLauncher ( NutsLauncherOptions p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEnvManager.addLauncher:(Lnet/thevpc/nuts/NutsLauncherOptions;)V
NutsWorkspaceEnvManager.getArchFamily ( ) [abstract] : NutsArchFamily
net/thevpc/nuts/NutsWorkspaceEnvManager.getArchFamily:()Lnet/thevpc/nuts/NutsArchFamily;
NutsWorkspaceEnvManager.getBootClassLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootClassLoader:()Ljava/lang/ClassLoader;
NutsWorkspaceEnvManager.getBootClassWorldURLs ( ) [abstract] : URL[ ]
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootClassWorldURLs:()[Ljava/net/URL;
NutsWorkspaceEnvManager.getBootOptions ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceEnvManager.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceEnvManager.getCreationFinishTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationFinishTimeMillis:()J
NutsWorkspaceEnvManager.getCreationStartTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationStartTimeMillis:()J
NutsWorkspaceEnvManager.getCreationTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationTimeMillis:()J
NutsWorkspaceEnvManager.getDesktopEnvironment ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopEnvironment:()Lnet/thevpc/nuts/NutsId;
NutsWorkspaceEnvManager.getDesktopEnvironmentFamilies ( ) [abstract] : NutsDesktopEnvironmentFamily[ ]
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopEnvironmentFamilies:()[Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsWorkspaceEnvManager.getDesktopEnvironmentFamily ( ) [abstract] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopEnvironmentFamily:()Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsWorkspaceEnvManager.getDesktopEnvironments ( ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopEnvironments:()[Lnet/thevpc/nuts/NutsId;
NutsWorkspaceEnvManager.getDesktopIntegrationSupport ( NutsDesktopIntegrationItem p1 ) [abstract] : NutsActionSupport
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopIntegrationSupport:(Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsActionSupport;
NutsWorkspaceEnvManager.getDesktopPath ( ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopPath:()Ljava/nio/file/Path;
NutsWorkspaceEnvManager.getEnv ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnv:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getEnv ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnv:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getEnvAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getEnvAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getEnvMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvMap:()Ljava/util/Map;
NutsWorkspaceEnvManager.getOption ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getOption:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getOption ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getOption:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getOptionAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getOptionAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getOptionAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getOptionAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getOrCreateProperty ( Class<T> p1, Supplier<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceEnvManager.getOrCreateProperty:(Ljava/lang/Class;Ljava/util/function/Supplier;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getOrCreateProperty ( String p1, Supplier<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceEnvManager.getOrCreateProperty:(Ljava/lang/String;Ljava/util/function/Supplier;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsWorkspaceEnvManager.getProperties:()Ljava/util/Map;
NutsWorkspaceEnvManager.getProperty ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsWorkspaceEnvManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getProperty ( String p1, Object p2 ) [abstract] : Object
net/thevpc/nuts/NutsWorkspaceEnvManager.getProperty:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getPropertyAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getPropertyAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getPropertyAsString ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceEnvManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceEnvManager.isGraphicalDesktopEnvironment ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.isGraphicalDesktopEnvironment:()Z
NutsWorkspaceEnvManager.setEnv ( String p1, String p2 ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsWorkspaceEnvManager.setEnv:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
NutsWorkspaceEnvManager.setProperty ( String p1, Object p2 ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsWorkspaceEnvManager.setProperty:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
NutsWorkspaceEnvManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsWorkspaceEnvManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
nuts-0.8.1.jar,
NutsWorkspaceEventManager.class
package net.thevpc.nuts
NutsWorkspaceEventManager.addInstallListener ( NutsInstallListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.addInstallListener:(Lnet/thevpc/nuts/NutsInstallListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.addRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.addRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.addUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.addUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.addWorkspaceListener ( NutsWorkspaceListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.addWorkspaceListener:(Lnet/thevpc/nuts/NutsWorkspaceListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.getInstallListeners ( ) [abstract] : NutsInstallListener[ ]
net/thevpc/nuts/NutsWorkspaceEventManager.getInstallListeners:()[Lnet/thevpc/nuts/NutsInstallListener;
NutsWorkspaceEventManager.getRepositoryListeners ( ) [abstract] : NutsRepositoryListener[ ]
net/thevpc/nuts/NutsWorkspaceEventManager.getRepositoryListeners:()[Lnet/thevpc/nuts/NutsRepositoryListener;
NutsWorkspaceEventManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceEventManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceEventManager.getUserPropertyListeners ( ) [abstract] : NutsMapListener<String,Object>[ ]
net/thevpc/nuts/NutsWorkspaceEventManager.getUserPropertyListeners:()[Lnet/thevpc/nuts/NutsMapListener;
NutsWorkspaceEventManager.getWorkspaceListeners ( ) [abstract] : NutsWorkspaceListener[ ]
net/thevpc/nuts/NutsWorkspaceEventManager.getWorkspaceListeners:()[Lnet/thevpc/nuts/NutsWorkspaceListener;
NutsWorkspaceEventManager.removeInstallListener ( NutsInstallListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.removeInstallListener:(Lnet/thevpc/nuts/NutsInstallListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.removeRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.removeRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.removeUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.removeUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.removeWorkspaceListener ( NutsWorkspaceListener p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.removeWorkspaceListener:(Lnet/thevpc/nuts/NutsWorkspaceListener;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsWorkspaceEventManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsWorkspaceEventManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceEventManager;
nuts-0.8.1.jar,
NutsWorkspaceException.class
package net.thevpc.nuts
NutsWorkspaceException.NutsWorkspaceException ( NutsSession session, NutsMessage message, Throwable ex )
net/thevpc/nuts/NutsWorkspaceException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsWorkspaceExtensionManager.class
package net.thevpc.nuts
NutsWorkspaceExtensionManager.createAll ( Class<T> p1 ) [abstract] : List<T>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createAll:(Ljava/lang/Class;)Ljava/util/List;
NutsWorkspaceExtensionManager.createAllSupported ( Class<T> p1, V p2 ) [abstract] : List<T>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createAllSupported:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/util/List;
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2 ) [abstract] : NutsServiceLoader<T,B>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createServiceLoader:(Ljava/lang/Class;Ljava/lang/Class;)Lnet/thevpc/nuts/NutsServiceLoader;
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2, ClassLoader p3 ) [abstract] : NutsServiceLoader<T,B>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createServiceLoader:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsServiceLoader;
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2, Class[ ] p3, Object[ ] p4 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
NutsWorkspaceExtensionManager.discoverTypes ( NutsId p1, ClassLoader p2 ) [abstract] : Set<Class>
net/thevpc/nuts/NutsWorkspaceExtensionManager.discoverTypes:(Lnet/thevpc/nuts/NutsId;Ljava/lang/ClassLoader;)Ljava/util/Set;
NutsWorkspaceExtensionManager.getConfigExtensions ( ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getConfigExtensions:()Ljava/util/List;
NutsWorkspaceExtensionManager.getExtensionObjects ( Class p1 ) [abstract] : List<Object>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getExtensionObjects:(Ljava/lang/Class;)Ljava/util/List;
NutsWorkspaceExtensionManager.getExtensionTypes ( Class p1 ) [abstract] : Set<Class>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getExtensionTypes:(Ljava/lang/Class;)Ljava/util/Set;
NutsWorkspaceExtensionManager.getLoadedExtensions ( ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getLoadedExtensions:()Ljava/util/List;
NutsWorkspaceExtensionManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceExtensionManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceExtensionManager.installWorkspaceExtensionComponent ( Class p1, Object p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.installWorkspaceExtensionComponent:(Ljava/lang/Class;Ljava/lang/Object;)Z
NutsWorkspaceExtensionManager.isLoadedExtensions ( NutsId p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isLoadedExtensions:(Lnet/thevpc/nuts/NutsId;)Z
NutsWorkspaceExtensionManager.isRegisteredInstance ( Class p1, Object p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredInstance:(Ljava/lang/Class;Ljava/lang/Object;)Z
NutsWorkspaceExtensionManager.isRegisteredType ( Class p1, Class p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredType:(Ljava/lang/Class;Ljava/lang/Class;)Z
NutsWorkspaceExtensionManager.isRegisteredType ( Class p1, String p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredType:(Ljava/lang/Class;Ljava/lang/String;)Z
NutsWorkspaceExtensionManager.loadExtension ( NutsId p1 ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspaceExtensionManager.loadExtension:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
NutsWorkspaceExtensionManager.registerInstance ( Class<T> p1, T p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.registerInstance:(Ljava/lang/Class;Ljava/lang/Object;)Z
NutsWorkspaceExtensionManager.registerType ( Class p1, Class p2, NutsId p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.registerType:(Ljava/lang/Class;Ljava/lang/Class;Lnet/thevpc/nuts/NutsId;)Z
NutsWorkspaceExtensionManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspaceExtensionManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
NutsWorkspaceExtensionManager.unloadExtension ( NutsId p1 ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspaceExtensionManager.unloadExtension:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
nuts-0.8.1.jar,
NutsWorkspaceInitInformation.class
package net.thevpc.nuts
NutsWorkspaceInitInformation.getBootWorkspaceFactory ( ) [abstract] : NutsBootWorkspaceFactory
net/thevpc/nuts/NutsWorkspaceInitInformation.getBootWorkspaceFactory:()Lnet/thevpc/nuts/spi/NutsBootWorkspaceFactory;
NutsWorkspaceInitInformation.getExtensionBootDependencyNodes ( ) [abstract] : NutsClassLoaderNode[ ]
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionBootDependencyNodes:()[Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsWorkspaceInitInformation.getExtensionBootDescriptors ( ) [abstract] : NutsBootDescriptor[ ]
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionBootDescriptors:()[Lnet/thevpc/nuts/boot/NutsBootDescriptor;
NutsWorkspaceInitInformation.getExtensionsSet ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionsSet:()Ljava/util/Set;
NutsWorkspaceInitInformation.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceInitInformation.getRuntimeBootDependencyNode ( ) [abstract] : NutsClassLoaderNode
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeBootDependencyNode:()Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsWorkspaceInitInformation.getRuntimeBootDescriptor ( ) [abstract] : NutsBootDescriptor
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeBootDescriptor:()Lnet/thevpc/nuts/boot/NutsBootDescriptor;
NutsWorkspaceInitInformation.getRuntimeId ( ) [abstract] : NutsBootId
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeId:()Lnet/thevpc/nuts/boot/NutsBootId;
NutsWorkspaceInitInformation.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceInitInformation.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceInitInformation.isGlobal:()Z
nuts-0.8.1.jar,
NutsWorkspaceListManager.class
package net.thevpc.nuts
NutsWorkspaceListManager.addWorkspace ( String p1, NutsSession p2 ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsWorkspaceListManager.addWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspace;
NutsWorkspaceListManager.removeWorkspace ( String p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceListManager.removeWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceListManager.save ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceListManager.save:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsWorkspaceLocationManager.class
package net.thevpc.nuts
NutsWorkspaceLocationManager.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceLocationManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2, String p3 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceLocationManager.getWorkspaceLocation ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getWorkspaceLocation:()Ljava/lang/String;
NutsWorkspaceLocationManager.setHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2, String p3 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspaceLocationManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspaceLocationManager.setStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspaceLocationManager.setStoreLocationLayout ( NutsOsFamily p1 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocationLayout:(Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsWorkspaceLocationManager.setStoreLocationStrategy ( NutsStoreLocationStrategy p1 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
nuts-0.8.1.jar,
NutsWorkspaceNotFoundException.class
package net.thevpc.nuts
NutsWorkspaceNotFoundException.NutsWorkspaceNotFoundException ( String workspaceLocation )
net/thevpc/nuts/NutsWorkspaceNotFoundException."<init>":(Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsWorkspaceOptions.class
package net.thevpc.nuts
NutsWorkspaceOptions.builder ( ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptions.builder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptions.formatter ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptions.formatter:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptions.getBot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getBot:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getCached ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getCached:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getDebug:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getDry ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getDry:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getErrors ( ) [abstract] : NutsMessage[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getErrors:()[Lnet/thevpc/nuts/NutsMessage;
NutsWorkspaceOptions.getGlobal ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getGlobal:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getGui ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getGui:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getIndexed ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getIndexed:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getInherited ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getInherited:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getLocale ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getLocale:()Ljava/lang/String;
NutsWorkspaceOptions.getOpenMode ( ) [abstract] : NutsOpenMode
net/thevpc/nuts/NutsWorkspaceOptions.getOpenMode:()Lnet/thevpc/nuts/NutsOpenMode;
NutsWorkspaceOptions.getOutputFormat ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsWorkspaceOptions.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
NutsWorkspaceOptions.getProperties ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getProperties:()[Ljava/lang/String;
NutsWorkspaceOptions.getReadOnly ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getReadOnly:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getRecover ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getRecover:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getRepositories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getRepositories:()[Ljava/lang/String;
NutsWorkspaceOptions.getReset ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getReset:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsWorkspaceOptions.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsWorkspaceOptions.getSkipBoot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSkipBoot:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getSkipCompanions ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSkipCompanions:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getSkipErrors ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSkipErrors:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getSkipWelcome ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getSkipWelcome:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getTheme ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getTheme:()Ljava/lang/String;
NutsWorkspaceOptions.getTrace ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getTrace:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getTransitive ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getTransitive:()Ljava/lang/Boolean;
NutsWorkspaceOptions.isBot ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isBot:()Z
NutsWorkspaceOptions.isSwitchWorkspace ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isSwitchWorkspace:()Z
nuts-0.8.1.jar,
NutsWorkspaceOptionsBuilder.class
package net.thevpc.nuts
NutsWorkspaceOptionsBuilder.build ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.build:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceOptionsBuilder.copy ( ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.copy:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.formatter ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.formatter:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsBuilder.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getApiVersion:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getApplicationArguments ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getApplicationArguments:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getArchetype ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getArchetype:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getBot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getBot:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getCached ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCached:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getClassLoaderSupplier ( ) [abstract] : Supplier<ClassLoader>
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getClassLoaderSupplier:()Ljava/util/function/Supplier;
NutsWorkspaceOptionsBuilder.getConfirm ( ) [abstract] : NutsConfirmationMode
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getConfirm:()Lnet/thevpc/nuts/NutsConfirmationMode;
NutsWorkspaceOptionsBuilder.getCreationTime ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCreationTime:()J
NutsWorkspaceOptionsBuilder.getCredentials ( ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCredentials:()[C
NutsWorkspaceOptionsBuilder.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getDebug:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getDry ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getDry:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getErrLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getErrLinePrefix:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getErrors ( ) [abstract] : NutsMessage[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getErrors:()[Lnet/thevpc/nuts/NutsMessage;
NutsWorkspaceOptionsBuilder.getExcludedExtensions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExcludedExtensions:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getExecutionType ( ) [abstract] : NutsExecutionType
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsWorkspaceOptionsBuilder.getExecutorOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExecutorOptions:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getExecutorService ( ) [abstract] : ExecutorService
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExecutorService:()Ljava/util/concurrent/ExecutorService;
NutsWorkspaceOptionsBuilder.getExpireTime ( ) [abstract] : Instant
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getExpireTime:()Ljava/time/Instant;
NutsWorkspaceOptionsBuilder.getFetchStrategy ( ) [abstract] : NutsFetchStrategy
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getFetchStrategy:()Lnet/thevpc/nuts/NutsFetchStrategy;
NutsWorkspaceOptionsBuilder.getGlobal ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getGlobal:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getGui ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getGui:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceOptionsBuilder.getIndexed ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getIndexed:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getInherited ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getInherited:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getJavaCommand:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getJavaOptions:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getLocale ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getLocale:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getLogConfig ( ) [abstract] : NutsLogConfig
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getLogConfig:()Lnet/thevpc/nuts/NutsLogConfig;
NutsWorkspaceOptionsBuilder.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getName:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getOpenMode ( ) [abstract] : NutsOpenMode
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getOpenMode:()Lnet/thevpc/nuts/NutsOpenMode;
NutsWorkspaceOptionsBuilder.getOutLinePrefix ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getOutLinePrefix:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getOutputFormat ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
NutsWorkspaceOptionsBuilder.getOutputFormatOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getOutputFormatOptions:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getProgressOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getProgressOptions:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getProperties ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getProperties:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getReadOnly ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getReadOnly:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getRecover ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRecover:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getRepositories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRepositories:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getRepositoryStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceOptionsBuilder.getReset ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getReset:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getRunAs ( ) [abstract] : NutsRunAs
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsWorkspaceOptionsBuilder.getRuntimeId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getRuntimeId:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getSkipBoot ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSkipBoot:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getSkipCompanions ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSkipCompanions:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getSkipErrors ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSkipErrors:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getSkipWelcome ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSkipWelcome:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getStderr ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStderr:()Ljava/io/PrintStream;
NutsWorkspaceOptionsBuilder.getStdin ( ) [abstract] : InputStream
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStdin:()Ljava/io/InputStream;
NutsWorkspaceOptionsBuilder.getStdout ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStdout:()Ljava/io/PrintStream;
NutsWorkspaceOptionsBuilder.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getStoreLocationLayout ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceOptionsBuilder.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceOptionsBuilder.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceOptionsBuilder.getSwitchWorkspace ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getSwitchWorkspace:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getTerminalMode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getTerminalMode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsWorkspaceOptionsBuilder.getTheme ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getTheme:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getTrace ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getTrace:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getTransitive ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getTransitive:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getUserName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getUserName:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getWorkspace ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getWorkspace:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.isBot ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isBot:()Z
NutsWorkspaceOptionsBuilder.isCached ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isCached:()Z
NutsWorkspaceOptionsBuilder.isDebug ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isDebug:()Z
NutsWorkspaceOptionsBuilder.isDry ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isDry:()Z
NutsWorkspaceOptionsBuilder.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isGlobal:()Z
NutsWorkspaceOptionsBuilder.isGui ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isGui:()Z
NutsWorkspaceOptionsBuilder.isIndexed ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isIndexed:()Z
NutsWorkspaceOptionsBuilder.isInherited ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isInherited:()Z
NutsWorkspaceOptionsBuilder.isReadOnly ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isReadOnly:()Z
NutsWorkspaceOptionsBuilder.isRecover ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isRecover:()Z
NutsWorkspaceOptionsBuilder.isReset ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isReset:()Z
NutsWorkspaceOptionsBuilder.isSkipBoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSkipBoot:()Z
NutsWorkspaceOptionsBuilder.isSkipCompanions ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSkipCompanions:()Z
NutsWorkspaceOptionsBuilder.isSkipErrors ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSkipErrors:()Z
NutsWorkspaceOptionsBuilder.isSkipWelcome ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSkipWelcome:()Z
NutsWorkspaceOptionsBuilder.isSwitchWorkspace ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isSwitchWorkspace:()Z
NutsWorkspaceOptionsBuilder.isTrace ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isTrace:()Z
NutsWorkspaceOptionsBuilder.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isTransitive:()Z
NutsWorkspaceOptionsBuilder.setBot ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setBot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setCached ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setCached:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setDebug ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDebug:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setDry ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDry:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setErrors ( NutsMessage[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setErrors:([Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setGlobal ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setGlobal:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setGui ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setGui:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setIndexed ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setInherited ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setInherited:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setLocale ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setLocale:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setOpenMode ( NutsOpenMode p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setOpenMode:(Lnet/thevpc/nuts/NutsOpenMode;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setOutputFormat ( NutsContentType p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setOutputFormat:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setProperties ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setProperties:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setReadOnly ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setReadOnly:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRecover ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRecover:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRepositories ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRepositories:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setReset ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setReset:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRunAs ( NutsRunAs p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRunAs:(Lnet/thevpc/nuts/NutsRunAs;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipBoot ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipBoot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipCompanions ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipCompanions:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipErrors ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipErrors:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipWelcome ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipWelcome:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTheme ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTrace ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTransitive ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTransitive:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
nuts-0.8.1.jar,
NutsWorkspaceOptionsFormat.class
package net.thevpc.nuts
NutsWorkspaceOptionsFormat.getBootCommandLine ( ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsWorkspaceOptionsFormat.getBootCommandLine:()Lnet/thevpc/nuts/NutsCommandLine;
nuts-0.8.1.jar,
NutsWorkspaceSecurityManager.class
package net.thevpc.nuts
NutsWorkspaceSecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.checkCredentials:([C[C)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.createCredentials:([CZ[C)[C
NutsWorkspaceSecurityManager.findUsers ( ) [abstract] : NutsUser[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.findUsers:()[Lnet/thevpc/nuts/NutsUser;
NutsWorkspaceSecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsWorkspaceSecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
NutsWorkspaceSecurityManager.getCredentials ( char[ ] p1 ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.getCredentials:([C)[C
NutsWorkspaceSecurityManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceSecurityManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceSecurityManager.removeCredentials ( char[ ] p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.removeCredentials:([C)Z
NutsWorkspaceSecurityManager.setAuthenticationAgent ( String p1 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.setAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.setSecureMode ( boolean p1, char[ ] p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.setSecureMode:(Z[C)Z
NutsWorkspaceSecurityManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
nuts-0.8.1.jar,
Or.class
package net.thevpc.nuts
NutsPredicates.Or<T>.equals ( Object o ) : boolean
net/thevpc/nuts/NutsPredicates.Or.equals:(Ljava/lang/Object;)Z
NutsPredicates.Or<T>.hashCode ( ) : int
net/thevpc/nuts/NutsPredicates.Or.hashCode:()I
NutsPredicates.Or<T>.NutsPredicates.Or<T> ( Predicate<T> left, Predicate<? super T> right )
net/thevpc/nuts/NutsPredicates.Or."<init>":(Ljava/util/function/Predicate;Ljava/util/function/Predicate;)V
NutsPredicates.Or<T>.test ( T t ) : boolean
net/thevpc/nuts/NutsPredicates.Or.test:(Ljava/lang/Object;)Z
NutsPredicates.Or<T>.toString ( ) : String
net/thevpc/nuts/NutsPredicates.Or.toString:()Ljava/lang/String;
nuts-0.8.1.jar,
PrivateNutsApplicationUtils.class
package net.thevpc.nuts.boot
PrivateNutsApplicationUtils.PrivateNutsApplicationUtils ( )
net/thevpc/nuts/boot/PrivateNutsApplicationUtils."<init>":()V
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out ) [static] : int
net/thevpc/nuts/boot/PrivateNutsApplicationUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;)I
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out, boolean showMessage, boolean showTrace, boolean showGui ) [static] : int
net/thevpc/nuts/boot/PrivateNutsApplicationUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;ZZZ)I
nuts-0.8.1.jar,
PrivateNutsLog.class
package net.thevpc.nuts.boot
PrivateNutsLog.isLoggable ( Level lvl ) : boolean
net/thevpc/nuts/boot/PrivateNutsLog.isLoggable:(Ljava/util/logging/Level;)Z
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;)V
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object object ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;Ljava/lang/Object;)V
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object[ ] objects ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;[Ljava/lang/Object;)V
PrivateNutsLog.log ( Level lvl, String message, Throwable err ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
PrivateNutsLog.PrivateNutsLog ( )
net/thevpc/nuts/boot/PrivateNutsLog."<init>":()V
PrivateNutsLog.setOptions ( NutsWorkspaceOptions options ) : void
net/thevpc/nuts/boot/PrivateNutsLog.setOptions:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)V
nuts-0.8.1.jar,
PrivateNutsMavenUtils.class
package net.thevpc.nuts.boot
PrivateNutsMavenUtils.getFileName ( NutsBootId id, String ext ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.getFileName:(Lnet/thevpc/nuts/boot/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.getPathFile ( NutsBootId id, String name ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.getPathFile:(Lnet/thevpc/nuts/boot/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.PrivateNutsMavenUtils ( )
net/thevpc/nuts/boot/PrivateNutsMavenUtils."<init>":()V
PrivateNutsMavenUtils.resolveMavenFullPath ( String repo, String nutsId, String ext ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.resolveMavenFullPath:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.resolveOrDownloadJar ( String nutsId, String[ ] repositories, String cacheFolder, PrivateNutsLog LOG, boolean includeDesc, Instant expire, PrivateNutsUtils.ErrorInfoList errors ) [static] : File
net/thevpc/nuts/boot/PrivateNutsMavenUtils.resolveOrDownloadJar:(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsLog;ZLjava/time/Instant;Lnet/thevpc/nuts/boot/PrivateNutsUtils$ErrorInfoList;)Ljava/io/File;
PrivateNutsMavenUtils.toMavenFileName ( String nutsId, String extension ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.toMavenFileName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.toMavenPath ( String nutsId ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.toMavenPath:(Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
PrivateNutsRepositorySelection.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelection.getName ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelection.getName:()Ljava/lang/String;
PrivateNutsRepositorySelection.getUrl ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelection.getUrl:()Ljava/lang/String;
PrivateNutsRepositorySelection.PrivateNutsRepositorySelection ( String name, String url )
net/thevpc/nuts/boot/PrivateNutsRepositorySelection."<init>":(Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.1.jar,
PrivateNutsRepositorySelectionList.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectionList.add ( PrivateNutsRepositorySelection a ) : void
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.add:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.addAll ( PrivateNutsRepositorySelection[ ] all ) : void
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.addAll:([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.containsName ( String name ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsName:(Ljava/lang/String;)Z
PrivateNutsRepositorySelectionList.containsSelection ( PrivateNutsRepositorySelection s ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsSelection:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)Z
PrivateNutsRepositorySelectionList.containsURL ( String url ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsURL:(Ljava/lang/String;)Z
PrivateNutsRepositorySelectionList.indexOf ( PrivateNutsRepositorySelection other, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOf:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;I)I
PrivateNutsRepositorySelectionList.indexOfName ( String name, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOfName:(Ljava/lang/String;I)I
PrivateNutsRepositorySelectionList.indexOfURL ( String url, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOfURL:(Ljava/lang/String;I)I
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList."<init>":()V
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( PrivateNutsRepositorySelection[ ] all )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList."<init>":([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.removeAt ( int i ) : PrivateNutsRepositorySelection
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.removeAt:(I)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
PrivateNutsRepositorySelectionList.toArray ( ) : PrivateNutsRepositorySelection[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.toArray:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
nuts-0.8.1.jar,
PrivateNutsRepositorySelectorList.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectorList.acceptExisting ( PrivateNutsRepositorySelection ss ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.acceptExisting:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)Z
PrivateNutsRepositorySelectorList.join ( PrivateNutsRepositorySelectorList other ) : PrivateNutsRepositorySelectorList
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.join:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorList;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorList;
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList."<init>":()V
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( PrivateNutsRepositorySelector[ ] a )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList."<init>":([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelector;)V
PrivateNutsRepositorySelectorList.resolveSelectors ( PrivateNutsRepositorySelection[ ] other ) : PrivateNutsRepositorySelection[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.resolveSelectors:([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
PrivateNutsRepositorySelectorList.toArray ( ) : PrivateNutsRepositorySelector[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.toArray:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelector;
nuts-0.8.1.jar,
PrivateNutsRepositorySelectorOp.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectorOp.id ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.id:()Ljava/lang/String;
PrivateNutsRepositorySelectorOp.parseLenient ( String value ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyOrErrorValue ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyValue, PrivateNutsRepositorySelectorOp errorValue ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.valueOf ( String name ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.values ( ) [static] : PrivateNutsRepositorySelectorOp[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.values:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
nuts-0.8.1.jar,
PrivateNutsStringMapParser.class
package net.thevpc.nuts.boot
PrivateNutsStringMapParser.parseMap ( String text ) : Map<String,String>
net/thevpc/nuts/boot/PrivateNutsStringMapParser.parseMap:(Ljava/lang/String;)Ljava/util/Map;
PrivateNutsStringMapParser.PrivateNutsStringMapParser ( String eqSeparators, String entrySeparators )
net/thevpc/nuts/boot/PrivateNutsStringMapParser."<init>":(Ljava/lang/String;Ljava/lang/String;)V
to the top
Removed Methods 1197
nuts-0.8.0.jar,
Deps.class
package net.thevpc.nuts
PrivateNutsUtils.Deps.PrivateNutsUtils.Deps ( )
net/thevpc/nuts/PrivateNutsUtils.Deps."<init>":()V
nuts-0.8.0.jar,
Mvn.class
package net.thevpc.nuts
PrivateNutsUtils.Mvn.PrivateNutsUtils.Mvn ( )
net/thevpc/nuts/PrivateNutsUtils.Mvn."<init>":()V
PrivateNutsUtils.Mvn.resolveMavenFullPath ( String repo, String nutsId, String ext ) [static] : String
net/thevpc/nuts/PrivateNutsUtils.Mvn.resolveMavenFullPath:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsUtils.Mvn.resolveOrDownloadJar ( String nutsId, String[ ] repositories, String cacheFolder, PrivateNutsLog LOG, boolean includeDesc, Instant expire ) [static] : File
net/thevpc/nuts/PrivateNutsUtils.Mvn.resolveOrDownloadJar:(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/PrivateNutsLog;ZLjava/time/Instant;)Ljava/io/File;
nuts-0.8.0.jar,
Nuts.class
package net.thevpc.nuts
Nuts.createOptions ( ) [static] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/Nuts.createOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
Nuts.openInheritedWorkspace ( String... args ) [static] : NutsWorkspace
net/thevpc/nuts/Nuts.openInheritedWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspace;
Nuts.openWorkspace ( ) [static] : NutsWorkspace
net/thevpc/nuts/Nuts.openWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
Nuts.openWorkspace ( NutsWorkspaceOptions options ) [static] : NutsWorkspace
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsWorkspace;
Nuts.openWorkspace ( String... args ) [static] : NutsWorkspace
net/thevpc/nuts/Nuts.openWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.0.jar,
NutsAddRepositoryOptions.class
package net.thevpc.nuts
NutsAddRepositoryOptions.getSession ( ) : NutsSession
net/thevpc/nuts/NutsAddRepositoryOptions.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsAddRepositoryOptions.isProxy ( ) : boolean
net/thevpc/nuts/NutsAddRepositoryOptions.isProxy:()Z
NutsAddRepositoryOptions.setProxy ( boolean value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setProxy:(Z)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
NutsAddRepositoryOptions.setSession ( NutsSession value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
nuts-0.8.0.jar,
NutsAlreadyDeployedException.class
package net.thevpc.nuts
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsWorkspace workspace, NutsId id, String msg, Exception ex )
net/thevpc/nuts/NutsAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Exception;)V
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsWorkspace workspace, String id, String msg, Exception cause )
net/thevpc/nuts/NutsAlreadyDeployedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsAlreadyInstalledException.class
package net.thevpc.nuts
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsWorkspace workspace, NutsId id, String message, Exception cause )
net/thevpc/nuts/NutsAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Exception;)V
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsWorkspace workspace, String id, String msg, Exception cause )
net/thevpc/nuts/NutsAlreadyInstalledException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsApplication.class
package net.thevpc.nuts
NutsApplication.createApplicationContext ( NutsWorkspace ws, String[ ] args, long startTimeMillis ) : NutsApplicationContext
net/thevpc/nuts/NutsApplication.createApplicationContext:(Lnet/thevpc/nuts/NutsWorkspace;[Ljava/lang/String;J)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplication.NutsApplication ( )
net/thevpc/nuts/NutsApplication."<init>":()V
nuts-0.8.0.jar,
NutsApplicationContext.class
package net.thevpc.nuts
NutsApplicationContext.getAppsFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getAppsFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getCacheFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getCacheFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getConfigFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getConfigFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getFolder ( NutsStoreLocation p1 ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsApplicationContext.getLibFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getLibFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getLogFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getLogFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getRunFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getRunFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getSharedAppsFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getSharedAppsFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getSharedConfigFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getSharedConfigFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getSharedFolder ( NutsStoreLocation p1 ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getSharedFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsApplicationContext.getSharedLibFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getSharedLibFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getSharedLogFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getSharedLogFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getSharedRunFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getSharedRunFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getSharedTempFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getSharedTempFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getSharedVarFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getSharedVarFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getTempFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getTempFolder:()Ljava/nio/file/Path;
NutsApplicationContext.getVarFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsApplicationContext.getVarFolder:()Ljava/nio/file/Path;
nuts-0.8.0.jar,
NutsApplicationLifeCycle.class
package net.thevpc.nuts
NutsApplicationLifeCycle.createApplicationContext ( NutsWorkspace ws, String[ ] args, long startTimeMillis ) : NutsApplicationContext
net/thevpc/nuts/NutsApplicationLifeCycle.createApplicationContext:(Lnet/thevpc/nuts/NutsWorkspace;[Ljava/lang/String;J)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplicationLifeCycle.onInstallApplication ( NutsApplicationContext applicationContext ) : void
net/thevpc/nuts/NutsApplicationLifeCycle.onInstallApplication:(Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsApplicationLifeCycle.onRunApplication ( NutsApplicationContext applicationContext ) : void
net/thevpc/nuts/NutsApplicationLifeCycle.onRunApplication:(Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsApplicationLifeCycle.onUninstallApplication ( NutsApplicationContext applicationContext ) : void
net/thevpc/nuts/NutsApplicationLifeCycle.onUninstallApplication:(Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsApplicationLifeCycle.onUpdateApplication ( NutsApplicationContext applicationContext ) : void
net/thevpc/nuts/NutsApplicationLifeCycle.onUpdateApplication:(Lnet/thevpc/nuts/NutsApplicationContext;)V
nuts-0.8.0.jar,
NutsApplications.class
package net.thevpc.nuts
NutsApplications.processThrowable ( Throwable ex, String[ ] args, PrintStream out ) [static] : int
net/thevpc/nuts/NutsApplications.processThrowable:(Ljava/lang/Throwable;[Ljava/lang/String;Ljava/io/PrintStream;)I
NutsApplications.runApplication ( String[ ] args, NutsSession session, Class appClass, NutsApplicationLifeCycle lifeCycle ) [static] : void
net/thevpc/nuts/NutsApplications.runApplication:([Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;Ljava/lang/Class;Lnet/thevpc/nuts/NutsApplicationLifeCycle;)V
nuts-0.8.0.jar,
NutsBootWorkspace.class
package net.thevpc.nuts
NutsBootWorkspace.createProcessBuilder ( ) : ProcessBuilder
net/thevpc/nuts/NutsBootWorkspace.createProcessBuilder:()Ljava/lang/ProcessBuilder;
NutsBootWorkspace.createProcessCommandLine ( ) : String[ ]
net/thevpc/nuts/NutsBootWorkspace.createProcessCommandLine:()[Ljava/lang/String;
NutsBootWorkspace.getOptions ( ) : NutsWorkspaceOptions
net/thevpc/nuts/NutsBootWorkspace.getOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsBootWorkspace.getRequirementsHelpString ( boolean unsatisfiedOnly ) : String
net/thevpc/nuts/NutsBootWorkspace.getRequirementsHelpString:(Z)Ljava/lang/String;
NutsBootWorkspace.hasUnsatisfiedRequirements ( ) : boolean
net/thevpc/nuts/NutsBootWorkspace.hasUnsatisfiedRequirements:()Z
NutsBootWorkspace.NutsBootWorkspace ( NutsWorkspaceOptions options )
net/thevpc/nuts/NutsBootWorkspace."<init>":(Lnet/thevpc/nuts/NutsWorkspaceOptions;)V
NutsBootWorkspace.NutsBootWorkspace ( String... args )
net/thevpc/nuts/NutsBootWorkspace."<init>":([Ljava/lang/String;)V
NutsBootWorkspace.openWorkspace ( ) : NutsWorkspace
net/thevpc/nuts/NutsBootWorkspace.openWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsBootWorkspace.resolveBootRepositories ( ) : Collection<String>
net/thevpc/nuts/NutsBootWorkspace.resolveBootRepositories:()Ljava/util/Collection;
NutsBootWorkspace.runWorkspace ( ) : void
net/thevpc/nuts/NutsBootWorkspace.runWorkspace:()V
NutsBootWorkspace.startNewProcess ( ) : int
net/thevpc/nuts/NutsBootWorkspace.startNewProcess:()I
nuts-0.8.0.jar,
NutsBootWorkspaceFactory.class
package net.thevpc.nuts
NutsBootWorkspaceFactory.createWorkspace ( NutsWorkspaceInitInformation p1 ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsBootWorkspaceFactory.createWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceInitInformation;)Lnet/thevpc/nuts/NutsWorkspace;
NutsBootWorkspaceFactory.getBootSupportLevel ( NutsWorkspaceOptions p1 ) [abstract] : int
net/thevpc/nuts/NutsBootWorkspaceFactory.getBootSupportLevel:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)I
nuts-0.8.0.jar,
NutsCommandAliasConfig.class
package net.thevpc.nuts
NutsCommandAliasConfig.getCommand ( ) : String[ ]
net/thevpc/nuts/NutsCommandAliasConfig.getCommand:()[Ljava/lang/String;
NutsCommandAliasConfig.getExecutorOptions ( ) : String[ ]
net/thevpc/nuts/NutsCommandAliasConfig.getExecutorOptions:()[Ljava/lang/String;
NutsCommandAliasConfig.getFactoryId ( ) : String
net/thevpc/nuts/NutsCommandAliasConfig.getFactoryId:()Ljava/lang/String;
NutsCommandAliasConfig.getHelpCommand ( ) : String[ ]
net/thevpc/nuts/NutsCommandAliasConfig.getHelpCommand:()[Ljava/lang/String;
NutsCommandAliasConfig.getHelpText ( ) : String
net/thevpc/nuts/NutsCommandAliasConfig.getHelpText:()Ljava/lang/String;
NutsCommandAliasConfig.getName ( ) : String
net/thevpc/nuts/NutsCommandAliasConfig.getName:()Ljava/lang/String;
NutsCommandAliasConfig.getOwner ( ) : NutsId
net/thevpc/nuts/NutsCommandAliasConfig.getOwner:()Lnet/thevpc/nuts/NutsId;
NutsCommandAliasConfig.NutsCommandAliasConfig ( )
net/thevpc/nuts/NutsCommandAliasConfig."<init>":()V
NutsCommandAliasConfig.setCommand ( String... value ) : NutsCommandAliasConfig
net/thevpc/nuts/NutsCommandAliasConfig.setCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandAliasConfig;
NutsCommandAliasConfig.setExecutorOptions ( String[ ] value ) : NutsCommandAliasConfig
net/thevpc/nuts/NutsCommandAliasConfig.setExecutorOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandAliasConfig;
NutsCommandAliasConfig.setFactoryId ( String value ) : NutsCommandAliasConfig
net/thevpc/nuts/NutsCommandAliasConfig.setFactoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandAliasConfig;
NutsCommandAliasConfig.setHelpCommand ( String... value ) : NutsCommandAliasConfig
net/thevpc/nuts/NutsCommandAliasConfig.setHelpCommand:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandAliasConfig;
NutsCommandAliasConfig.setHelpText ( String value ) : NutsCommandAliasConfig
net/thevpc/nuts/NutsCommandAliasConfig.setHelpText:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandAliasConfig;
NutsCommandAliasConfig.setName ( String value ) : NutsCommandAliasConfig
net/thevpc/nuts/NutsCommandAliasConfig.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandAliasConfig;
NutsCommandAliasConfig.setOwner ( NutsId value ) : NutsCommandAliasConfig
net/thevpc/nuts/NutsCommandAliasConfig.setOwner:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsCommandAliasConfig;
nuts-0.8.0.jar,
NutsCommandAliasFactoryConfig.class
package net.thevpc.nuts
NutsCommandAliasFactoryConfig.getFactoryId ( ) : String
net/thevpc/nuts/NutsCommandAliasFactoryConfig.getFactoryId:()Ljava/lang/String;
NutsCommandAliasFactoryConfig.getFactoryType ( ) : String
net/thevpc/nuts/NutsCommandAliasFactoryConfig.getFactoryType:()Ljava/lang/String;
NutsCommandAliasFactoryConfig.getParameters ( ) : Map<String,String>
net/thevpc/nuts/NutsCommandAliasFactoryConfig.getParameters:()Ljava/util/Map;
NutsCommandAliasFactoryConfig.getPriority ( ) : int
net/thevpc/nuts/NutsCommandAliasFactoryConfig.getPriority:()I
NutsCommandAliasFactoryConfig.NutsCommandAliasFactoryConfig ( )
net/thevpc/nuts/NutsCommandAliasFactoryConfig."<init>":()V
NutsCommandAliasFactoryConfig.setFactoryId ( String value ) : NutsCommandAliasFactoryConfig
net/thevpc/nuts/NutsCommandAliasFactoryConfig.setFactoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandAliasFactoryConfig;
NutsCommandAliasFactoryConfig.setFactoryType ( String value ) : NutsCommandAliasFactoryConfig
net/thevpc/nuts/NutsCommandAliasFactoryConfig.setFactoryType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandAliasFactoryConfig;
NutsCommandAliasFactoryConfig.setParameters ( Map<String,String> value ) : NutsCommandAliasFactoryConfig
net/thevpc/nuts/NutsCommandAliasFactoryConfig.setParameters:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsCommandAliasFactoryConfig;
NutsCommandAliasFactoryConfig.setPriority ( int value ) : NutsCommandAliasFactoryConfig
net/thevpc/nuts/NutsCommandAliasFactoryConfig.setPriority:(I)Lnet/thevpc/nuts/NutsCommandAliasFactoryConfig;
nuts-0.8.0.jar,
NutsCommandAliasManager.class
package net.thevpc.nuts
NutsCommandAliasManager.add ( NutsCommandAliasConfig p1, NutsAddOptions p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandAliasManager.add:(Lnet/thevpc/nuts/NutsCommandAliasConfig;Lnet/thevpc/nuts/NutsAddOptions;)Z
NutsCommandAliasManager.addFactory ( NutsCommandAliasFactoryConfig p1, NutsAddOptions p2 ) [abstract] : void
net/thevpc/nuts/NutsCommandAliasManager.addFactory:(Lnet/thevpc/nuts/NutsCommandAliasFactoryConfig;Lnet/thevpc/nuts/NutsAddOptions;)V
NutsCommandAliasManager.find ( String p1, NutsId p2, NutsId p3, NutsSession p4 ) [abstract] : NutsWorkspaceCommandAlias
net/thevpc/nuts/NutsCommandAliasManager.find:(Ljava/lang/String;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommandAlias;
NutsCommandAliasManager.find ( String p1, NutsSession p2 ) [abstract] : NutsWorkspaceCommandAlias
net/thevpc/nuts/NutsCommandAliasManager.find:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommandAlias;
NutsCommandAliasManager.findAll ( NutsSession p1 ) [abstract] : List<NutsWorkspaceCommandAlias>
net/thevpc/nuts/NutsCommandAliasManager.findAll:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsCommandAliasManager.findByOwner ( NutsId p1, NutsSession p2 ) [abstract] : List<NutsWorkspaceCommandAlias>
net/thevpc/nuts/NutsCommandAliasManager.findByOwner:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsCommandAliasManager.getFactories ( NutsSession p1 ) [abstract] : NutsCommandAliasFactoryConfig[ ]
net/thevpc/nuts/NutsCommandAliasManager.getFactories:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsCommandAliasFactoryConfig;
NutsCommandAliasManager.remove ( String p1, NutsRemoveOptions p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandAliasManager.remove:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRemoveOptions;)Z
NutsCommandAliasManager.removeFactory ( String p1, NutsRemoveOptions p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandAliasManager.removeFactory:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRemoveOptions;)Z
nuts-0.8.0.jar,
NutsCommandAutoCompleteProcessor.class
package net.thevpc.nuts
NutsCommandAutoCompleteProcessor.resolveCandidates ( NutsCommandLine p1, int p2, NutsWorkspace p3 ) [abstract] : List<NutsArgumentCandidate>
net/thevpc/nuts/NutsCommandAutoCompleteProcessor.resolveCandidates:(Lnet/thevpc/nuts/NutsCommandLine;ILnet/thevpc/nuts/NutsWorkspace;)Ljava/util/List;
nuts-0.8.0.jar,
NutsCommandLine.class
package net.thevpc.nuts
NutsCommandLine.process ( NutsConfigurable p1, NutsCommandLineProcessor p2 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.process:(Lnet/thevpc/nuts/NutsConfigurable;Lnet/thevpc/nuts/NutsCommandLineProcessor;)V
NutsCommandLine.required ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.required:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.throwError ( String p1 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.throwError:(Ljava/lang/String;)V
NutsCommandLine.unexpectedArgument ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.unexpectedArgument:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
nuts-0.8.0.jar,
NutsCommandLineProcessor.class
package net.thevpc.nuts
NutsCommandLineProcessor.autoComplete ( NutsCommandAutoComplete autoComplete ) : void
net/thevpc/nuts/NutsCommandLineProcessor.autoComplete:(Lnet/thevpc/nuts/NutsCommandAutoComplete;)V
NutsCommandLineProcessor.exec ( ) [abstract] : void
net/thevpc/nuts/NutsCommandLineProcessor.exec:()V
NutsCommandLineProcessor.init ( NutsCommandLine commandline ) : void
net/thevpc/nuts/NutsCommandLineProcessor.init:(Lnet/thevpc/nuts/NutsCommandLine;)V
NutsCommandLineProcessor.nextNonOption ( NutsArgument p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineProcessor.nextNonOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineProcessor.nextOption ( NutsArgument p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineProcessor.nextOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineProcessor.prepare ( NutsCommandLine commandline ) : void
net/thevpc/nuts/NutsCommandLineProcessor.prepare:(Lnet/thevpc/nuts/NutsCommandLine;)V
nuts-0.8.0.jar,
NutsComponent.class
package net.thevpc.nuts
NutsComponent<CriteriaType>.getSupportLevel ( NutsSupportLevelContext<CriteriaType> p1 ) [abstract] : int
net/thevpc/nuts/NutsComponent.getSupportLevel:(Lnet/thevpc/nuts/NutsSupportLevelContext;)I
nuts-0.8.0.jar,
NutsConfigurable.class
package net.thevpc.nuts
NutsConfigurable.configure ( boolean p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsConfigurable.configure:(ZLnet/thevpc/nuts/NutsCommandLine;)Z
NutsConfigurable.configure ( boolean p1, String... p2 ) [abstract] : Object
net/thevpc/nuts/NutsConfigurable.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsConfigurable.configureFirst ( NutsCommandLine p1 ) [abstract] : boolean
net/thevpc/nuts/NutsConfigurable.configureFirst:(Lnet/thevpc/nuts/NutsCommandLine;)Z
nuts-0.8.0.jar,
NutsContent.class
package net.thevpc.nuts
NutsContent.getPath ( ) [abstract] : Path
net/thevpc/nuts/NutsContent.getPath:()Ljava/nio/file/Path;
nuts-0.8.0.jar,
NutsContentEvent.class
package net.thevpc.nuts
NutsContentEvent.getPath ( ) [abstract] : Path
net/thevpc/nuts/NutsContentEvent.getPath:()Ljava/nio/file/Path;
nuts-0.8.0.jar,
NutsDefaultContent.class
package net.thevpc.nuts
NutsDefaultContent.getPath ( ) : Path
net/thevpc/nuts/NutsDefaultContent.getPath:()Ljava/nio/file/Path;
NutsDefaultContent.NutsDefaultContent ( Path file, boolean cached, boolean temporary )
net/thevpc/nuts/NutsDefaultContent."<init>":(Ljava/nio/file/Path;ZZ)V
nuts-0.8.0.jar,
NutsDefaultSupportLevelContext.class
package net.thevpc.nuts
NutsDefaultSupportLevelContext<T>.NutsDefaultSupportLevelContext<T> ( NutsWorkspace ws, T constraints )
net/thevpc/nuts/NutsDefaultSupportLevelContext."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Object;)V
nuts-0.8.0.jar,
NutsDefaultTerminalSpec.class
package net.thevpc.nuts
NutsDefaultTerminalSpec.getParent ( ) : NutsTerminalBase
net/thevpc/nuts/NutsDefaultTerminalSpec.getParent:()Lnet/thevpc/nuts/NutsTerminalBase;
NutsDefaultTerminalSpec.getSession ( ) : NutsSession
net/thevpc/nuts/NutsDefaultTerminalSpec.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDefaultTerminalSpec.setParent ( NutsTerminalBase parent ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.setParent:(Lnet/thevpc/nuts/NutsTerminalBase;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.setSession ( NutsSession p1 ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.setSession ( NutsSession session ) : NutsDefaultTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDefaultTerminalSpec;
nuts-0.8.0.jar,
NutsDefinition.class
package net.thevpc.nuts
NutsDefinition.getDependencies ( ) [abstract] : NutsDependency[ ]
net/thevpc/nuts/NutsDefinition.getDependencies:()[Lnet/thevpc/nuts/NutsDependency;
NutsDefinition.getDependencyNodes ( ) [abstract] : NutsDependencyTreeNode[ ]
net/thevpc/nuts/NutsDefinition.getDependencyNodes:()[Lnet/thevpc/nuts/NutsDependencyTreeNode;
NutsDefinition.isSetDependencyNodes ( ) [abstract] : boolean
net/thevpc/nuts/NutsDefinition.isSetDependencyNodes:()Z
nuts-0.8.0.jar,
NutsDependency.class
package net.thevpc.nuts
NutsDependency.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDependency.getId:()Lnet/thevpc/nuts/NutsId;
NutsDependency.getNamespace ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getNamespace:()Ljava/lang/String;
nuts-0.8.0.jar,
NutsDependencyBuilder.class
package net.thevpc.nuts
NutsDependencyBuilder.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDependencyBuilder.getId:()Lnet/thevpc/nuts/NutsId;
NutsDependencyBuilder.getNamespace ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getNamespace:()Ljava/lang/String;
NutsDependencyBuilder.setNamespace ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setNamespace:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
nuts-0.8.0.jar,
NutsDependencyFormat.class
package net.thevpc.nuts
NutsDependencyFormat.isOmitNamespace ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isOmitNamespace:()Z
NutsDependencyFormat.setOmitNamespace ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setOmitNamespace:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
nuts-0.8.0.jar,
NutsDeployRepositoryCommand.class
package net.thevpc.nuts
NutsDeployRepositoryCommand.getContent ( ) [abstract] : Object
net/thevpc/nuts/NutsDeployRepositoryCommand.getContent:()Ljava/lang/Object;
NutsDeployRepositoryCommand.getDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDeployRepositoryCommand.getDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsDeployRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsDeployRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsDeployRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsDeployRepositoryCommand.run ( ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.run:()Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( File p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.setContent:(Ljava/io/File;)Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( InputStream p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.setContent:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( Path p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.setContent:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setContent ( URL p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.setContent:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setDescriptor ( NutsDescriptor p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.setDescriptor:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
NutsDeployRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsDeployRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsDeployRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
nuts-0.8.0.jar,
NutsDescriptorBuilder.class
package net.thevpc.nuts
NutsDescriptorBuilder.application ( ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.application:()Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.application ( boolean p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.application:(Z)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.arch ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.arch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.classifierMappings ( NutsClassifierMapping[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.classifierMappings:([Lnet/thevpc/nuts/NutsClassifierMapping;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.dependencies ( NutsDependency[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.dependencies:([Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.description ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.description:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.descriptor ( NutsDescriptor p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.descriptor:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.descriptor ( NutsDescriptorBuilder p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.descriptor:(Lnet/thevpc/nuts/NutsDescriptorBuilder;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.executable ( ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.executable:()Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.executable ( boolean p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.executable:(Z)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.executor ( NutsArtifactCall p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.executor:(Lnet/thevpc/nuts/NutsArtifactCall;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.id ( NutsId p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.id:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.installer ( NutsArtifactCall p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.installer:(Lnet/thevpc/nuts/NutsArtifactCall;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.isNutsApplication ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorBuilder.isNutsApplication:()Z
NutsDescriptorBuilder.locations ( NutsIdLocation[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.locations:([Lnet/thevpc/nuts/NutsIdLocation;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.name ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.name:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.os ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.os:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.osdist ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.osdist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.packaging ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.packaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.parents ( NutsId[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.parents:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.platform ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.platform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.properties ( Map<String,String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.properties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.property ( String p1, String p2 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.property:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.standardDependencies ( NutsDependency[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.standardDependencies:([Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
nuts-0.8.0.jar,
NutsDescriptorContentParserComponent.class
package net.thevpc.nuts
NutsDescriptorContentParserComponent.parse ( NutsDescriptorContentParserContext p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorContentParserComponent.parse:(Lnet/thevpc/nuts/NutsDescriptorContentParserContext;)Lnet/thevpc/nuts/NutsDescriptor;
nuts-0.8.0.jar,
NutsDescriptorContentParserContext.class
package net.thevpc.nuts
NutsDescriptorContentParserContext.getFileExtension ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorContentParserContext.getFileExtension:()Ljava/lang/String;
NutsDescriptorContentParserContext.getFullStream ( ) [abstract] : InputStream
net/thevpc/nuts/NutsDescriptorContentParserContext.getFullStream:()Ljava/io/InputStream;
NutsDescriptorContentParserContext.getHeadStream ( ) [abstract] : InputStream
net/thevpc/nuts/NutsDescriptorContentParserContext.getHeadStream:()Ljava/io/InputStream;
NutsDescriptorContentParserContext.getMimeType ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorContentParserContext.getMimeType:()Ljava/lang/String;
NutsDescriptorContentParserContext.getName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorContentParserContext.getName:()Ljava/lang/String;
NutsDescriptorContentParserContext.getParseOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorContentParserContext.getParseOptions:()[Ljava/lang/String;
NutsDescriptorContentParserContext.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDescriptorContentParserContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDescriptorContentParserContext.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsDescriptorContentParserContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.0.jar,
NutsDescriptorFilterManager.class
package net.thevpc.nuts
NutsDescriptorFilterManager.byApiVersion ( String p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byApiVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byCompanion ( String p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byCompanion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byExtension ( String p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byExtension:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byRuntime ( String p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byRuntime:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
nuts-0.8.0.jar,
NutsDescriptorFormat.class
package net.thevpc.nuts
NutsDescriptorFormat.value ( NutsDescriptor p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.value:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorFormat;
nuts-0.8.0.jar,
NutsElement.class
package net.thevpc.nuts
NutsElement.array ( ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsElement.array:()Lnet/thevpc/nuts/NutsArrayElement;
NutsElement.object ( ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsElement.object:()Lnet/thevpc/nuts/NutsObjectElement;
NutsElement.primitive ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElement.primitive:()Lnet/thevpc/nuts/NutsPrimitiveElement;
nuts-0.8.0.jar,
NutsElementBuilder.class
package net.thevpc.nuts
NutsElementBuilder.forArray ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsElementBuilder.forArray:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsElementBuilder.forBoolean ( boolean p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forBoolean:(Z)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementBuilder.forBoolean ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forBoolean:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementBuilder.forDate ( Date p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forDate:(Ljava/util/Date;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementBuilder.forDate ( Instant p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forDate:(Ljava/time/Instant;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementBuilder.forDate ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forDate:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementBuilder.forNull ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forNull:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementBuilder.forNumber ( Number p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forNumber:(Ljava/lang/Number;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementBuilder.forNumber ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forNumber:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementBuilder.forObject ( ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsElementBuilder.forObject:()Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsElementBuilder.forString ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementBuilder.forString:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
nuts-0.8.0.jar,
NutsElementFormat.class
package net.thevpc.nuts
NutsElementFormat.builder ( ) [abstract] : NutsElementBuilder
net/thevpc/nuts/NutsElementFormat.builder:()Lnet/thevpc/nuts/NutsElementBuilder;
NutsElementFormat.fromElement ( NutsElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.fromElement:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.set ( Object p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.set:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElementFormat;
nuts-0.8.0.jar,
NutsElementNotFoundException.class
package net.thevpc.nuts
NutsElementNotFoundException.NutsElementNotFoundException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsElementNotFoundException.NutsElementNotFoundException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsElementNotFoundException.NutsElementNotFoundException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsElementNotFoundException.NutsElementNotFoundException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsElementNotFoundException.NutsElementNotFoundException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsElementNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsException.class
package net.thevpc.nuts
NutsException.NutsException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsException.NutsException ( NutsWorkspace workspace, IOException cause )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/io/IOException;)V
NutsException.NutsException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsException.NutsException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsException.NutsException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsException.NutsException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsExecCommand.class
package net.thevpc.nuts
NutsExecCommand.embedded ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.embedded:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.format ( ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommand.format:()Lnet/thevpc/nuts/NutsExecCommandFormat;
NutsExecCommand.getErr ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsExecCommand.getErr:()Ljava/io/PrintStream;
NutsExecCommand.getOut ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsExecCommand.getOut:()Ljava/io/PrintStream;
NutsExecCommand.rootCmd ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.rootCmd:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setErr ( PrintStream p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setErr:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setOut ( PrintStream p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setOut:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.spawn ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.spawn:()Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.userCmd ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.userCmd:()Lnet/thevpc/nuts/NutsExecCommand;
nuts-0.8.0.jar,
NutsExecCommandFormat.class
package net.thevpc.nuts
NutsExecCommandFormat.value ( NutsExecCommand p1 ) [abstract] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.value:(Lnet/thevpc/nuts/NutsExecCommand;)Lnet/thevpc/nuts/NutsExecCommandFormat;
nuts-0.8.0.jar,
NutsExecutionContext.class
package net.thevpc.nuts
NutsExecutionContext.getExecutorOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsExecutionContext.getExecutorOptions:()[Ljava/lang/String;
nuts-0.8.0.jar,
NutsExecutionEntryManager.class
package net.thevpc.nuts
NutsExecutionEntryManager.parse ( File p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryManager.parse:(Ljava/io/File;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryManager.parse ( InputStream p1, String p2, String p3 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryManager.parse:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryManager.parse ( Path p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryManager.parse:(Ljava/nio/file/Path;)[Lnet/thevpc/nuts/NutsExecutionEntry;
nuts-0.8.0.jar,
NutsExecutionException.class
package net.thevpc.nuts
NutsExecutionException.NutsExecutionException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsExecutionException.NutsExecutionException ( NutsWorkspace workspace, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;I)V
NutsExecutionException.NutsExecutionException ( NutsWorkspace workspace, String message, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;I)V
NutsExecutionException.NutsExecutionException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsExecutionException.NutsExecutionException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZI)V
NutsExecutionException.NutsExecutionException ( NutsWorkspace workspace, String message, Throwable cause, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;I)V
NutsExecutionException.NutsExecutionException ( NutsWorkspace workspace, Throwable cause, int exitCode )
net/thevpc/nuts/NutsExecutionException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;I)V
nuts-0.8.0.jar,
NutsExtensionAlreadyRegisteredException.class
package net.thevpc.nuts
NutsExtensionAlreadyRegisteredException.NutsExtensionAlreadyRegisteredException ( NutsWorkspace workspace, String id, String installed )
net/thevpc/nuts/NutsExtensionAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;)V
NutsExtensionAlreadyRegisteredException.NutsExtensionAlreadyRegisteredException ( NutsWorkspace workspace, String id, String installed, Throwable cause )
net/thevpc/nuts/NutsExtensionAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsExtensionException.class
package net.thevpc.nuts
NutsExtensionException.getId ( ) : String
net/thevpc/nuts/NutsExtensionException.getId:()Ljava/lang/String;
NutsExtensionException.NutsExtensionException ( NutsWorkspace workspace, String extensionId, String message, Throwable cause )
net/thevpc/nuts/NutsExtensionException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsExtensionNotFoundException.class
package net.thevpc.nuts
NutsExtensionNotFoundException.NutsExtensionNotFoundException ( NutsWorkspace workspace, Class missingType, String extensionName )
net/thevpc/nuts/NutsExtensionNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Class;Ljava/lang/String;)V
nuts-0.8.0.jar,
NutsFactoryException.class
package net.thevpc.nuts
NutsFactoryException.NutsFactoryException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsFactoryException.NutsFactoryException ( NutsWorkspace workspace, IOException cause )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/io/IOException;)V
NutsFactoryException.NutsFactoryException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsFactoryException.NutsFactoryException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsFactoryException.NutsFactoryException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsFactoryException.NutsFactoryException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsFactoryException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsFetchCommand.class
package net.thevpc.nuts
NutsFetchCommand.addRepositories ( Collection<String> p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addRepositories:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.addRepositories ( String... p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addRepositories:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.addRepository ( String p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.addRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.clearRepositories ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.clearRepositories:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.getFetchStrategy ( ) [abstract] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchCommand.getFetchStrategy:()Lnet/thevpc/nuts/NutsFetchStrategy;
NutsFetchCommand.getInstalled ( ) [abstract] : Boolean
net/thevpc/nuts/NutsFetchCommand.getInstalled:()Ljava/lang/Boolean;
NutsFetchCommand.installed ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.installed:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.installed ( Boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.installed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.isCached ( ) [abstract] : boolean
net/thevpc/nuts/NutsFetchCommand.isCached:()Z
NutsFetchCommand.isDependenciesTree ( ) [abstract] : boolean
net/thevpc/nuts/NutsFetchCommand.isDependenciesTree:()Z
NutsFetchCommand.isIndexed ( ) [abstract] : boolean
net/thevpc/nuts/NutsFetchCommand.isIndexed:()Z
NutsFetchCommand.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsFetchCommand.isTransitive:()Z
NutsFetchCommand.notInstalled ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.notInstalled:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.removeRepository ( String p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.removeRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setAnyWhere ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setAnyWhere:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setCached ( boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setCached:(Z)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setDependenciesTree ( boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setDependenciesTree:(Z)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setFetchStrategy ( NutsFetchStrategy p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setFetchStrategy:(Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setIndexed ( Boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setInstalled ( Boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setInstalled:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setOffline ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setOffline:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setOnline ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setOnline:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setRemote ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setRemote:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsFetchCommand.setTransitive ( boolean p1 ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsFetchCommand.setTransitive:(Z)Lnet/thevpc/nuts/NutsFetchCommand;
nuts-0.8.0.jar,
NutsFetchContentRepositoryCommand.class
package net.thevpc.nuts
NutsFetchContentRepositoryCommand.getDescriptor ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsFetchContentRepositoryCommand.getDescriptor:()Lnet/thevpc/nuts/NutsDescriptor;
NutsFetchContentRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/NutsFetchContentRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchContentRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsFetchContentRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsFetchContentRepositoryCommand.getLocalPath ( ) [abstract] : Path
net/thevpc/nuts/NutsFetchContentRepositoryCommand.getLocalPath:()Ljava/nio/file/Path;
NutsFetchContentRepositoryCommand.getResult ( ) [abstract] : NutsContent
net/thevpc/nuts/NutsFetchContentRepositoryCommand.getResult:()Lnet/thevpc/nuts/NutsContent;
NutsFetchContentRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/NutsFetchContentRepositoryCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsFetchContentRepositoryCommand.run ( ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/NutsFetchContentRepositoryCommand.run:()Lnet/thevpc/nuts/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setDescriptor ( NutsDescriptor p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/NutsFetchContentRepositoryCommand.setDescriptor:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/NutsFetchContentRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/NutsFetchContentRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setLocalPath ( Path p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/NutsFetchContentRepositoryCommand.setLocalPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsFetchContentRepositoryCommand;
NutsFetchContentRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsFetchContentRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsFetchContentRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/NutsFetchContentRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFetchContentRepositoryCommand;
nuts-0.8.0.jar,
NutsFetchDescriptorRepositoryCommand.class
package net.thevpc.nuts
NutsFetchDescriptorRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchDescriptorRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsFetchDescriptorRepositoryCommand.getResult ( ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.getResult:()Lnet/thevpc/nuts/NutsDescriptor;
NutsFetchDescriptorRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.run ( ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.run:()Lnet/thevpc/nuts/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsFetchDescriptorRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/NutsFetchDescriptorRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFetchDescriptorRepositoryCommand;
nuts-0.8.0.jar,
NutsFetchModeNotSupportedException.class
package net.thevpc.nuts
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsWorkspace workspace, NutsRepository repo, NutsFetchMode fetchMode, String id, String message )
net/thevpc/nuts/NutsFetchModeNotSupportedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsFetchMode;Ljava/lang/String;Ljava/lang/String;)V
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsWorkspace workspace, NutsRepository repo, NutsFetchMode fetchMode, String id, String message, Exception cause )
net/thevpc/nuts/NutsFetchModeNotSupportedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsFetchMode;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsFormat.class
package net.thevpc.nuts
NutsFormat.format ( ) [abstract] : String
net/thevpc/nuts/NutsFormat.format:()Ljava/lang/String;
NutsFormat.print ( NutsTerminal p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Lnet/thevpc/nuts/NutsTerminal;)V
NutsFormat.print ( PrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Ljava/io/PrintStream;)V
NutsFormat.println ( NutsTerminal p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Lnet/thevpc/nuts/NutsTerminal;)V
NutsFormat.println ( PrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Ljava/io/PrintStream;)V
nuts-0.8.0.jar,
NutsFormatManager.class
package net.thevpc.nuts
NutsFormatManager.iter ( ) [abstract] : NutsIterableOutput
net/thevpc/nuts/NutsFormatManager.iter:()Lnet/thevpc/nuts/NutsIterableOutput;
NutsFormatManager.json ( ) [abstract] : NutsJsonFormat
net/thevpc/nuts/NutsFormatManager.json:()Lnet/thevpc/nuts/NutsJsonFormat;
NutsFormatManager.of ( NutsFormattable p1 ) [abstract] : NutsFormat
net/thevpc/nuts/NutsFormatManager.of:(Lnet/thevpc/nuts/NutsFormattable;)Lnet/thevpc/nuts/NutsFormat;
NutsFormatManager.str ( ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsFormatManager.str:()Lnet/thevpc/nuts/NutsStringFormat;
NutsFormatManager.xml ( ) [abstract] : NutsXmlFormat
net/thevpc/nuts/NutsFormatManager.xml:()Lnet/thevpc/nuts/NutsXmlFormat;
nuts-0.8.0.jar,
NutsId.class
package net.thevpc.nuts
NutsId.getNamespace ( ) [abstract] : String
net/thevpc/nuts/NutsId.getNamespace:()Ljava/lang/String;
NutsId.namespaceToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.namespaceToken:()Lnet/thevpc/nuts/NutsTokenFilter;
nuts-0.8.0.jar,
NutsIdBuilder.class
package net.thevpc.nuts
NutsIdBuilder.getNamespace ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getNamespace:()Ljava/lang/String;
NutsIdBuilder.setNamespace ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setNamespace:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
nuts-0.8.0.jar,
NutsIdFilterManager.class
package net.thevpc.nuts
NutsIdFilterManager.byInstallStatus ( NutsInstallStatus... p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byInstallStatus:([Lnet/thevpc/nuts/NutsInstallStatus;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.byInstallStatus ( Set<NutsInstallStatus>... p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byInstallStatus:([Ljava/util/Set;)Lnet/thevpc/nuts/NutsIdFilter;
nuts-0.8.0.jar,
NutsIdFormat.class
package net.thevpc.nuts
NutsIdFormat.highlightImportedGroupId ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.highlightImportedGroupId:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.highlightImportedGroupId ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.highlightImportedGroupId:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.highlightOptional ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.highlightOptional:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.highlightOptional ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.highlightOptional:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.highlightScope ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.highlightScope:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.highlightScope ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.highlightScope:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.isOmitNamespace ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isOmitNamespace:()Z
NutsIdFormat.omitClassifier ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitClassifier:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitClassifier ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitClassifier:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitFace ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitFace:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitFace ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitFace:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitGroupId ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitGroupId:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitGroupId ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitGroupId:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitImportedGroupId ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitImportedGroupId:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitImportedGroupId ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitImportedGroupId:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitNamespace ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitNamespace:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitNamespace ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitNamespace:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitOtherProperties ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitOtherProperties:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitOtherProperties ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitOtherProperties:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitProperty ( String p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.omitProperty ( String p1, boolean p2 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.omitProperty:(Ljava/lang/String;Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setOmitNamespace ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setOmitNamespace:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.value ( NutsId p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.value:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsIdFormat;
nuts-0.8.0.jar,
NutsIdInvalidDependency.class
package net.thevpc.nuts
NutsNotFoundException.NutsIdInvalidDependency.getId ( ) : String
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidDependency.getId:()Ljava/lang/String;
NutsNotFoundException.NutsIdInvalidDependency.NutsNotFoundException.NutsIdInvalidDependency ( String id, Set<NutsNotFoundException.NutsIdInvalidDependency> cause )
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidDependency."<init>":(Ljava/lang/String;Ljava/util/Set;)V
nuts-0.8.0.jar,
NutsIdLocationBuilder.class
package net.thevpc.nuts
NutsIdLocationBuilder.classifier ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.classifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.region ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.region:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.url ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.url:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
nuts-0.8.0.jar,
NutsIllegalArgumentException.class
package net.thevpc.nuts
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsIllegalArgumentException.NutsIllegalArgumentException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsIllegalArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsImportManager.class
package net.thevpc.nuts
NutsImportManager.add ( String[ ] p1, NutsAddOptions p2 ) [abstract] : void
net/thevpc/nuts/NutsImportManager.add:([Ljava/lang/String;Lnet/thevpc/nuts/NutsAddOptions;)V
NutsImportManager.remove ( String[ ] p1, NutsRemoveOptions p2 ) [abstract] : void
net/thevpc/nuts/NutsImportManager.remove:([Ljava/lang/String;Lnet/thevpc/nuts/NutsRemoveOptions;)V
NutsImportManager.removeAll ( NutsRemoveOptions p1 ) [abstract] : void
net/thevpc/nuts/NutsImportManager.removeAll:(Lnet/thevpc/nuts/NutsRemoveOptions;)V
NutsImportManager.set ( String[ ] p1, NutsUpdateOptions p2 ) [abstract] : void
net/thevpc/nuts/NutsImportManager.set:([Ljava/lang/String;Lnet/thevpc/nuts/NutsUpdateOptions;)V
nuts-0.8.0.jar,
NutsIndexerNotAccessibleException.class
package net.thevpc.nuts
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsIndexerNotAccessibleException.NutsIndexerNotAccessibleException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsIndexerNotAccessibleException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsIndexStore.class
package net.thevpc.nuts
NutsIndexStore.enabled ( ) [abstract] : NutsIndexStore
net/thevpc/nuts/NutsIndexStore.enabled:()Lnet/thevpc/nuts/NutsIndexStore;
NutsIndexStore.enabled ( boolean p1 ) [abstract] : NutsIndexStore
net/thevpc/nuts/NutsIndexStore.enabled:(Z)Lnet/thevpc/nuts/NutsIndexStore;
nuts-0.8.0.jar,
NutsIndexStoreFactory.class
package net.thevpc.nuts
NutsIndexStoreFactory.createIndexStore ( NutsRepository p1 ) [abstract] : NutsIndexStore
net/thevpc/nuts/NutsIndexStoreFactory.createIndexStore:(Lnet/thevpc/nuts/NutsRepository;)Lnet/thevpc/nuts/NutsIndexStore;
nuts-0.8.0.jar,
NutsInfoFormat.class
package net.thevpc.nuts
NutsInfoFormat.showRepositories ( ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.showRepositories:()Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.showRepositories ( boolean p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.showRepositories:(Z)Lnet/thevpc/nuts/NutsInfoFormat;
nuts-0.8.0.jar,
NutsInput.class
package net.thevpc.nuts
NutsInput.getPath ( ) [abstract] : Path
net/thevpc/nuts/NutsInput.getPath:()Ljava/nio/file/Path;
NutsInput.isPath ( ) [abstract] : boolean
net/thevpc/nuts/NutsInput.isPath:()Z
nuts-0.8.0.jar,
NutsInputManager.class
package net.thevpc.nuts
NutsInputManager.getName ( ) [abstract] : String
net/thevpc/nuts/NutsInputManager.getName:()Ljava/lang/String;
NutsInputManager.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsInputManager.getTypeName:()Ljava/lang/String;
NutsInputManager.isMultiRead ( ) [abstract] : boolean
net/thevpc/nuts/NutsInputManager.isMultiRead:()Z
NutsInputManager.of ( byte[ ] p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputManager.of:([B)Lnet/thevpc/nuts/NutsInput;
NutsInputManager.of ( File p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputManager.of:(Ljava/io/File;)Lnet/thevpc/nuts/NutsInput;
NutsInputManager.of ( InputStream p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputManager.of:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsInput;
NutsInputManager.of ( NutsInput p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputManager.of:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsInput;
NutsInputManager.of ( Object p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputManager.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsInput;
NutsInputManager.of ( Path p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputManager.of:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsInput;
NutsInputManager.of ( String p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputManager.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInput;
NutsInputManager.of ( URL p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputManager.of:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsInput;
NutsInputManager.setMultiRead ( boolean p1 ) [abstract] : NutsInputManager
net/thevpc/nuts/NutsInputManager.setMultiRead:(Z)Lnet/thevpc/nuts/NutsInputManager;
NutsInputManager.setName ( String p1 ) [abstract] : NutsInputManager
net/thevpc/nuts/NutsInputManager.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInputManager;
NutsInputManager.setTypeName ( String p1 ) [abstract] : NutsInputManager
net/thevpc/nuts/NutsInputManager.setTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInputManager;
nuts-0.8.0.jar,
NutsInputStreamTransparentAdapter.class
package net.thevpc.nuts
NutsInputStreamTransparentAdapter.baseInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/NutsInputStreamTransparentAdapter.baseInputStream:()Ljava/io/InputStream;
nuts-0.8.0.jar,
NutsInstallationException.class
package net.thevpc.nuts
NutsInstallationException.getId ( ) : String
net/thevpc/nuts/NutsInstallationException.getId:()Ljava/lang/String;
NutsInstallationException.NutsInstallationException ( NutsWorkspace workspace, NutsId id, String msg, Exception ex )
net/thevpc/nuts/NutsInstallationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Exception;)V
NutsInstallationException.NutsInstallationException ( NutsWorkspace workspace, String id, String msg, Exception ex )
net/thevpc/nuts/NutsInstallationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsInstallCommand.class
package net.thevpc.nuts
NutsInstallCommand.arg ( String p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.arg:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.args ( Collection<String> p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.args:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.args ( String... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.args:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.id ( NutsId p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.id:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.id ( String p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.id:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.ids ( NutsId... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.ids:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.ids ( String... p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.ids:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.installed ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.installed:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsInstallCommand.installed ( boolean p1 ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsInstallCommand.installed:(Z)Lnet/thevpc/nuts/NutsInstallCommand;
nuts-0.8.0.jar,
NutsInstallException.class
package net.thevpc.nuts
NutsInstallException.NutsInstallException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsInstallException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsInstallException.NutsInstallException ( NutsWorkspace workspace, NutsId id, String msg, Exception ex )
net/thevpc/nuts/NutsInstallException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Exception;)V
NutsInstallException.NutsInstallException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsInstallException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsInstallException.NutsInstallException ( NutsWorkspace workspace, String id, String msg, Exception ex )
net/thevpc/nuts/NutsInstallException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsInstallInformation.class
package net.thevpc.nuts
NutsInstallInformation.getCreatedDate ( ) [abstract] : Instant
net/thevpc/nuts/NutsInstallInformation.getCreatedDate:()Ljava/time/Instant;
NutsInstallInformation.getInstallFolder ( ) [abstract] : Path
net/thevpc/nuts/NutsInstallInformation.getInstallFolder:()Ljava/nio/file/Path;
NutsInstallInformation.getInstallStatus ( ) [abstract] : Set<NutsInstallStatus>
net/thevpc/nuts/NutsInstallInformation.getInstallStatus:()Ljava/util/Set;
NutsInstallInformation.getLastModifiedDate ( ) [abstract] : Instant
net/thevpc/nuts/NutsInstallInformation.getLastModifiedDate:()Ljava/time/Instant;
nuts-0.8.0.jar,
NutsInstallStatus.class
package net.thevpc.nuts
NutsInstallStatus.id ( ) : String
net/thevpc/nuts/NutsInstallStatus.id:()Ljava/lang/String;
NutsInstallStatus.valueOf ( String name ) [static] : NutsInstallStatus
net/thevpc/nuts/NutsInstallStatus.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInstallStatus;
NutsInstallStatus.values ( ) [static] : NutsInstallStatus[ ]
net/thevpc/nuts/NutsInstallStatus.values:()[Lnet/thevpc/nuts/NutsInstallStatus;
nuts-0.8.0.jar,
NutsInvalidRepositoryException.class
package net.thevpc.nuts
NutsInvalidRepositoryException.NutsInvalidRepositoryException ( NutsWorkspace workspace, String repository, String message )
net/thevpc/nuts/NutsInvalidRepositoryException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.0.jar,
NutsInvalidWorkspaceException.class
package net.thevpc.nuts
NutsInvalidWorkspaceException.NutsInvalidWorkspaceException ( NutsWorkspace workspace, String workspaceLocation, String errorMessage )
net/thevpc/nuts/NutsInvalidWorkspaceException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.0.jar,
NutsIOCompressAction.class
package net.thevpc.nuts
NutsIOCompressAction.logProgress ( ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.logProgress:()Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.logProgress ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.logProgress:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.progressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.progressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.progressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.progressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.safe ( ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.safe:()Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.safe ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.safe:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.skipRoot ( ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.skipRoot:()Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.skipRoot ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.skipRoot:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
nuts-0.8.0.jar,
NutsIOCopyAction.class
package net.thevpc.nuts
NutsIOCopyAction.logProgress ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.logProgress:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.logProgress ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.logProgress:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.progressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.progressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.progressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.progressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.safe ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.safe:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.safe ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.safe:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.skipRoot ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.skipRoot:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.skipRoot ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.skipRoot:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.validator ( NutsIOCopyValidator p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.validator:(Lnet/thevpc/nuts/NutsIOCopyValidator;)Lnet/thevpc/nuts/NutsIOCopyAction;
nuts-0.8.0.jar,
NutsIOCopyValidationException.class
package net.thevpc.nuts
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsIOCopyValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsIOCopyValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsIOCopyValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsIOCopyValidationException.NutsIOCopyValidationException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsIOCopyValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsIODeleteAction.class
package net.thevpc.nuts
NutsIODeleteAction.failFast ( ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.failFast:()Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.failFast ( boolean p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.failFast:(Z)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.target ( Object p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.target:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIODeleteAction;
nuts-0.8.0.jar,
NutsIOException.class
package net.thevpc.nuts
NutsIOException.NutsIOException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsIOException.NutsIOException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsIOException.NutsIOException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsIOException.NutsIOException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsIOException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsIOHashAction.class
package net.thevpc.nuts
NutsIOHashAction.source ( File p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.source:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.source ( InputStream p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.source:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.source ( NutsDescriptor p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.source:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.source ( Path p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.source:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOHashAction;
nuts-0.8.0.jar,
NutsIOLockAction.class
package net.thevpc.nuts
NutsIOLockAction.resource ( Object p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.resource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.source ( Object p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.source:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOLockAction;
nuts-0.8.0.jar,
NutsIOManager.class
package net.thevpc.nuts
NutsIOManager.createPrintStream ( OutputStream p1, NutsTerminalMode p2 ) [abstract] : PrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NutsTerminalMode;)Ljava/io/PrintStream;
NutsIOManager.input ( ) [abstract] : NutsInputManager
net/thevpc/nuts/NutsIOManager.input:()Lnet/thevpc/nuts/NutsInputManager;
NutsIOManager.loadFormattedString ( Reader p1, ClassLoader p2 ) [abstract] : String
net/thevpc/nuts/NutsIOManager.loadFormattedString:(Ljava/io/Reader;Ljava/lang/ClassLoader;)Ljava/lang/String;
NutsIOManager.loadFormattedString ( String p1, ClassLoader p2, String p3 ) [abstract] : String
net/thevpc/nuts/NutsIOManager.loadFormattedString:(Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/lang/String;
NutsIOManager.nullPrintStream ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsIOManager.nullPrintStream:()Ljava/io/PrintStream;
NutsIOManager.output ( ) [abstract] : NutsOutputManager
net/thevpc/nuts/NutsIOManager.output:()Lnet/thevpc/nuts/NutsOutputManager;
NutsIOManager.term ( ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsIOManager.term:()Lnet/thevpc/nuts/NutsTerminalManager;
NutsIOManager.tmp ( ) [abstract] : NutsTempManager
net/thevpc/nuts/NutsIOManager.tmp:()Lnet/thevpc/nuts/NutsTempManager;
nuts-0.8.0.jar,
NutsIOUncompressAction.class
package net.thevpc.nuts
NutsIOUncompressAction.logProgress ( ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.logProgress:()Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.logProgress ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.logProgress:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.progressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.progressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.safe ( ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.safe:()Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.safe ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.safe:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.skipRoot ( ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.skipRoot:()Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.skipRoot ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.skipRoot:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
nuts-0.8.0.jar,
NutsIterableFormat.class
package net.thevpc.nuts
NutsIterableFormat.getOutputFormat ( ) [abstract] : NutsOutputFormat
net/thevpc/nuts/NutsIterableFormat.getOutputFormat:()Lnet/thevpc/nuts/NutsOutputFormat;
nuts-0.8.0.jar,
NutsIterableOutput.class
package net.thevpc.nuts
NutsIterableOutput.complete ( ) [abstract] : void
net/thevpc/nuts/NutsIterableOutput.complete:()V
NutsIterableOutput.configure ( boolean p1, String... p2 ) [abstract] : NutsIterableOutput
net/thevpc/nuts/NutsIterableOutput.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsIterableOutput;
NutsIterableOutput.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsIterableOutput.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsIterableOutput.next ( Object p1 ) [abstract] : void
net/thevpc/nuts/NutsIterableOutput.next:(Ljava/lang/Object;)V
NutsIterableOutput.out ( PrintStream p1 ) [abstract] : NutsIterableOutput
net/thevpc/nuts/NutsIterableOutput.out:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NutsIterableOutput;
NutsIterableOutput.out ( PrintWriter p1 ) [abstract] : NutsIterableOutput
net/thevpc/nuts/NutsIterableOutput.out:(Ljava/io/PrintWriter;)Lnet/thevpc/nuts/NutsIterableOutput;
NutsIterableOutput.setOut ( PrintStream p1 ) [abstract] : NutsIterableOutput
net/thevpc/nuts/NutsIterableOutput.setOut:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NutsIterableOutput;
NutsIterableOutput.setOut ( PrintWriter p1 ) [abstract] : NutsIterableOutput
net/thevpc/nuts/NutsIterableOutput.setOut:(Ljava/io/PrintWriter;)Lnet/thevpc/nuts/NutsIterableOutput;
NutsIterableOutput.setSession ( NutsSession p1 ) [abstract] : NutsIterableOutput
net/thevpc/nuts/NutsIterableOutput.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIterableOutput;
NutsIterableOutput.start ( ) [abstract] : void
net/thevpc/nuts/NutsIterableOutput.start:()V
nuts-0.8.0.jar,
NutsJsonFormat.class
package net.thevpc.nuts
NutsJsonFormat.compact ( ) [abstract] : NutsJsonFormat
net/thevpc/nuts/NutsJsonFormat.compact:()Lnet/thevpc/nuts/NutsJsonFormat;
NutsJsonFormat.compact ( boolean p1 ) [abstract] : NutsJsonFormat
net/thevpc/nuts/NutsJsonFormat.compact:(Z)Lnet/thevpc/nuts/NutsJsonFormat;
NutsJsonFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsJsonFormat
net/thevpc/nuts/NutsJsonFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsJsonFormat;
NutsJsonFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsJsonFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsJsonFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsJsonFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsJsonFormat.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsJsonFormat.getValue:()Ljava/lang/Object;
NutsJsonFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NutsJsonFormat.isCompact:()Z
NutsJsonFormat.parse ( byte[ ] p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsJsonFormat.parse:([BLjava/lang/Class;)Ljava/lang/Object;
NutsJsonFormat.parse ( File p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsJsonFormat.parse:(Ljava/io/File;Ljava/lang/Class;)Ljava/lang/Object;
NutsJsonFormat.parse ( InputStream p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsJsonFormat.parse:(Ljava/io/InputStream;Ljava/lang/Class;)Ljava/lang/Object;
NutsJsonFormat.parse ( Path p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsJsonFormat.parse:(Ljava/nio/file/Path;Ljava/lang/Class;)Ljava/lang/Object;
NutsJsonFormat.parse ( Reader p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsJsonFormat.parse:(Ljava/io/Reader;Ljava/lang/Class;)Ljava/lang/Object;
NutsJsonFormat.parse ( String p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsJsonFormat.parse:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
NutsJsonFormat.parse ( URL p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsJsonFormat.parse:(Ljava/net/URL;Ljava/lang/Class;)Ljava/lang/Object;
NutsJsonFormat.setCompact ( boolean p1 ) [abstract] : NutsJsonFormat
net/thevpc/nuts/NutsJsonFormat.setCompact:(Z)Lnet/thevpc/nuts/NutsJsonFormat;
NutsJsonFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsJsonFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsJsonFormat.setSession ( NutsSession p1 ) [abstract] : NutsJsonFormat
net/thevpc/nuts/NutsJsonFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsJsonFormat;
NutsJsonFormat.setValue ( Object p1 ) [abstract] : NutsJsonFormat
net/thevpc/nuts/NutsJsonFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsJsonFormat;
NutsJsonFormat.value ( Object p1 ) [abstract] : NutsJsonFormat
net/thevpc/nuts/NutsJsonFormat.value:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsJsonFormat;
nuts-0.8.0.jar,
NutsLockAcquireException.class
package net.thevpc.nuts
NutsLockAcquireException.NutsLockAcquireException ( NutsWorkspace workspace, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockAcquireException.NutsLockAcquireException ( NutsWorkspace workspace, String message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockAcquireException.NutsLockAcquireException ( NutsWorkspace workspace, String message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockAcquireException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsLockBarrierException.class
package net.thevpc.nuts
NutsLockBarrierException.NutsLockBarrierException ( NutsWorkspace workspace, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockBarrierException.NutsLockBarrierException ( NutsWorkspace workspace, String message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockBarrierException.NutsLockBarrierException ( NutsWorkspace workspace, String message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockBarrierException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsLockException.class
package net.thevpc.nuts
NutsLockException.NutsLockException ( NutsWorkspace workspace, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockException.NutsLockException ( NutsWorkspace workspace, String message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockException.NutsLockException ( NutsWorkspace workspace, String message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsLockReleaseException.class
package net.thevpc.nuts
NutsLockReleaseException.NutsLockReleaseException ( NutsWorkspace workspace, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockReleaseException.NutsLockReleaseException ( NutsWorkspace workspace, String message, Object lockedObject, Object lockObject )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
NutsLockReleaseException.NutsLockReleaseException ( NutsWorkspace workspace, String message, Object lockedObject, Object lockObject, Throwable cause )
net/thevpc/nuts/NutsLockReleaseException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsLogger.class
package net.thevpc.nuts
NutsLogger.log ( Level p1, String p2, String p3 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;)V
NutsLogger.log ( Level p1, String p2, String p3, Object... p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V
NutsLogger.log ( Level p1, String p2, Supplier<String> p3 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/util/function/Supplier;)V
NutsLogger.log ( Level p1, String p2, Throwable p3 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsLoggerOp.class
package net.thevpc.nuts
NutsLoggerOp.verb ( String p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.verb:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLoggerOp;
nuts-0.8.0.jar,
NutsLoginException.class
package net.thevpc.nuts
NutsLoginException.NutsLoginException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsLoginException.NutsLoginException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsLoginException.NutsLoginException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsLoginException.NutsLoginException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsLoginException.NutsLoginException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsLoginException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsLogManager.class
package net.thevpc.nuts
NutsLogManager.setFileLevel ( Level p1, NutsUpdateOptions p2 ) [abstract] : void
net/thevpc/nuts/NutsLogManager.setFileLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsUpdateOptions;)V
NutsLogManager.setTermLevel ( Level p1, NutsUpdateOptions p2 ) [abstract] : void
net/thevpc/nuts/NutsLogManager.setTermLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsUpdateOptions;)V
nuts-0.8.0.jar,
NutsMonitorAction.class
package net.thevpc.nuts
NutsMonitorAction.getName ( ) [abstract] : String
net/thevpc/nuts/NutsMonitorAction.getName:()Ljava/lang/String;
NutsMonitorAction.length ( long p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.length:(J)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.logProgress ( ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.logProgress:()Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.logProgress ( boolean p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.logProgress:(Z)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.name ( String p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.name:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.origin ( Object p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.origin:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.progressFactory ( NutsProgressFactory p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.progressFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.progressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.progressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setName ( String p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.source ( File p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.source:(Ljava/io/File;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.source ( InputStream p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.source:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.source ( NutsInput p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.source:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.source ( Path p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.source:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.source ( String p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.source:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMonitorAction;
nuts-0.8.0.jar,
NutsNamedElement.class
package net.thevpc.nuts
NutsNamedElement.getName ( ) [abstract] : String
net/thevpc/nuts/NutsNamedElement.getName:()Ljava/lang/String;
NutsNamedElement.getValue ( ) [abstract] : NutsElement
net/thevpc/nuts/NutsNamedElement.getValue:()Lnet/thevpc/nuts/NutsElement;
nuts-0.8.0.jar,
NutsNotExecutableException.class
package net.thevpc.nuts
NutsNotExecutableException.getId ( ) : String
net/thevpc/nuts/NutsNotExecutableException.getId:()Ljava/lang/String;
NutsNotExecutableException.NutsNotExecutableException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsNotExecutableException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsNotExecutableException.NutsNotExecutableException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsNotExecutableException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
nuts-0.8.0.jar,
NutsNotFoundException.class
package net.thevpc.nuts
NutsNotFoundException.getId ( ) : String
net/thevpc/nuts/NutsNotFoundException.getId:()Ljava/lang/String;
NutsNotFoundException.NutsNotFoundException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsNotFoundException.NutsNotFoundException ( NutsWorkspace workspace, NutsId id, Exception cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/Exception;)V
NutsNotFoundException.NutsNotFoundException ( NutsWorkspace workspace, NutsId id, NutsNotFoundException.NutsIdInvalidDependency[ ] dependencies, NutsNotFoundException.NutsIdInvalidLocation[ ] locations, Exception cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;[Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidDependency;[Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidLocation;Ljava/lang/Exception;)V
NutsNotFoundException.NutsNotFoundException ( NutsWorkspace workspace, NutsId id, String message, Exception cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Exception;)V
NutsNotFoundException.NutsNotFoundException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsNotFoundException.NutsNotFoundException ( NutsWorkspace workspace, String id, NutsNotFoundException.NutsIdInvalidDependency[ ] dependencies, NutsNotFoundException.NutsIdInvalidLocation[ ] locations, Exception cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;[Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidDependency;[Lnet/thevpc/nuts/NutsNotFoundException$NutsIdInvalidLocation;Ljava/lang/Exception;)V
NutsNotFoundException.NutsNotFoundException ( NutsWorkspace workspace, String id, String message, Exception cause )
net/thevpc/nuts/NutsNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsNotInstallableException.class
package net.thevpc.nuts
NutsNotInstallableException.NutsNotInstallableException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsNotInstallableException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsNotInstallableException.NutsNotInstallableException ( NutsWorkspace workspace, NutsId id, String msg, Exception ex )
net/thevpc/nuts/NutsNotInstallableException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Exception;)V
NutsNotInstallableException.NutsNotInstallableException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsNotInstallableException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsNotInstallableException.NutsNotInstallableException ( NutsWorkspace workspace, String id, String msg, Exception ex )
net/thevpc/nuts/NutsNotInstallableException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsNotInstalledException.class
package net.thevpc.nuts
NutsNotInstalledException.NutsNotInstalledException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsNotInstalledException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsNotInstalledException.NutsNotInstalledException ( NutsWorkspace workspace, NutsId id, String msg, Exception ex )
net/thevpc/nuts/NutsNotInstalledException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Exception;)V
NutsNotInstalledException.NutsNotInstalledException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsNotInstalledException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsNotInstalledException.NutsNotInstalledException ( NutsWorkspace workspace, String id, String msg, Exception ex )
net/thevpc/nuts/NutsNotInstalledException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsObjectFormat.class
package net.thevpc.nuts
NutsObjectFormat.value ( Object p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsObjectFormat.value:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
nuts-0.8.0.jar,
NutsOutput.class
package net.thevpc.nuts
NutsOutput.getPath ( ) [abstract] : Path
net/thevpc/nuts/NutsOutput.getPath:()Ljava/nio/file/Path;
nuts-0.8.0.jar,
NutsOutputFormat.class
package net.thevpc.nuts
NutsOutputFormat.id ( ) : String
net/thevpc/nuts/NutsOutputFormat.id:()Ljava/lang/String;
NutsOutputFormat.valueOf ( String name ) [static] : NutsOutputFormat
net/thevpc/nuts/NutsOutputFormat.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputFormat;
NutsOutputFormat.values ( ) [static] : NutsOutputFormat[ ]
net/thevpc/nuts/NutsOutputFormat.values:()[Lnet/thevpc/nuts/NutsOutputFormat;
nuts-0.8.0.jar,
NutsOutputManager.class
package net.thevpc.nuts
NutsOutputManager.getName ( ) [abstract] : String
net/thevpc/nuts/NutsOutputManager.getName:()Ljava/lang/String;
NutsOutputManager.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsOutputManager.getTypeName:()Ljava/lang/String;
NutsOutputManager.of ( File p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputManager.of:(Ljava/io/File;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputManager.of ( Object p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputManager.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputManager.of ( OutputStream p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputManager.of:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputManager.of ( Path p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputManager.of:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputManager.of ( String p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputManager.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputManager.of ( URL p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputManager.of:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputManager.setName ( String p1 ) [abstract] : NutsOutputManager
net/thevpc/nuts/NutsOutputManager.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputManager;
NutsOutputManager.setTypeName ( String p1 ) [abstract] : NutsOutputManager
net/thevpc/nuts/NutsOutputManager.setTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputManager;
nuts-0.8.0.jar,
NutsParseEnumException.class
package net.thevpc.nuts
NutsParseEnumException.NutsParseEnumException ( NutsWorkspace workspace, String invalidValue, Class<?> enumType )
net/thevpc/nuts/NutsParseEnumException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Class;)V
NutsParseEnumException.NutsParseEnumException ( NutsWorkspace workspace, String message, String invalidValue, Class<?> enumType )
net/thevpc/nuts/NutsParseEnumException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)V
nuts-0.8.0.jar,
NutsParseException.class
package net.thevpc.nuts
NutsParseException.NutsParseException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsParseException.NutsParseException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsParseException.NutsParseException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsParseException.NutsParseException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsParseException.NutsParseException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsParseException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsPrimitiveElement.class
package net.thevpc.nuts
NutsPrimitiveElement.getDate ( ) [abstract] : Instant
net/thevpc/nuts/NutsPrimitiveElement.getDate:()Ljava/time/Instant;
nuts-0.8.0.jar,
NutsProgressEvent.class
package net.thevpc.nuts
NutsProgressEvent.getMessage ( ) [abstract] : String
net/thevpc/nuts/NutsProgressEvent.getMessage:()Ljava/lang/String;
nuts-0.8.0.jar,
NutsPropertiesFormat.class
package net.thevpc.nuts
NutsPropertiesFormat.isSort ( ) [abstract] : boolean
net/thevpc/nuts/NutsPropertiesFormat.isSort:()Z
NutsPropertiesFormat.model ( Map p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.model:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.separator ( String p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.separator:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setModel ( Map p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setModel:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setSort ( boolean p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.setSort:(Z)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.sort ( ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.sort:()Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.sort ( boolean p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.sort:(Z)Lnet/thevpc/nuts/NutsPropertiesFormat;
nuts-0.8.0.jar,
NutsPushCommand.class
package net.thevpc.nuts
NutsPushCommand.arg ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.arg:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.args ( String... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.args:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.id ( NutsId p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.id:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.id ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.id:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.ids ( NutsId... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.ids:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.ids ( String... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.ids:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.lockedId ( NutsId p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.lockedId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.lockedId ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.lockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.lockedIds ( NutsId... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.lockedIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.lockedIds ( String... p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.lockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.offline ( ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.offline:()Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.offline ( boolean p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.offline:(Z)Lnet/thevpc/nuts/NutsPushCommand;
NutsPushCommand.repository ( String p1 ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsPushCommand.repository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushCommand;
nuts-0.8.0.jar,
NutsPushException.class
package net.thevpc.nuts
NutsPushException.getId ( ) : String
net/thevpc/nuts/NutsPushException.getId:()Ljava/lang/String;
NutsPushException.NutsPushException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsPushException.NutsPushException ( NutsWorkspace workspace, NutsId id, String message )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;)V
NutsPushException.NutsPushException ( NutsWorkspace workspace, NutsId id, String message, Throwable cause )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsPushException.NutsPushException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsPushException.NutsPushException ( NutsWorkspace workspace, String id, String message )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;)V
NutsPushException.NutsPushException ( NutsWorkspace workspace, String id, String message, Throwable cause )
net/thevpc/nuts/NutsPushException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsPushRepositoryCommand.class
package net.thevpc.nuts
NutsPushRepositoryCommand.getArgs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsPushRepositoryCommand.getArgs:()[Ljava/lang/String;
NutsPushRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsPushRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsPushRepositoryCommand.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsPushRepositoryCommand.getRepository:()Ljava/lang/String;
NutsPushRepositoryCommand.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/NutsPushRepositoryCommand.isOffline:()Z
NutsPushRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/NutsPushRepositoryCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsPushRepositoryCommand.run ( ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/NutsPushRepositoryCommand.run:()Lnet/thevpc/nuts/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setArgs ( String[ ] p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/NutsPushRepositoryCommand.setArgs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/NutsPushRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setOffline ( boolean p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/NutsPushRepositoryCommand.setOffline:(Z)Lnet/thevpc/nuts/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setRepository ( String p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/NutsPushRepositoryCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPushRepositoryCommand;
NutsPushRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsPushRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsPushRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/NutsPushRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPushRepositoryCommand;
nuts-0.8.0.jar,
NutsQuestion.class
package net.thevpc.nuts
NutsQuestion<T>.acceptedValues ( Object[ ] p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.acceptedValues:([Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.defaultValue ( T p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.defaultValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.format ( NutsQuestionFormat<T> p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.format:(Lnet/thevpc/nuts/NutsQuestionFormat;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.hintMessage ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.hintMessage:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.message ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.message:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.parser ( NutsQuestionParser<T> p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.parser:(Lnet/thevpc/nuts/NutsQuestionParser;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.validator ( NutsQuestionValidator<T> p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.validator:(Lnet/thevpc/nuts/NutsQuestionValidator;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.valueType ( Class<T> p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.valueType:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsQuestion;
nuts-0.8.0.jar,
NutsReadOnlyException.class
package net.thevpc.nuts
NutsReadOnlyException.NutsReadOnlyException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsReadOnlyException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsReadOnlyException.NutsReadOnlyException ( NutsWorkspace workspace, String location )
net/thevpc/nuts/NutsReadOnlyException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
nuts-0.8.0.jar,
NutsRemoveOptions.class
package net.thevpc.nuts
NutsRemoveOptions.erase ( ) : NutsRemoveOptions
net/thevpc/nuts/NutsRemoveOptions.erase:()Lnet/thevpc/nuts/NutsRemoveOptions;
NutsRemoveOptions.erase ( boolean erase ) : NutsRemoveOptions
net/thevpc/nuts/NutsRemoveOptions.erase:(Z)Lnet/thevpc/nuts/NutsRemoveOptions;
nuts-0.8.0.jar,
NutsRemoveUserCommand.class
package net.thevpc.nuts
NutsRemoveUserCommand.username ( String p1 ) [abstract] : NutsRemoveUserCommand
net/thevpc/nuts/NutsRemoveUserCommand.username:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRemoveUserCommand;
nuts-0.8.0.jar,
NutsRepository.class
package net.thevpc.nuts
NutsRepository.deploy ( ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/NutsRepository.deploy:()Lnet/thevpc/nuts/NutsDeployRepositoryCommand;
NutsRepository.fetchContent ( ) [abstract] : NutsFetchContentRepositoryCommand
net/thevpc/nuts/NutsRepository.fetchContent:()Lnet/thevpc/nuts/NutsFetchContentRepositoryCommand;
NutsRepository.fetchDescriptor ( ) [abstract] : NutsFetchDescriptorRepositoryCommand
net/thevpc/nuts/NutsRepository.fetchDescriptor:()Lnet/thevpc/nuts/NutsFetchDescriptorRepositoryCommand;
NutsRepository.push ( ) [abstract] : NutsPushRepositoryCommand
net/thevpc/nuts/NutsRepository.push:()Lnet/thevpc/nuts/NutsPushRepositoryCommand;
NutsRepository.search ( ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/NutsRepository.search:()Lnet/thevpc/nuts/NutsSearchRepositoryCommand;
NutsRepository.searchVersions ( ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/NutsRepository.searchVersions:()Lnet/thevpc/nuts/NutsSearchVersionsRepositoryCommand;
NutsRepository.undeploy ( ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/NutsRepository.undeploy:()Lnet/thevpc/nuts/NutsRepositoryUndeployCommand;
NutsRepository.updateStatistics ( ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/NutsRepository.updateStatistics:()Lnet/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand;
nuts-0.8.0.jar,
NutsRepositoryAlreadyRegisteredException.class
package net.thevpc.nuts
NutsRepositoryAlreadyRegisteredException.NutsRepositoryAlreadyRegisteredException ( NutsWorkspace workspace, String repository )
net/thevpc/nuts/NutsRepositoryAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsRepositoryAlreadyRegisteredException.NutsRepositoryAlreadyRegisteredException ( NutsWorkspace workspace, String repository, Throwable err )
net/thevpc/nuts/NutsRepositoryAlreadyRegisteredException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsRepositoryCommand.class
package net.thevpc.nuts
NutsRepositoryCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/NutsRepositoryCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsRepositoryCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsRepositoryCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsRepositoryCommand.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryCommand.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryCommand.run ( ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/NutsRepositoryCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryCommand
net/thevpc/nuts/NutsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
nuts-0.8.0.jar,
NutsRepositoryConfigManager.class
package net.thevpc.nuts
NutsRepositoryConfigManager.addMirror ( NutsRepositoryDefinition p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.addMirror:(Lnet/thevpc/nuts/NutsRepositoryDefinition;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.findMirror ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirror:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.findMirrorById ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirrorById:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.findMirrorByName ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.findMirrorByName:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getMirror ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryConfigManager.getMirror:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getMirrors ( NutsSession p1 ) [abstract] : NutsRepository[ ]
net/thevpc/nuts/NutsRepositoryConfigManager.getMirrors:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryConfigManager.getName ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getName:()Ljava/lang/String;
NutsRepositoryConfigManager.getSpeed ( NutsSession p1 ) [abstract] : int
net/thevpc/nuts/NutsRepositoryConfigManager.getSpeed:(Lnet/thevpc/nuts/NutsSession;)I
NutsRepositoryConfigManager.getStoreLocation ( ) [abstract] : Path
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:()Ljava/nio/file/Path;
NutsRepositoryConfigManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : Path
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsRepositoryConfigManager.getUuid ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getUuid:()Ljava/lang/String;
NutsRepositoryConfigManager.isIndexSubscribed ( NutsSession p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryConfigManager.isIndexSubscribed:(Lnet/thevpc/nuts/NutsSession;)Z
NutsRepositoryConfigManager.removeMirror ( String p1, NutsRemoveOptions p2 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.removeMirror:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRemoveOptions;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.save ( boolean p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryConfigManager.save:(ZLnet/thevpc/nuts/NutsSession;)Z
NutsRepositoryConfigManager.save ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/NutsRepositoryConfigManager.save:(Lnet/thevpc/nuts/NutsSession;)V
NutsRepositoryConfigManager.setEnabled ( boolean p1, NutsUpdateOptions p2 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setEnabled:(ZLnet/thevpc/nuts/NutsUpdateOptions;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setIndexEnabled ( boolean p1, NutsUpdateOptions p2 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setIndexEnabled:(ZLnet/thevpc/nuts/NutsUpdateOptions;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setMirrorEnabled ( String p1, boolean p2, NutsUpdateOptions p3 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setMirrorEnabled:(Ljava/lang/String;ZLnet/thevpc/nuts/NutsUpdateOptions;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.setTemporary ( boolean p1, NutsUpdateOptions p2 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setTemporary:(ZLnet/thevpc/nuts/NutsUpdateOptions;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.subscribeIndex ( NutsSession p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.subscribeIndex:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
NutsRepositoryConfigManager.unsubscribeIndex ( NutsSession p1 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.unsubscribeIndex:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
nuts-0.8.0.jar,
NutsRepositoryDefinition.class
package net.thevpc.nuts
NutsRepositoryDefinition.copy ( ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.copy:()Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.getDeployOrder ( ) : int
net/thevpc/nuts/NutsRepositoryDefinition.getDeployOrder:()I
NutsRepositoryDefinition.getLocation ( ) : String
net/thevpc/nuts/NutsRepositoryDefinition.getLocation:()Ljava/lang/String;
NutsRepositoryDefinition.getName ( ) : String
net/thevpc/nuts/NutsRepositoryDefinition.getName:()Ljava/lang/String;
NutsRepositoryDefinition.getOrder ( ) : int
net/thevpc/nuts/NutsRepositoryDefinition.getOrder:()I
NutsRepositoryDefinition.getSession ( ) : NutsSession
net/thevpc/nuts/NutsRepositoryDefinition.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryDefinition.getStoreLocationStrategy ( ) : NutsStoreLocationStrategy
net/thevpc/nuts/NutsRepositoryDefinition.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsRepositoryDefinition.getType ( ) : String
net/thevpc/nuts/NutsRepositoryDefinition.getType:()Ljava/lang/String;
NutsRepositoryDefinition.isCreate ( ) : boolean
net/thevpc/nuts/NutsRepositoryDefinition.isCreate:()Z
NutsRepositoryDefinition.isFailSafe ( ) : boolean
net/thevpc/nuts/NutsRepositoryDefinition.isFailSafe:()Z
NutsRepositoryDefinition.isProxy ( ) : boolean
net/thevpc/nuts/NutsRepositoryDefinition.isProxy:()Z
NutsRepositoryDefinition.isReference ( ) : boolean
net/thevpc/nuts/NutsRepositoryDefinition.isReference:()Z
NutsRepositoryDefinition.isTemporary ( ) : boolean
net/thevpc/nuts/NutsRepositoryDefinition.isTemporary:()Z
NutsRepositoryDefinition.NutsRepositoryDefinition ( )
net/thevpc/nuts/NutsRepositoryDefinition."<init>":()V
NutsRepositoryDefinition.NutsRepositoryDefinition ( NutsRepositoryDefinition o )
net/thevpc/nuts/NutsRepositoryDefinition."<init>":(Lnet/thevpc/nuts/NutsRepositoryDefinition;)V
NutsRepositoryDefinition.setCreate ( boolean create ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setCreate:(Z)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setDeployOrder ( int deployPriority ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setDeployOrder:(I)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setFailSafe ( boolean failSafe ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setFailSafe:(Z)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setLocation ( String location ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setName ( String name ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setOrder ( int order ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setOrder:(I)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setProxy ( boolean proxy ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setProxy:(Z)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setReference ( boolean reference ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setReference:(Z)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setSession ( NutsSession session ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setStoreLocationStrategy ( NutsStoreLocationStrategy storeLocationStrategy ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsRepositoryDefinition.setTemporary ( boolean temporary ) : void
net/thevpc/nuts/NutsRepositoryDefinition.setTemporary:(Z)V
NutsRepositoryDefinition.setType ( String type ) : NutsRepositoryDefinition
net/thevpc/nuts/NutsRepositoryDefinition.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryDefinition;
nuts-0.8.0.jar,
NutsRepositoryEnvManager.class
package net.thevpc.nuts
NutsRepositoryEnvManager.set ( String p1, String p2, NutsUpdateOptions p3 ) [abstract] : void
net/thevpc/nuts/NutsRepositoryEnvManager.set:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsUpdateOptions;)V
nuts-0.8.0.jar,
NutsRepositoryException.class
package net.thevpc.nuts
NutsRepositoryException.NutsRepositoryException ( NutsWorkspace workspace, String repository, String message, Throwable ex )
net/thevpc/nuts/NutsRepositoryException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsRepositoryFactoryComponent.class
package net.thevpc.nuts
NutsRepositoryFactoryComponent.create ( NutsAddRepositoryOptions p1, NutsWorkspace p2, NutsRepository p3 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryFactoryComponent.create:(Lnet/thevpc/nuts/NutsAddRepositoryOptions;Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsRepository;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryFactoryComponent.getDefaultRepositories ( NutsWorkspace p1 ) [abstract] : NutsRepositoryDefinition[ ]
net/thevpc/nuts/NutsRepositoryFactoryComponent.getDefaultRepositories:(Lnet/thevpc/nuts/NutsWorkspace;)[Lnet/thevpc/nuts/NutsRepositoryDefinition;
nuts-0.8.0.jar,
NutsRepositoryManager.class
package net.thevpc.nuts
NutsRepositoryManager.addRepository ( NutsRepositoryDefinition p1 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.addRepository:(Lnet/thevpc/nuts/NutsRepositoryDefinition;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.addRepository ( NutsRepositoryModel p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.addRepository:(Lnet/thevpc/nuts/NutsRepositoryModel;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.addRepository ( NutsRepositoryRef p1, NutsAddOptions p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.addRepository:(Lnet/thevpc/nuts/NutsRepositoryRef;Lnet/thevpc/nuts/NutsAddOptions;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.addRepository ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.addRepository:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.createRepository ( NutsAddRepositoryOptions p1, Path p2, NutsRepository p3 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.createRepository:(Lnet/thevpc/nuts/NutsAddRepositoryOptions;Ljava/nio/file/Path;Lnet/thevpc/nuts/NutsRepository;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.findRepository ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepository:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.findRepositoryById ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepositoryById:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.findRepositoryByName ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.findRepositoryByName:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getRepositories ( NutsSession p1 ) [abstract] : NutsRepository[ ]
net/thevpc/nuts/NutsRepositoryManager.getRepositories:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getRepository ( String p1, NutsSession p2 ) [abstract] : NutsRepository
net/thevpc/nuts/NutsRepositoryManager.getRepository:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepository;
NutsRepositoryManager.getRepositoryRefs ( NutsSession p1 ) [abstract] : NutsRepositoryRef[ ]
net/thevpc/nuts/NutsRepositoryManager.getRepositoryRefs:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsRepositoryRef;
NutsRepositoryManager.removeAllRepositories ( NutsRemoveOptions p1 ) [abstract] : void
net/thevpc/nuts/NutsRepositoryManager.removeAllRepositories:(Lnet/thevpc/nuts/NutsRemoveOptions;)V
NutsRepositoryManager.removeRepository ( String p1, NutsRemoveOptions p2 ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsRepositoryManager.removeRepository:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRemoveOptions;)Lnet/thevpc/nuts/NutsRepositoryManager;
nuts-0.8.0.jar,
NutsRepositoryModel.class
package net.thevpc.nuts
NutsRepositoryModel.fetchContent ( NutsId id, NutsDescriptor descriptor, Path localPath, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : NutsContent
net/thevpc/nuts/NutsRepositoryModel.fetchContent:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsDescriptor;Ljava/nio/file/Path;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContent;
NutsRepositoryModel.getDeployOrder ( ) : int
net/thevpc/nuts/NutsRepositoryModel.getDeployOrder:()I
nuts-0.8.0.jar,
NutsRepositoryNotFoundException.class
package net.thevpc.nuts
NutsRepositoryNotFoundException.NutsRepositoryNotFoundException ( NutsWorkspace workspace, String repository )
net/thevpc/nuts/NutsRepositoryNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
nuts-0.8.0.jar,
NutsRepositorySecurityManager.class
package net.thevpc.nuts
NutsRepositorySecurityManager.checkCredentials ( char[ ] p1, char[ ] p2, NutsSession p3 ) [abstract] : void
net/thevpc/nuts/NutsRepositorySecurityManager.checkCredentials:([C[CLnet/thevpc/nuts/NutsSession;)V
NutsRepositorySecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, NutsSession p4 ) [abstract] : char[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.createCredentials:([CZ[CLnet/thevpc/nuts/NutsSession;)[C
NutsRepositorySecurityManager.findUsers ( NutsSession p1 ) [abstract] : NutsUser[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.findUsers:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsUser;
NutsRepositorySecurityManager.getAuthenticationAgent ( String p1, NutsSession p2 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsRepositorySecurityManager.getAuthenticationAgent:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
NutsRepositorySecurityManager.getCredentials ( char[ ] p1, NutsSession p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsRepositorySecurityManager.getCredentials:([CLnet/thevpc/nuts/NutsSession;)[C
NutsRepositorySecurityManager.getEffectiveUser ( String p1, NutsSession p2 ) [abstract] : NutsUser
net/thevpc/nuts/NutsRepositorySecurityManager.getEffectiveUser:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUser;
NutsRepositorySecurityManager.removeCredentials ( char[ ] p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsRepositorySecurityManager.removeCredentials:([CLnet/thevpc/nuts/NutsSession;)Z
NutsRepositorySecurityManager.setAuthenticationAgent ( String p1, NutsUpdateOptions p2 ) [abstract] : NutsRepositorySecurityManager
net/thevpc/nuts/NutsRepositorySecurityManager.setAuthenticationAgent:(Ljava/lang/String;Lnet/thevpc/nuts/NutsUpdateOptions;)Lnet/thevpc/nuts/NutsRepositorySecurityManager;
nuts-0.8.0.jar,
NutsRepositoryUndeployCommand.class
package net.thevpc.nuts
NutsRepositoryUndeployCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsRepositoryUndeployCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsRepositoryUndeployCommand.getRepository ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryUndeployCommand.getRepository:()Ljava/lang/String;
NutsRepositoryUndeployCommand.isOffline ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryUndeployCommand.isOffline:()Z
NutsRepositoryUndeployCommand.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepositoryUndeployCommand.isTransitive:()Z
NutsRepositoryUndeployCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/NutsRepositoryUndeployCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsRepositoryUndeployCommand.run ( ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/NutsRepositoryUndeployCommand.run:()Lnet/thevpc/nuts/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setId ( NutsId p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/NutsRepositoryUndeployCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setOffline ( boolean p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/NutsRepositoryUndeployCommand.setOffline:(Z)Lnet/thevpc/nuts/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setRepository ( String p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/NutsRepositoryUndeployCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsRepositoryUndeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsRepositoryUndeployCommand.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/NutsRepositoryUndeployCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryUndeployCommand;
NutsRepositoryUndeployCommand.setTransitive ( boolean p1 ) [abstract] : NutsRepositoryUndeployCommand
net/thevpc/nuts/NutsRepositoryUndeployCommand.setTransitive:(Z)Lnet/thevpc/nuts/NutsRepositoryUndeployCommand;
nuts-0.8.0.jar,
NutsSdkManager.class
package net.thevpc.nuts
NutsSdkManager.add ( NutsSdkLocation p1, NutsAddOptions p2 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.add:(Lnet/thevpc/nuts/NutsSdkLocation;Lnet/thevpc/nuts/NutsAddOptions;)Z
NutsSdkManager.find ( NutsSdkLocation p1, NutsSession p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.find:(Lnet/thevpc/nuts/NutsSdkLocation;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.find ( String p1, Predicate<NutsSdkLocation> p2, NutsSession p3 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.find:(Ljava/lang/String;Ljava/util/function/Predicate;Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByName ( String p1, String p2, NutsSession p3 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByName:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByPath ( String p1, Path p2, NutsSession p3 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByPath:(Ljava/lang/String;Ljava/nio/file/Path;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByVersion ( String p1, NutsVersionFilter p2, NutsSession p3 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByVersion:(Ljava/lang/String;Lnet/thevpc/nuts/NutsVersionFilter;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByVersion ( String p1, String p2, NutsSession p3 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByVersion:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findOne ( String p1, Predicate<NutsSdkLocation> p2, NutsSession p3 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findOne:(Ljava/lang/String;Ljava/util/function/Predicate;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.remove ( NutsSdkLocation p1, NutsRemoveOptions p2 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.remove:(Lnet/thevpc/nuts/NutsSdkLocation;Lnet/thevpc/nuts/NutsRemoveOptions;)Z
NutsSdkManager.resolve ( String p1, Path p2, String p3, NutsSession p4 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.resolve:(Ljava/lang/String;Ljava/nio/file/Path;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.searchSystem ( String p1, NutsSession p2 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.searchSystem:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.searchSystem ( String p1, Path p2, NutsSession p3 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.searchSystem:(Ljava/lang/String;Ljava/nio/file/Path;Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.update ( NutsSdkLocation p1, NutsSdkLocation p2, NutsUpdateOptions p3 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.update:(Lnet/thevpc/nuts/NutsSdkLocation;Lnet/thevpc/nuts/NutsSdkLocation;Lnet/thevpc/nuts/NutsUpdateOptions;)Z
nuts-0.8.0.jar,
NutsSearchCommand.class
package net.thevpc.nuts
NutsSearchCommand.addInstallStatus ( NutsInstallStatus... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addInstallStatus:([Lnet/thevpc/nuts/NutsInstallStatus;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addRepositories ( Collection<String> p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addRepositories:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addRepositories ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addRepositories:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addRepository ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearRepositories ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearRepositories:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.getFetchStrategy ( ) [abstract] : NutsFetchStrategy
net/thevpc/nuts/NutsSearchCommand.getFetchStrategy:()Lnet/thevpc/nuts/NutsFetchStrategy;
NutsSearchCommand.getInstallStatus ( ) [abstract] : Set<NutsInstallStatus>[ ]
net/thevpc/nuts/NutsSearchCommand.getInstallStatus:()[Ljava/util/Set;
NutsSearchCommand.getRepositories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsSearchCommand.getRepositories:()[Ljava/lang/String;
NutsSearchCommand.getTargetApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsSearchCommand.getTargetApiVersion:()Ljava/lang/String;
NutsSearchCommand.isCached ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isCached:()Z
NutsSearchCommand.isDependenciesTree ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isDependenciesTree:()Z
NutsSearchCommand.isIndexed ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isIndexed:()Z
NutsSearchCommand.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isTransitive:()Z
NutsSearchCommand.removeInstallStatus ( NutsInstallStatus... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeInstallStatus:([Lnet/thevpc/nuts/NutsInstallStatus;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.removeRepository ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.removeRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setAnyWhere ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setAnyWhere:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setCached ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setCached:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setDependenciesTree ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setDependenciesTree:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setFetchStrategy ( NutsFetchStrategy p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setFetchStrategy:(Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setIndexed ( Boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setOffline ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setOffline:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setOnline ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setOnline:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setRemote ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setRemote:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setTargetApiVersion ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setTargetApiVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setTransitive ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setTransitive:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
nuts-0.8.0.jar,
NutsSearchRepositoryCommand.class
package net.thevpc.nuts
NutsSearchRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/NutsSearchRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsSearchRepositoryCommand.getFilter ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsSearchRepositoryCommand.getFilter:()Lnet/thevpc/nuts/NutsIdFilter;
NutsSearchRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/NutsSearchRepositoryCommand.getResult:()Ljava/util/Iterator;
NutsSearchRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/NutsSearchRepositoryCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsSearchRepositoryCommand.run ( ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/NutsSearchRepositoryCommand.run:()Lnet/thevpc/nuts/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/NutsSearchRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setFilter ( NutsIdFilter p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/NutsSearchRepositoryCommand.setFilter:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/NutsSearchRepositoryCommand;
NutsSearchRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsSearchRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsSearchRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsSearchRepositoryCommand
net/thevpc/nuts/NutsSearchRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSearchRepositoryCommand;
nuts-0.8.0.jar,
NutsSearchVersionsRepositoryCommand.class
package net.thevpc.nuts
NutsSearchVersionsRepositoryCommand.getFetchMode ( ) [abstract] : NutsFetchMode
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.getFetchMode:()Lnet/thevpc/nuts/NutsFetchMode;
NutsSearchVersionsRepositoryCommand.getFilter ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.getFilter:()Lnet/thevpc/nuts/NutsIdFilter;
NutsSearchVersionsRepositoryCommand.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.getId:()Lnet/thevpc/nuts/NutsId;
NutsSearchVersionsRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.getResult:()Ljava/util/Iterator;
NutsSearchVersionsRepositoryCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.run ( ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.run:()Lnet/thevpc/nuts/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setFetchMode ( NutsFetchMode p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.setFetchMode:(Lnet/thevpc/nuts/NutsFetchMode;)Lnet/thevpc/nuts/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setFilter ( NutsIdFilter p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.setFilter:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setId ( NutsId p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.setId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsSearchVersionsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 ) [abstract] : NutsSearchVersionsRepositoryCommand
net/thevpc/nuts/NutsSearchVersionsRepositoryCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSearchVersionsRepositoryCommand;
nuts-0.8.0.jar,
NutsSecurityException.class
package net.thevpc.nuts
NutsSecurityException.NutsSecurityException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsSecurityException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsSecurityException.NutsSecurityException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsSecurityException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsSecurityException.NutsSecurityException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsSecurityException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsSecurityException.NutsSecurityException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsSecurityException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsServiceLoader.class
package net.thevpc.nuts
NutsServiceLoader<T,B>.loadBest ( B p1 ) [abstract] : T
net/thevpc/nuts/NutsServiceLoader.loadBest:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsComponent;
nuts-0.8.0.jar,
NutsSession.class
package net.thevpc.nuts
NutsSession.ask ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.ask:()Lnet/thevpc/nuts/NutsSession;
NutsSession.confirm ( NutsConfirmationMode p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.confirm:(Lnet/thevpc/nuts/NutsConfirmationMode;)Lnet/thevpc/nuts/NutsSession;
NutsSession.err ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsSession.err:()Ljava/io/PrintStream;
NutsSession.fetchAnyWhere ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.fetchAnyWhere:()Lnet/thevpc/nuts/NutsSession;
NutsSession.fetchOffline ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.fetchOffline:()Lnet/thevpc/nuts/NutsSession;
NutsSession.fetchOnline ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.fetchOnline:()Lnet/thevpc/nuts/NutsSession;
NutsSession.fetchRemote ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.fetchRemote:()Lnet/thevpc/nuts/NutsSession;
NutsSession.fetchStrategy ( NutsFetchStrategy p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.fetchStrategy:(Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsSession;
NutsSession.formatObject ( Object p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsSession.formatObject:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsSession.getIterableFormat ( ) [abstract] : NutsIterableFormat
net/thevpc/nuts/NutsSession.getIterableFormat:()Lnet/thevpc/nuts/NutsIterableFormat;
NutsSession.getIterableOutput ( ) [abstract] : NutsIterableOutput
net/thevpc/nuts/NutsSession.getIterableOutput:()Lnet/thevpc/nuts/NutsIterableOutput;
NutsSession.getOutputFormat ( ) [abstract] : NutsOutputFormat
net/thevpc/nuts/NutsSession.getOutputFormat:()Lnet/thevpc/nuts/NutsOutputFormat;
NutsSession.getOutputFormat ( NutsOutputFormat p1 ) [abstract] : NutsOutputFormat
net/thevpc/nuts/NutsSession.getOutputFormat:(Lnet/thevpc/nuts/NutsOutputFormat;)Lnet/thevpc/nuts/NutsOutputFormat;
NutsSession.isForce ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isForce:()Z
NutsSession.no ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.no:()Lnet/thevpc/nuts/NutsSession;
NutsSession.no ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.no:(Z)Lnet/thevpc/nuts/NutsSession;
NutsSession.out ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsSession.out:()Ljava/io/PrintStream;
NutsSession.setAsk ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setAsk:(Z)Lnet/thevpc/nuts/NutsSession;
NutsSession.setForce ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setForce:(Z)Lnet/thevpc/nuts/NutsSession;
NutsSession.setIterableFormat ( NutsIterableFormat p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setIterableFormat:(Lnet/thevpc/nuts/NutsIterableFormat;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setNo ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setNo:(Z)Lnet/thevpc/nuts/NutsSession;
NutsSession.setOutputFormat ( NutsOutputFormat p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setOutputFormat:(Lnet/thevpc/nuts/NutsOutputFormat;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setSilent ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setSilent:()Lnet/thevpc/nuts/NutsSession;
NutsSession.setTrace ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setTrace:(Z)Lnet/thevpc/nuts/NutsSession;
NutsSession.setYes ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setYes:(Z)Lnet/thevpc/nuts/NutsSession;
NutsSession.yes ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.yes:()Lnet/thevpc/nuts/NutsSession;
NutsSession.yes ( boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.yes:(Z)Lnet/thevpc/nuts/NutsSession;
nuts-0.8.0.jar,
NutsSessionTerminal.class
package net.thevpc.nuts
NutsSessionTerminal.getParent ( ) [abstract] : NutsTerminalBase
net/thevpc/nuts/NutsSessionTerminal.getParent:()Lnet/thevpc/nuts/NutsTerminalBase;
NutsSessionTerminal.setErr ( PrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionTerminal.setErr:(Ljava/io/PrintStream;)V
NutsSessionTerminal.setOut ( PrintStream p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionTerminal.setOut:(Ljava/io/PrintStream;)V
NutsSessionTerminal.setParent ( NutsTerminalBase p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionTerminal.setParent:(Lnet/thevpc/nuts/NutsTerminalBase;)V
nuts-0.8.0.jar,
NutsString.class
package net.thevpc.nuts
NutsString.getValue ( ) : String
net/thevpc/nuts/NutsString.getValue:()Ljava/lang/String;
NutsString.NutsString ( String value )
net/thevpc/nuts/NutsString."<init>":(Ljava/lang/String;)V
NutsString.toNutsString ( ) : NutsString
net/thevpc/nuts/NutsString.toNutsString:()Lnet/thevpc/nuts/NutsString;
nuts-0.8.0.jar,
NutsStringBase.class
package net.thevpc.nuts
NutsStringBase.toNutsString ( ) [abstract] : NutsString
net/thevpc/nuts/NutsStringBase.toNutsString:()Lnet/thevpc/nuts/NutsString;
nuts-0.8.0.jar,
NutsStringBuilder.class
package net.thevpc.nuts
NutsStringBuilder.append ( Object p1 ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsStringBuilder.append:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringBuilder;
NutsStringBuilder.append ( String p1 ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsStringBuilder.append:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStringBuilder;
NutsStringBuilder.append ( String p1, String p2 ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsStringBuilder.append:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsStringBuilder;
NutsStringBuilder.appendHashed ( Object p1 ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsStringBuilder.appendHashed:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringBuilder;
NutsStringBuilder.appendHashed ( Object p1, Object p2 ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsStringBuilder.appendHashed:(Ljava/lang/Object;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringBuilder;
NutsStringBuilder.appendRandom ( Object p1 ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsStringBuilder.appendRandom:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringBuilder;
NutsStringBuilder.appendRaw ( String p1 ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsStringBuilder.appendRaw:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStringBuilder;
NutsStringBuilder.clear ( ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsStringBuilder.clear:()Lnet/thevpc/nuts/NutsStringBuilder;
NutsStringBuilder.toFilteredString ( ) [abstract] : String
net/thevpc/nuts/NutsStringBuilder.toFilteredString:()Ljava/lang/String;
NutsStringBuilder.toFormattedString ( ) [abstract] : String
net/thevpc/nuts/NutsStringBuilder.toFormattedString:()Ljava/lang/String;
nuts-0.8.0.jar,
NutsStringFormat.class
package net.thevpc.nuts
NutsStringFormat.addParameters ( Object... p1 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.addParameters:([Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.append ( String p1, Object... p2 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.append:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsStringFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsStringFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsStringFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsStringFormat.getParameters ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsStringFormat.getParameters:()[Ljava/lang/Object;
NutsStringFormat.getString ( ) [abstract] : String
net/thevpc/nuts/NutsStringFormat.getString:()Ljava/lang/String;
NutsStringFormat.getStyle ( ) [abstract] : NutsTextFormatStyle
net/thevpc/nuts/NutsStringFormat.getStyle:()Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsStringFormat.of ( String p1, Object... p2 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.of:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.set ( String p1 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.set:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.setParameters ( List<Object> p1 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.setParameters:(Ljava/util/List;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.setParameters ( Object... p1 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.setParameters:([Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsStringFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsStringFormat.setSession ( NutsSession p1 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.setString ( Object p1 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.setString:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.setStyle ( NutsTextFormatStyle p1 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.setStyle:(Lnet/thevpc/nuts/NutsTextFormatStyle;)Lnet/thevpc/nuts/NutsStringFormat;
NutsStringFormat.style ( NutsTextFormatStyle p1 ) [abstract] : NutsStringFormat
net/thevpc/nuts/NutsStringFormat.style:(Lnet/thevpc/nuts/NutsTextFormatStyle;)Lnet/thevpc/nuts/NutsStringFormat;
nuts-0.8.0.jar,
NutsSystemTerminal.class
package net.thevpc.nuts
NutsSystemTerminal.isStandardErrorStream ( OutputStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSystemTerminal.isStandardErrorStream:(Ljava/io/OutputStream;)Z
NutsSystemTerminal.isStandardInputStream ( InputStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSystemTerminal.isStandardInputStream:(Ljava/io/InputStream;)Z
NutsSystemTerminal.isStandardOutputStream ( OutputStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSystemTerminal.isStandardOutputStream:(Ljava/io/OutputStream;)Z
nuts-0.8.0.jar,
NutsSystemTerminalBase.class
package net.thevpc.nuts
NutsSystemTerminalBase.getAutoCompleteResolver ( ) : NutsCommandAutoCompleteProcessor
net/thevpc/nuts/NutsSystemTerminalBase.getAutoCompleteResolver:()Lnet/thevpc/nuts/NutsCommandAutoCompleteProcessor;
NutsSystemTerminalBase.isAutoCompleteSupported ( ) : boolean
net/thevpc/nuts/NutsSystemTerminalBase.isAutoCompleteSupported:()Z
NutsSystemTerminalBase.setAutoCompleteResolver ( NutsCommandAutoCompleteProcessor autoCompleteResolver ) : NutsSystemTerminalBase
net/thevpc/nuts/NutsSystemTerminalBase.setAutoCompleteResolver:(Lnet/thevpc/nuts/NutsCommandAutoCompleteProcessor;)Lnet/thevpc/nuts/NutsSystemTerminalBase;
nuts-0.8.0.jar,
NutsTableBordersFormat.class
package net.thevpc.nuts
NutsTableBordersFormat.format ( NutsTableFormat.Separator p1 ) [abstract] : String
net/thevpc/nuts/NutsTableBordersFormat.format:(Lnet/thevpc/nuts/NutsTableFormat$Separator;)Ljava/lang/String;
nuts-0.8.0.jar,
NutsTableCellFormat.class
package net.thevpc.nuts
NutsTableCellFormat.format ( int row, int col, Object value ) : String
net/thevpc/nuts/NutsTableCellFormat.format:(IILjava/lang/Object;)Ljava/lang/String;
NutsTableCellFormat.getHorizontalAlign ( int row, int col, Object value ) : NutsPositionType
net/thevpc/nuts/NutsTableCellFormat.getHorizontalAlign:(IILjava/lang/Object;)Lnet/thevpc/nuts/NutsPositionType;
NutsTableCellFormat.getVerticalAlign ( int row, int col, Object value ) : NutsPositionType
net/thevpc/nuts/NutsTableCellFormat.getVerticalAlign:(IILjava/lang/Object;)Lnet/thevpc/nuts/NutsPositionType;
nuts-0.8.0.jar,
NutsTableFormat.class
package net.thevpc.nuts
NutsTableFormat.setModel ( NutsTableModel p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setModel:(Lnet/thevpc/nuts/NutsTableModel;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setVisibleColumn ( int p1, boolean p2 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.setVisibleColumn:(IZ)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.unsetVisibleColumn ( int p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.unsetVisibleColumn:(I)Lnet/thevpc/nuts/NutsTableFormat;
nuts-0.8.0.jar,
NutsTempManager.class
package net.thevpc.nuts
NutsTempManager.createTempFile ( String p1 ) [abstract] : Path
net/thevpc/nuts/NutsTempManager.createTempFile:(Ljava/lang/String;)Ljava/nio/file/Path;
NutsTempManager.createTempFile ( String p1, NutsRepository p2 ) [abstract] : Path
net/thevpc/nuts/NutsTempManager.createTempFile:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRepository;)Ljava/nio/file/Path;
NutsTempManager.createTempFolder ( String p1 ) [abstract] : Path
net/thevpc/nuts/NutsTempManager.createTempFolder:(Ljava/lang/String;)Ljava/nio/file/Path;
NutsTempManager.createTempFolder ( String p1, NutsRepository p2 ) [abstract] : Path
net/thevpc/nuts/NutsTempManager.createTempFolder:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRepository;)Ljava/nio/file/Path;
nuts-0.8.0.jar,
NutsTerminal.class
package net.thevpc.nuts
NutsTerminal.ask ( ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsTerminal.ask:()Lnet/thevpc/nuts/NutsQuestion;
NutsTerminal.err ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsTerminal.err:()Ljava/io/PrintStream;
NutsTerminal.errMode ( NutsTerminalMode p1 ) [abstract] : NutsTerminal
net/thevpc/nuts/NutsTerminal.errMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminal;
NutsTerminal.getErrMode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsTerminal.getErrMode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminal.getOutMode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsTerminal.getOutMode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminal.in ( ) [abstract] : InputStream
net/thevpc/nuts/NutsTerminal.in:()Ljava/io/InputStream;
NutsTerminal.mode ( NutsTerminalMode p1 ) [abstract] : NutsTerminal
net/thevpc/nuts/NutsTerminal.mode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminal;
NutsTerminal.out ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsTerminal.out:()Ljava/io/PrintStream;
NutsTerminal.outMode ( NutsTerminalMode p1 ) [abstract] : NutsTerminal
net/thevpc/nuts/NutsTerminal.outMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminal;
NutsTerminal.readLine ( String p1, Object... p2 ) [abstract] : String
net/thevpc/nuts/NutsTerminal.readLine:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
NutsTerminal.readPassword ( String p1, Object... p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsTerminal.readPassword:(Ljava/lang/String;[Ljava/lang/Object;)[C
NutsTerminal.setErrMode ( NutsTerminalMode p1 ) : NutsTerminalBase
net/thevpc/nuts/NutsTerminal.setErrMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminalBase;
NutsTerminal.setErrMode ( NutsTerminalMode p1 ) [abstract] : NutsTerminal
net/thevpc/nuts/NutsTerminal.setErrMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminal;
NutsTerminal.setMode ( NutsTerminalMode p1 ) [abstract] : NutsTerminal
net/thevpc/nuts/NutsTerminal.setMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminal;
NutsTerminal.setOutMode ( NutsTerminalMode p1 ) : NutsTerminalBase
net/thevpc/nuts/NutsTerminal.setOutMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminalBase;
NutsTerminal.setOutMode ( NutsTerminalMode p1 ) [abstract] : NutsTerminal
net/thevpc/nuts/NutsTerminal.setOutMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminal;
nuts-0.8.0.jar,
NutsTerminalBase.class
package net.thevpc.nuts
NutsTerminalBase.getErr ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsTerminalBase.getErr:()Ljava/io/PrintStream;
NutsTerminalBase.getErrMode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalBase.getErrMode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalBase.getIn ( ) [abstract] : InputStream
net/thevpc/nuts/NutsTerminalBase.getIn:()Ljava/io/InputStream;
NutsTerminalBase.getOut ( ) [abstract] : PrintStream
net/thevpc/nuts/NutsTerminalBase.getOut:()Ljava/io/PrintStream;
NutsTerminalBase.getOutMode ( ) [abstract] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalBase.getOutMode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalBase.getParent ( ) [abstract] : NutsTerminalBase
net/thevpc/nuts/NutsTerminalBase.getParent:()Lnet/thevpc/nuts/NutsTerminalBase;
NutsTerminalBase.readLine ( PrintStream p1, String p2, Object... p3 ) [abstract] : String
net/thevpc/nuts/NutsTerminalBase.readLine:(Ljava/io/PrintStream;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
NutsTerminalBase.readPassword ( PrintStream p1, String p2, Object... p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsTerminalBase.readPassword:(Ljava/io/PrintStream;Ljava/lang/String;[Ljava/lang/Object;)[C
NutsTerminalBase.setErrMode ( NutsTerminalMode p1 ) [abstract] : NutsTerminalBase
net/thevpc/nuts/NutsTerminalBase.setErrMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminalBase;
NutsTerminalBase.setOutMode ( NutsTerminalMode p1 ) [abstract] : NutsTerminalBase
net/thevpc/nuts/NutsTerminalBase.setOutMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsTerminalBase;
nuts-0.8.0.jar,
NutsTerminalFormat.class
package net.thevpc.nuts
NutsTerminalFormat.escapeText ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTerminalFormat.escapeText:(Ljava/lang/String;)Ljava/lang/String;
NutsTerminalFormat.filterText ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTerminalFormat.filterText:(Ljava/lang/String;)Ljava/lang/String;
NutsTerminalFormat.formatText ( NutsTextFormatStyle p1, Locale p2, String p3, Object... p4 ) [abstract] : String
net/thevpc/nuts/NutsTerminalFormat.formatText:(Lnet/thevpc/nuts/NutsTextFormatStyle;Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
NutsTerminalFormat.formatText ( NutsTextFormatStyle p1, String p2, Object... p3 ) [abstract] : String
net/thevpc/nuts/NutsTerminalFormat.formatText:(Lnet/thevpc/nuts/NutsTextFormatStyle;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
NutsTerminalFormat.isFormatted ( OutputStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsTerminalFormat.isFormatted:(Ljava/io/OutputStream;)Z
NutsTerminalFormat.isFormatted ( Writer p1 ) [abstract] : boolean
net/thevpc/nuts/NutsTerminalFormat.isFormatted:(Ljava/io/Writer;)Z
NutsTerminalFormat.prepare ( PrintStream p1 ) [abstract] : PrintStream
net/thevpc/nuts/NutsTerminalFormat.prepare:(Ljava/io/PrintStream;)Ljava/io/PrintStream;
NutsTerminalFormat.prepare ( PrintWriter p1 ) [abstract] : PrintWriter
net/thevpc/nuts/NutsTerminalFormat.prepare:(Ljava/io/PrintWriter;)Ljava/io/PrintWriter;
NutsTerminalFormat.textLength ( String p1 ) [abstract] : int
net/thevpc/nuts/NutsTerminalFormat.textLength:(Ljava/lang/String;)I
nuts-0.8.0.jar,
NutsTerminalManager.class
package net.thevpc.nuts
NutsTerminalManager.createTerminal ( NutsSession p1 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.createTerminal ( NutsTerminalBase p1, NutsSession p2 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:(Lnet/thevpc/nuts/NutsTerminalBase;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.enableRichTerm ( NutsSession p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.enableRichTerm:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.getTerminalFormat ( ) [abstract] : NutsTerminalFormat
net/thevpc/nuts/NutsTerminalManager.getTerminalFormat:()Lnet/thevpc/nuts/NutsTerminalFormat;
NutsTerminalManager.setSystemTerminal ( NutsSystemTerminalBase p1, NutsSession p2 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setSystemTerminal:(Lnet/thevpc/nuts/NutsSystemTerminalBase;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.setTerminal ( NutsSessionTerminal p1, NutsSession p2 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.systemTerminal ( ) [abstract] : NutsSystemTerminal
net/thevpc/nuts/NutsTerminalManager.systemTerminal:()Lnet/thevpc/nuts/NutsSystemTerminal;
NutsTerminalManager.terminal ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.terminal:()Lnet/thevpc/nuts/NutsSessionTerminal;
nuts-0.8.0.jar,
NutsTerminalSpec.class
package net.thevpc.nuts
NutsTerminalSpec.getParent ( ) [abstract] : NutsTerminalBase
net/thevpc/nuts/NutsTerminalSpec.getParent:()Lnet/thevpc/nuts/NutsTerminalBase;
NutsTerminalSpec.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTerminalSpec.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTerminalSpec.setParent ( NutsTerminalBase p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.setParent:(Lnet/thevpc/nuts/NutsTerminalBase;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.setSession ( NutsSession p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalSpec;
nuts-0.8.0.jar,
NutsTooManyElementsException.class
package net.thevpc.nuts
NutsTooManyElementsException.NutsTooManyElementsException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsWorkspace workspace, IOException cause )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/io/IOException;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsTooManyElementsException.NutsTooManyElementsException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsTooManyElementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsTransportComponent.class
package net.thevpc.nuts
NutsTransportComponent.open ( String p1 ) [abstract] : NutsTransportConnection
net/thevpc/nuts/NutsTransportComponent.open:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTransportConnection;
nuts-0.8.0.jar,
NutsTransportConnection.class
package net.thevpc.nuts
NutsTransportConnection.getURLHeader ( ) [abstract] : NutsURLHeader
net/thevpc/nuts/NutsTransportConnection.getURLHeader:()Lnet/thevpc/nuts/NutsURLHeader;
NutsTransportConnection.open ( ) [abstract] : InputStream
net/thevpc/nuts/NutsTransportConnection.open:()Ljava/io/InputStream;
NutsTransportConnection.upload ( NutsTransportParamPart... p1 ) [abstract] : InputStream
net/thevpc/nuts/NutsTransportConnection.upload:([Lnet/thevpc/nuts/NutsTransportParamPart;)Ljava/io/InputStream;
nuts-0.8.0.jar,
NutsTransportParamBinaryFilePart.class
package net.thevpc.nuts
NutsTransportParamBinaryFilePart.getFileName ( ) : String
net/thevpc/nuts/NutsTransportParamBinaryFilePart.getFileName:()Ljava/lang/String;
NutsTransportParamBinaryFilePart.getName ( ) : String
net/thevpc/nuts/NutsTransportParamBinaryFilePart.getName:()Ljava/lang/String;
NutsTransportParamBinaryFilePart.getValue ( ) : Path
net/thevpc/nuts/NutsTransportParamBinaryFilePart.getValue:()Ljava/nio/file/Path;
NutsTransportParamBinaryFilePart.NutsTransportParamBinaryFilePart ( String name, String fileName, Path value )
net/thevpc/nuts/NutsTransportParamBinaryFilePart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/nio/file/Path;)V
nuts-0.8.0.jar,
NutsTransportParamBinaryStreamPart.class
package net.thevpc.nuts
NutsTransportParamBinaryStreamPart.getFileName ( ) : String
net/thevpc/nuts/NutsTransportParamBinaryStreamPart.getFileName:()Ljava/lang/String;
NutsTransportParamBinaryStreamPart.getName ( ) : String
net/thevpc/nuts/NutsTransportParamBinaryStreamPart.getName:()Ljava/lang/String;
NutsTransportParamBinaryStreamPart.getValue ( ) : InputStream
net/thevpc/nuts/NutsTransportParamBinaryStreamPart.getValue:()Ljava/io/InputStream;
NutsTransportParamBinaryStreamPart.NutsTransportParamBinaryStreamPart ( String name, String fileName, InputStream value )
net/thevpc/nuts/NutsTransportParamBinaryStreamPart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/io/InputStream;)V
nuts-0.8.0.jar,
NutsTransportParamParamPart.class
package net.thevpc.nuts
NutsTransportParamParamPart.getName ( ) : String
net/thevpc/nuts/NutsTransportParamParamPart.getName:()Ljava/lang/String;
NutsTransportParamParamPart.getValue ( ) : String
net/thevpc/nuts/NutsTransportParamParamPart.getValue:()Ljava/lang/String;
NutsTransportParamParamPart.NutsTransportParamParamPart ( String name, String value )
net/thevpc/nuts/NutsTransportParamParamPart."<init>":(Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.0.jar,
NutsTransportParamPart.class
package net.thevpc.nuts
NutsTransportParamPart.NutsTransportParamPart ( )
net/thevpc/nuts/NutsTransportParamPart."<init>":()V
nuts-0.8.0.jar,
NutsTransportParamTextFilePart.class
package net.thevpc.nuts
NutsTransportParamTextFilePart.getFileName ( ) : String
net/thevpc/nuts/NutsTransportParamTextFilePart.getFileName:()Ljava/lang/String;
NutsTransportParamTextFilePart.getName ( ) : String
net/thevpc/nuts/NutsTransportParamTextFilePart.getName:()Ljava/lang/String;
NutsTransportParamTextFilePart.getValue ( ) : Path
net/thevpc/nuts/NutsTransportParamTextFilePart.getValue:()Ljava/nio/file/Path;
NutsTransportParamTextFilePart.NutsTransportParamTextFilePart ( String name, String fileName, Path value )
net/thevpc/nuts/NutsTransportParamTextFilePart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/nio/file/Path;)V
nuts-0.8.0.jar,
NutsTransportParamTextReaderPart.class
package net.thevpc.nuts
NutsTransportParamTextReaderPart.getFileName ( ) : String
net/thevpc/nuts/NutsTransportParamTextReaderPart.getFileName:()Ljava/lang/String;
NutsTransportParamTextReaderPart.getName ( ) : String
net/thevpc/nuts/NutsTransportParamTextReaderPart.getName:()Ljava/lang/String;
NutsTransportParamTextReaderPart.getValue ( ) : Reader
net/thevpc/nuts/NutsTransportParamTextReaderPart.getValue:()Ljava/io/Reader;
NutsTransportParamTextReaderPart.NutsTransportParamTextReaderPart ( String name, String fileName, Reader value )
net/thevpc/nuts/NutsTransportParamTextReaderPart."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/io/Reader;)V
nuts-0.8.0.jar,
NutsTreeFormat.class
package net.thevpc.nuts
NutsTreeFormat.linkFormat ( NutsTreeLinkFormat p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.linkFormat:(Lnet/thevpc/nuts/NutsTreeLinkFormat;)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.model ( NutsTreeModel p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.model:(Lnet/thevpc/nuts/NutsTreeModel;)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.nodeFormat ( NutsTreeNodeFormat p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.nodeFormat:(Lnet/thevpc/nuts/NutsTreeNodeFormat;)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.setModel ( NutsTreeModel p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.setModel:(Lnet/thevpc/nuts/NutsTreeModel;)Lnet/thevpc/nuts/NutsTreeFormat;
nuts-0.8.0.jar,
NutsTreeNodeFormat.class
package net.thevpc.nuts
NutsTreeNodeFormat.format ( Object p1, int p2 ) [abstract] : String
net/thevpc/nuts/NutsTreeNodeFormat.format:(Ljava/lang/Object;I)Ljava/lang/String;
nuts-0.8.0.jar,
NutsTypedFilters.class
package net.thevpc.nuts
NutsTypedFilters<T>.fromOrNull ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsTypedFilters.fromOrNull:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
nuts-0.8.0.jar,
NutsUndeployCommand.class
package net.thevpc.nuts
NutsUndeployCommand.isTransitive ( ) [abstract] : boolean
net/thevpc/nuts/NutsUndeployCommand.isTransitive:()Z
NutsUndeployCommand.setTransitive ( boolean p1 ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsUndeployCommand.setTransitive:(Z)Lnet/thevpc/nuts/NutsUndeployCommand;
nuts-0.8.0.jar,
NutsUnexpectedException.class
package net.thevpc.nuts
NutsUnexpectedException.NutsUnexpectedException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsWorkspace workspace, IOException cause )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/io/IOException;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsUnexpectedException.NutsUnexpectedException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsUnexpectedException.NutsUnexpectedException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsUnexpectedException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsUninstallException.class
package net.thevpc.nuts
NutsUninstallException.NutsUninstallException ( NutsWorkspace workspace, NutsId id )
net/thevpc/nuts/NutsUninstallException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;)V
NutsUninstallException.NutsUninstallException ( NutsWorkspace workspace, NutsId id, String msg, Exception ex )
net/thevpc/nuts/NutsUninstallException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/Exception;)V
NutsUninstallException.NutsUninstallException ( NutsWorkspace workspace, String id )
net/thevpc/nuts/NutsUninstallException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsUninstallException.NutsUninstallException ( NutsWorkspace workspace, String id, String msg, Exception ex )
net/thevpc/nuts/NutsUninstallException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V
nuts-0.8.0.jar,
NutsUnsatisfiedRequirementsException.class
package net.thevpc.nuts
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsWorkspace workspace, IOException cause )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/io/IOException;)V
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsUnsatisfiedRequirementsException.NutsUnsatisfiedRequirementsException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsUnsatisfiedRequirementsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsUnsupportedArgumentException.class
package net.thevpc.nuts
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsUnsupportedArgumentException.NutsUnsupportedArgumentException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsUnsupportedArgumentException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsUnsupportedEnumException.class
package net.thevpc.nuts
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsWorkspace workspace, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Enum;)V
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsWorkspace workspace, String message, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Enum;)V
NutsUnsupportedEnumException.NutsUnsupportedEnumException ( NutsWorkspace workspace, String message, String stringValue, Enum enumValue )
net/thevpc/nuts/NutsUnsupportedEnumException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Enum;)V
nuts-0.8.0.jar,
NutsUnsupportedOperationException.class
package net.thevpc.nuts
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsUnsupportedOperationException.NutsUnsupportedOperationException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsUnsupportedOperationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsUpdateCommand.class
package net.thevpc.nuts
NutsUpdateCommand.companions ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.companions:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.companions ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.companions:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsUpdateCommand.getApiVersion:()Ljava/lang/String;
NutsUpdateCommand.installed ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.installed:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.installed ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.installed:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.lockedId ( NutsId p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.lockedId:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.lockedId ( String p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.lockedId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.lockedIds ( NutsId... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.lockedIds:([Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.lockedIds ( String... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.lockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.runtime ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.runtime:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.runtime ( boolean p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.runtime:(Z)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.scope ( NutsDependencyScope p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.scope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.scopes ( Collection<NutsDependencyScope> p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.scopes:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.scopes ( NutsDependencyScope... p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.scopes:([Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.setApiVersion ( String p1 ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.setApiVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateCommand;
NutsUpdateCommand.workspace ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsUpdateCommand.workspace:()Lnet/thevpc/nuts/NutsUpdateCommand;
nuts-0.8.0.jar,
NutsUpdateRepositoryStatisticsCommand.class
package net.thevpc.nuts
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand;
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsUpdateRepositoryStatisticsCommand.run ( ) : NutsRepositoryCommand
net/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand.run:()Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.run ( ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand.run:()Lnet/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand;
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 ) : NutsRepositoryCommand
net/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryCommand;
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 ) [abstract] : NutsUpdateRepositoryStatisticsCommand
net/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUpdateRepositoryStatisticsCommand;
nuts-0.8.0.jar,
NutsUpdateStatisticsCommand.class
package net.thevpc.nuts
NutsUpdateStatisticsCommand.path ( Path p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.path:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
NutsUpdateStatisticsCommand.repo ( String p1 ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsUpdateStatisticsCommand.repo:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
nuts-0.8.0.jar,
NutsUpdateUserCommand.class
package net.thevpc.nuts
NutsUpdateUserCommand.username ( String p1 ) [abstract] : NutsUpdateUserCommand
net/thevpc/nuts/NutsUpdateUserCommand.username:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUpdateUserCommand;
nuts-0.8.0.jar,
NutsURLHeader.class
package net.thevpc.nuts
NutsURLHeader.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/NutsURLHeader.getContentEncoding:()Ljava/lang/String;
NutsURLHeader.getContentLength ( ) [abstract] : long
net/thevpc/nuts/NutsURLHeader.getContentLength:()J
NutsURLHeader.getContentType ( ) [abstract] : String
net/thevpc/nuts/NutsURLHeader.getContentType:()Ljava/lang/String;
NutsURLHeader.getLastModified ( ) [abstract] : Instant
net/thevpc/nuts/NutsURLHeader.getLastModified:()Ljava/time/Instant;
NutsURLHeader.getUrl ( ) [abstract] : String
net/thevpc/nuts/NutsURLHeader.getUrl:()Ljava/lang/String;
nuts-0.8.0.jar,
NutsUserCancelException.class
package net.thevpc.nuts
NutsUserCancelException.NutsUserCancelException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsUserCancelException.NutsUserCancelException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsUserCancelException.NutsUserCancelException ( NutsWorkspace workspace, String message, int exitCode )
net/thevpc/nuts/NutsUserCancelException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;I)V
nuts-0.8.0.jar,
NutsValidationException.class
package net.thevpc.nuts
NutsValidationException.NutsValidationException ( NutsWorkspace workspace )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;)V
NutsValidationException.NutsValidationException ( NutsWorkspace workspace, IOException cause )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/io/IOException;)V
NutsValidationException.NutsValidationException ( NutsWorkspace workspace, String message )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsValidationException.NutsValidationException ( NutsWorkspace workspace, String message, Throwable cause )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
NutsValidationException.NutsValidationException ( NutsWorkspace workspace, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
NutsValidationException.NutsValidationException ( NutsWorkspace workspace, Throwable cause )
net/thevpc/nuts/NutsValidationException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsVersion.class
package net.thevpc.nuts
NutsVersion.getNumber ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsVersion.getNumber:(I)I
NutsVersion.getNumber ( int p1, int p2 ) [abstract] : int
net/thevpc/nuts/NutsVersion.getNumber:(II)I
NutsVersion.inc ( int p1, int p2 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.inc:(II)Lnet/thevpc/nuts/NutsVersion;
nuts-0.8.0.jar,
NutsWorkspace.class
package net.thevpc.nuts
NutsWorkspace.aliases ( ) [abstract] : NutsCommandAliasManager
net/thevpc/nuts/NutsWorkspace.aliases:()Lnet/thevpc/nuts/NutsCommandAliasManager;
NutsWorkspace.companionIds ( ) [abstract] : Set<NutsId>
net/thevpc/nuts/NutsWorkspace.companionIds:()Ljava/util/Set;
NutsWorkspace.events ( ) [abstract] : NutsWorkspaceEvents
net/thevpc/nuts/NutsWorkspace.events:()Lnet/thevpc/nuts/NutsWorkspaceEvents;
NutsWorkspace.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getApiVersion:()Ljava/lang/String;
NutsWorkspace.name ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.name:()Ljava/lang/String;
NutsWorkspace.str ( ) [abstract] : NutsStringBuilder
net/thevpc/nuts/NutsWorkspace.str:()Lnet/thevpc/nuts/NutsStringBuilder;
NutsWorkspace.userProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsWorkspace.userProperties:()Ljava/util/Map;
NutsWorkspace.uuid ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.uuid:()Ljava/lang/String;
nuts-0.8.0.jar,
NutsWorkspaceAlreadyExistsException.class
package net.thevpc.nuts
NutsWorkspaceAlreadyExistsException.NutsWorkspaceAlreadyExistsException ( NutsWorkspace workspace, String workspaceLocation )
net/thevpc/nuts/NutsWorkspaceAlreadyExistsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
NutsWorkspaceAlreadyExistsException.NutsWorkspaceAlreadyExistsException ( NutsWorkspace workspace, String workspaceLocation, Throwable err )
net/thevpc/nuts/NutsWorkspaceAlreadyExistsException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsWorkspaceAppsManager.class
package net.thevpc.nuts
NutsWorkspaceAppsManager.createApplicationContext ( String[ ] p1, Class p2, String p3, long p4 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsWorkspaceAppsManager.createApplicationContext:([Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;J)Lnet/thevpc/nuts/NutsApplicationContext;
NutsWorkspaceAppsManager.execEntries ( ) [abstract] : NutsExecutionEntryManager
net/thevpc/nuts/NutsWorkspaceAppsManager.execEntries:()Lnet/thevpc/nuts/NutsExecutionEntryManager;
nuts-0.8.0.jar,
NutsWorkspaceArchetypeComponent.class
package net.thevpc.nuts
NutsWorkspaceArchetypeComponent.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceArchetypeComponent.getName:()Ljava/lang/String;
NutsWorkspaceArchetypeComponent.initialize ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceArchetypeComponent.initialize:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.0.jar,
NutsWorkspaceAware.class
package net.thevpc.nuts
NutsWorkspaceAware.setWorkspace ( NutsWorkspace p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceAware.setWorkspace:(Lnet/thevpc/nuts/NutsWorkspace;)V
nuts-0.8.0.jar,
NutsWorkspaceBootConfig.class
package net.thevpc.nuts
NutsWorkspaceBootConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsWorkspaceBootConfig.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsWorkspaceBootConfig.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsWorkspaceBootConfig.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
nuts-0.8.0.jar,
NutsWorkspaceCommandAlias.class
package net.thevpc.nuts
NutsWorkspaceCommandAlias.dryExec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCommandAlias.dryExec:([Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandExecOptions;Lnet/thevpc/nuts/NutsSession;)V
NutsWorkspaceCommandAlias.exec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCommandAlias.exec:([Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandExecOptions;Lnet/thevpc/nuts/NutsSession;)V
NutsWorkspaceCommandAlias.getCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceCommandAlias.getCommand:()[Ljava/lang/String;
NutsWorkspaceCommandAlias.getExecutorOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceCommandAlias.getExecutorOptions:()[Ljava/lang/String;
NutsWorkspaceCommandAlias.getFactoryId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCommandAlias.getFactoryId:()Ljava/lang/String;
NutsWorkspaceCommandAlias.getHelpText ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCommandAlias.getHelpText:()Ljava/lang/String;
NutsWorkspaceCommandAlias.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceCommandAlias.getName:()Ljava/lang/String;
NutsWorkspaceCommandAlias.getOwner ( ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceCommandAlias.getOwner:()Lnet/thevpc/nuts/NutsId;
nuts-0.8.0.jar,
NutsWorkspaceCommandFactory.class
package net.thevpc.nuts
NutsWorkspaceCommandFactory.configure ( NutsCommandAliasFactoryConfig p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceCommandFactory.configure:(Lnet/thevpc/nuts/NutsCommandAliasFactoryConfig;)V
NutsWorkspaceCommandFactory.findCommand ( String p1, NutsWorkspace p2 ) [abstract] : NutsCommandAliasConfig
net/thevpc/nuts/NutsWorkspaceCommandFactory.findCommand:(Ljava/lang/String;Lnet/thevpc/nuts/NutsWorkspace;)Lnet/thevpc/nuts/NutsCommandAliasConfig;
NutsWorkspaceCommandFactory.findCommands ( NutsWorkspace p1 ) [abstract] : List<NutsCommandAliasConfig>
net/thevpc/nuts/NutsWorkspaceCommandFactory.findCommands:(Lnet/thevpc/nuts/NutsWorkspace;)Ljava/util/List;
nuts-0.8.0.jar,
NutsWorkspaceConfigManager.class
package net.thevpc.nuts
NutsWorkspaceConfigManager.createWorkspaceListManager ( String p1, NutsSession p2 ) [abstract] : NutsWorkspaceListManager
net/thevpc/nuts/NutsWorkspaceConfigManager.createWorkspaceListManager:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceListManager;
NutsWorkspaceConfigManager.getAvailableArchetypes ( NutsSession p1 ) [abstract] : Set<String>
net/thevpc/nuts/NutsWorkspaceConfigManager.getAvailableArchetypes:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/Set;
NutsWorkspaceConfigManager.getBootClassLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NutsWorkspaceConfigManager.getBootClassLoader:()Ljava/lang/ClassLoader;
NutsWorkspaceConfigManager.getBootClassWorldURLs ( ) [abstract] : URL[ ]
net/thevpc/nuts/NutsWorkspaceConfigManager.getBootClassWorldURLs:()[Ljava/net/URL;
NutsWorkspaceConfigManager.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceConfigManager.getCreationFinishTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceConfigManager.getCreationFinishTimeMillis:()J
NutsWorkspaceConfigManager.getCreationStartTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceConfigManager.getCreationStartTimeMillis:()J
NutsWorkspaceConfigManager.getCreationTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceConfigManager.getCreationTimeMillis:()J
NutsWorkspaceConfigManager.getDefaultRepositories ( NutsSession p1 ) [abstract] : NutsRepositoryDefinition[ ]
net/thevpc/nuts/NutsWorkspaceConfigManager.getDefaultRepositories:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsRepositoryDefinition;
NutsWorkspaceConfigManager.getIndexStoreClientFactory ( ) [abstract] : NutsIndexStoreFactory
net/thevpc/nuts/NutsWorkspaceConfigManager.getIndexStoreClientFactory:()Lnet/thevpc/nuts/NutsIndexStoreFactory;
NutsWorkspaceConfigManager.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getName:()Ljava/lang/String;
NutsWorkspaceConfigManager.getOptions ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceConfigManager.getOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceConfigManager.getUuid ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getUuid:()Ljava/lang/String;
NutsWorkspaceConfigManager.isSupportedRepositoryType ( String p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.isSupportedRepositoryType:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceConfigManager.loadBootConfig ( String p1, boolean p2, boolean p3, NutsSession p4 ) [abstract] : NutsWorkspaceBootConfig
net/thevpc/nuts/NutsWorkspaceConfigManager.loadBootConfig:(Ljava/lang/String;ZZLnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceBootConfig;
NutsWorkspaceConfigManager.options ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceConfigManager.options:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceConfigManager.resolveRepositoryPath ( String p1, NutsSession p2 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceConfigManager.resolveRepositoryPath:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Ljava/nio/file/Path;
NutsWorkspaceConfigManager.save ( boolean p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceConfigManager.save:(ZLnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceConfigManager.save ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceConfigManager.save:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.0.jar,
NutsWorkspaceEnvManager.class
package net.thevpc.nuts
NutsWorkspaceEnvManager.get ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.get:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.get ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.get:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.set ( String p1, String p2, NutsUpdateOptions p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEnvManager.set:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsUpdateOptions;)V
NutsWorkspaceEnvManager.toMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceEnvManager.toMap:()Ljava/util/Map;
nuts-0.8.0.jar,
NutsWorkspaceEvents.class
package net.thevpc.nuts
NutsWorkspaceEvents.addInstallListener ( NutsInstallListener p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEvents.addInstallListener:(Lnet/thevpc/nuts/NutsInstallListener;)V
NutsWorkspaceEvents.addRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEvents.addRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)V
NutsWorkspaceEvents.addUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEvents.addUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)V
NutsWorkspaceEvents.addWorkspaceListener ( NutsWorkspaceListener p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEvents.addWorkspaceListener:(Lnet/thevpc/nuts/NutsWorkspaceListener;)V
NutsWorkspaceEvents.getInstallListeners ( ) [abstract] : NutsInstallListener[ ]
net/thevpc/nuts/NutsWorkspaceEvents.getInstallListeners:()[Lnet/thevpc/nuts/NutsInstallListener;
NutsWorkspaceEvents.getRepositoryListeners ( ) [abstract] : NutsRepositoryListener[ ]
net/thevpc/nuts/NutsWorkspaceEvents.getRepositoryListeners:()[Lnet/thevpc/nuts/NutsRepositoryListener;
NutsWorkspaceEvents.getUserPropertyListeners ( ) [abstract] : NutsMapListener<String,Object>[ ]
net/thevpc/nuts/NutsWorkspaceEvents.getUserPropertyListeners:()[Lnet/thevpc/nuts/NutsMapListener;
NutsWorkspaceEvents.getWorkspaceListeners ( ) [abstract] : NutsWorkspaceListener[ ]
net/thevpc/nuts/NutsWorkspaceEvents.getWorkspaceListeners:()[Lnet/thevpc/nuts/NutsWorkspaceListener;
NutsWorkspaceEvents.removeInstallListener ( NutsInstallListener p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEvents.removeInstallListener:(Lnet/thevpc/nuts/NutsInstallListener;)V
NutsWorkspaceEvents.removeRepositoryListener ( NutsRepositoryListener p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEvents.removeRepositoryListener:(Lnet/thevpc/nuts/NutsRepositoryListener;)V
NutsWorkspaceEvents.removeUserPropertyListener ( NutsMapListener<String,Object> p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEvents.removeUserPropertyListener:(Lnet/thevpc/nuts/NutsMapListener;)V
NutsWorkspaceEvents.removeWorkspaceListener ( NutsWorkspaceListener p1 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceEvents.removeWorkspaceListener:(Lnet/thevpc/nuts/NutsWorkspaceListener;)V
nuts-0.8.0.jar,
NutsWorkspaceException.class
package net.thevpc.nuts
NutsWorkspaceException.NutsWorkspaceException ( NutsWorkspace workspace, String message, Throwable ex )
net/thevpc/nuts/NutsWorkspaceException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.0.jar,
NutsWorkspaceExtensionManager.class
package net.thevpc.nuts
NutsWorkspaceExtensionManager.createAll ( Class<T> p1, NutsSession p2 ) [abstract] : List<T>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createAll:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsWorkspaceExtensionManager.createAllSupported ( Class<T> p1, V p2, NutsSession p3 ) [abstract] : List<T>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createAllSupported:(Ljava/lang/Class;Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2, ClassLoader p3, NutsSession p4 ) [abstract] : NutsServiceLoader<T,B>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createServiceLoader:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/ClassLoader;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsServiceLoader;
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2, NutsSession p3 ) [abstract] : NutsServiceLoader<T,B>
net/thevpc/nuts/NutsWorkspaceExtensionManager.createServiceLoader:(Ljava/lang/Class;Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsServiceLoader;
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2, Class[ ] p3, Object[ ] p4, NutsSession p5 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsComponent;
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2, NutsSession p3 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsComponent;
NutsWorkspaceExtensionManager.discoverTypes ( ClassLoader p1, NutsSession p2 ) [abstract] : List<Class>
net/thevpc/nuts/NutsWorkspaceExtensionManager.discoverTypes:(Ljava/lang/ClassLoader;Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsWorkspaceExtensionManager.getConfigExtensions ( NutsSession p1 ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getConfigExtensions:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsWorkspaceExtensionManager.getExtensionObjects ( Class p1, NutsSession p2 ) [abstract] : List<Object>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getExtensionObjects:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsWorkspaceExtensionManager.getExtensionPoints ( NutsSession p1 ) [abstract] : Set<Class>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getExtensionPoints:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/Set;
NutsWorkspaceExtensionManager.getExtensionTypes ( Class p1, NutsSession p2 ) [abstract] : Set<Class>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getExtensionTypes:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Set;
NutsWorkspaceExtensionManager.getImplementationTypes ( Class p1, NutsSession p2 ) [abstract] : List<Class>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getImplementationTypes:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsWorkspaceExtensionManager.getLoadedExtensions ( NutsSession p1 ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getLoadedExtensions:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/List;
NutsWorkspaceExtensionManager.installWorkspaceExtensionComponent ( Class p1, Object p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.installWorkspaceExtensionComponent:(Ljava/lang/Class;Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceExtensionManager.isLoadedExtensions ( NutsId p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isLoadedExtensions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceExtensionManager.isRegisteredInstance ( Class p1, Object p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredInstance:(Ljava/lang/Class;Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceExtensionManager.isRegisteredType ( Class p1, Class p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredType:(Ljava/lang/Class;Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceExtensionManager.isRegisteredType ( Class p1, String p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.isRegisteredType:(Ljava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceExtensionManager.loadExtension ( NutsId p1, NutsSession p2 ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspaceExtensionManager.loadExtension:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
NutsWorkspaceExtensionManager.registerInstance ( Class<T> p1, T p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.registerInstance:(Ljava/lang/Class;Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceExtensionManager.registerType ( Class p1, Class p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceExtensionManager.registerType:(Ljava/lang/Class;Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceExtensionManager.unloadExtension ( NutsId p1, NutsSession p2 ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsWorkspaceExtensionManager.unloadExtension:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
nuts-0.8.0.jar,
NutsWorkspaceInitInformation.class
package net.thevpc.nuts
NutsWorkspaceInitInformation.getBootWorkspaceFactory ( ) [abstract] : NutsBootWorkspaceFactory
net/thevpc/nuts/NutsWorkspaceInitInformation.getBootWorkspaceFactory:()Lnet/thevpc/nuts/NutsBootWorkspaceFactory;
NutsWorkspaceInitInformation.getExtensionDependencies ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionDependencies:()Ljava/lang/String;
NutsWorkspaceInitInformation.getExtensionDependenciesSet ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionDependenciesSet:()Ljava/util/Set;
NutsWorkspaceInitInformation.getRuntimeDependencies ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeDependencies:()Ljava/lang/String;
NutsWorkspaceInitInformation.getRuntimeDependenciesSet ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeDependenciesSet:()Ljava/util/Set;
NutsWorkspaceInitInformation.getRuntimeId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeId:()Ljava/lang/String;
nuts-0.8.0.jar,
NutsWorkspaceListManager.class
package net.thevpc.nuts
NutsWorkspaceListManager.addWorkspace ( String p1 ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsWorkspaceListManager.addWorkspace:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspace;
NutsWorkspaceListManager.removeWorkspace ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceListManager.removeWorkspace:(Ljava/lang/String;)Z
NutsWorkspaceListManager.save ( ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceListManager.save:()V
nuts-0.8.0.jar,
NutsWorkspaceLocationManager.class
package net.thevpc.nuts
NutsWorkspaceLocationManager.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsWorkspaceLocationManager.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsWorkspaceLocationManager.getStoreLocation ( String p1, NutsStoreLocation p2 ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
NutsWorkspaceLocationManager.getWorkspaceLocation ( ) [abstract] : Path
net/thevpc/nuts/NutsWorkspaceLocationManager.getWorkspaceLocation:()Ljava/nio/file/Path;
NutsWorkspaceLocationManager.setHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2, String p3, NutsUpdateOptions p4 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceLocationManager.setHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;Lnet/thevpc/nuts/NutsUpdateOptions;)V
NutsWorkspaceLocationManager.setStoreLocation ( NutsStoreLocation p1, String p2, NutsUpdateOptions p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;Lnet/thevpc/nuts/NutsUpdateOptions;)V
NutsWorkspaceLocationManager.setStoreLocationLayout ( NutsOsFamily p1, NutsUpdateOptions p2 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocationLayout:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsUpdateOptions;)V
NutsWorkspaceLocationManager.setStoreLocationStrategy ( NutsStoreLocationStrategy p1, NutsUpdateOptions p2 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceLocationManager.setStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;Lnet/thevpc/nuts/NutsUpdateOptions;)V
nuts-0.8.0.jar,
NutsWorkspaceNotFoundException.class
package net.thevpc.nuts
NutsWorkspaceNotFoundException.NutsWorkspaceNotFoundException ( NutsWorkspace workspace, String workspaceLocation )
net/thevpc/nuts/NutsWorkspaceNotFoundException."<init>":(Lnet/thevpc/nuts/NutsWorkspace;Ljava/lang/String;)V
nuts-0.8.0.jar,
NutsWorkspaceOpenMode.class
package net.thevpc.nuts
NutsWorkspaceOpenMode.id ( ) : String
net/thevpc/nuts/NutsWorkspaceOpenMode.id:()Ljava/lang/String;
NutsWorkspaceOpenMode.valueOf ( String name ) [static] : NutsWorkspaceOpenMode
net/thevpc/nuts/NutsWorkspaceOpenMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOpenMode;
NutsWorkspaceOpenMode.values ( ) [static] : NutsWorkspaceOpenMode[ ]
net/thevpc/nuts/NutsWorkspaceOpenMode.values:()[Lnet/thevpc/nuts/NutsWorkspaceOpenMode;
nuts-0.8.0.jar,
NutsWorkspaceOptions.class
package net.thevpc.nuts
NutsWorkspaceOptions.copy ( ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptions.copy:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptions.format ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptions.format:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptions.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceOptions.getErrors ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getErrors:()[Ljava/lang/String;
NutsWorkspaceOptions.getExcludedRepositories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getExcludedRepositories:()[Ljava/lang/String;
NutsWorkspaceOptions.getOpenMode ( ) [abstract] : NutsWorkspaceOpenMode
net/thevpc/nuts/NutsWorkspaceOptions.getOpenMode:()Lnet/thevpc/nuts/NutsWorkspaceOpenMode;
NutsWorkspaceOptions.getOutputFormat ( ) [abstract] : NutsOutputFormat
net/thevpc/nuts/NutsWorkspaceOptions.getOutputFormat:()Lnet/thevpc/nuts/NutsOutputFormat;
NutsWorkspaceOptions.getTransientRepositories ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getTransientRepositories:()[Ljava/lang/String;
nuts-0.8.0.jar,
NutsWorkspaceOptionsBuilder.class
package net.thevpc.nuts
NutsWorkspaceOptionsBuilder.setBootRepositories ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setBootRepositories:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setCached ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setCached:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setDebug ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDebug:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setDry ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDry:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setErrors ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setErrors:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setExcludedRepositories ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setExcludedRepositories:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setGlobal ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setGlobal:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setGui ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setGui:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setIndexed ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setIndexed:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setInherited ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setInherited:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setOpenMode ( NutsWorkspaceOpenMode p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setOpenMode:(Lnet/thevpc/nuts/NutsWorkspaceOpenMode;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setOutputFormat ( NutsOutputFormat p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setOutputFormat:(Lnet/thevpc/nuts/NutsOutputFormat;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setReadOnly ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setReadOnly:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setRecover ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setRecover:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setReset ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setReset:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipBoot ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipBoot:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipCompanions ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipCompanions:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipErrors ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipErrors:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setSkipWelcome ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setSkipWelcome:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTrace ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTrace:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTransientRepositories ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTransientRepositories:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setTransitive ( boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setTransitive:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
nuts-0.8.0.jar,
NutsWorkspaceOptionsFormat.class
package net.thevpc.nuts
NutsWorkspaceOptionsFormat.compact ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.compact:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.compact ( boolean p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.compact:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.exported ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.exported:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.exported ( boolean p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.exported:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.getBootCommand ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsFormat.getBootCommand:()[Ljava/lang/String;
NutsWorkspaceOptionsFormat.getBootCommandLine ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsFormat.getBootCommandLine:()Ljava/lang/String;
NutsWorkspaceOptionsFormat.init ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.init:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.init ( boolean p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.init:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.runtime ( ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.runtime:()Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
NutsWorkspaceOptionsFormat.runtime ( boolean p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.runtime:(Z)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
nuts-0.8.0.jar,
NutsWorkspaceSecurityManager.class
package net.thevpc.nuts
NutsWorkspaceSecurityManager.checkCredentials ( char[ ] p1, char[ ] p2, NutsSession p3 ) [abstract] : void
net/thevpc/nuts/NutsWorkspaceSecurityManager.checkCredentials:([C[CLnet/thevpc/nuts/NutsSession;)V
NutsWorkspaceSecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, NutsSession p4 ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.createCredentials:([CZ[CLnet/thevpc/nuts/NutsSession;)[C
NutsWorkspaceSecurityManager.currentLoginStack ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.currentLoginStack:()[Ljava/lang/String;
NutsWorkspaceSecurityManager.currentUsername ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceSecurityManager.currentUsername:()Ljava/lang/String;
NutsWorkspaceSecurityManager.findUsers ( NutsSession p1 ) [abstract] : NutsUser[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.findUsers:(Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/NutsUser;
NutsWorkspaceSecurityManager.getAuthenticationAgent ( String p1, NutsSession p2 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsWorkspaceSecurityManager.getAuthenticationAgent:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
NutsWorkspaceSecurityManager.getCredentials ( char[ ] p1, NutsSession p2 ) [abstract] : char[ ]
net/thevpc/nuts/NutsWorkspaceSecurityManager.getCredentials:([CLnet/thevpc/nuts/NutsSession;)[C
NutsWorkspaceSecurityManager.removeCredentials ( char[ ] p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.removeCredentials:([CLnet/thevpc/nuts/NutsSession;)Z
NutsWorkspaceSecurityManager.setAuthenticationAgent ( String p1, NutsUpdateOptions p2 ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsWorkspaceSecurityManager.setAuthenticationAgent:(Ljava/lang/String;Lnet/thevpc/nuts/NutsUpdateOptions;)Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsWorkspaceSecurityManager.setSecureMode ( boolean p1, char[ ] p2, NutsUpdateOptions p3 ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceSecurityManager.setSecureMode:(Z[CLnet/thevpc/nuts/NutsUpdateOptions;)Z
nuts-0.8.0.jar,
NutsXmlFormat.class
package net.thevpc.nuts
NutsXmlFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsXmlFormat
net/thevpc/nuts/NutsXmlFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsXmlFormat;
NutsXmlFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsXmlFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsXmlFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsXmlFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsXmlFormat.fromXmlElement ( Element p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsXmlFormat.fromXmlElement:(Lorg/w3c/dom/Element;Ljava/lang/Class;)Ljava/lang/Object;
NutsXmlFormat.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsXmlFormat.getValue:()Ljava/lang/Object;
NutsXmlFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NutsXmlFormat.isCompact:()Z
NutsXmlFormat.parse ( byte[ ] p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsXmlFormat.parse:([BLjava/lang/Class;)Ljava/lang/Object;
NutsXmlFormat.parse ( File p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsXmlFormat.parse:(Ljava/io/File;Ljava/lang/Class;)Ljava/lang/Object;
NutsXmlFormat.parse ( InputStream p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsXmlFormat.parse:(Ljava/io/InputStream;Ljava/lang/Class;)Ljava/lang/Object;
NutsXmlFormat.parse ( Path p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsXmlFormat.parse:(Ljava/nio/file/Path;Ljava/lang/Class;)Ljava/lang/Object;
NutsXmlFormat.parse ( Reader p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsXmlFormat.parse:(Ljava/io/Reader;Ljava/lang/Class;)Ljava/lang/Object;
NutsXmlFormat.parse ( URL p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsXmlFormat.parse:(Ljava/net/URL;Ljava/lang/Class;)Ljava/lang/Object;
NutsXmlFormat.setCompact ( boolean p1 ) [abstract] : NutsXmlFormat
net/thevpc/nuts/NutsXmlFormat.setCompact:(Z)Lnet/thevpc/nuts/NutsXmlFormat;
NutsXmlFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsXmlFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsXmlFormat.setSession ( NutsSession p1 ) [abstract] : NutsXmlFormat
net/thevpc/nuts/NutsXmlFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsXmlFormat;
NutsXmlFormat.setValue ( Object p1 ) [abstract] : NutsXmlFormat
net/thevpc/nuts/NutsXmlFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsXmlFormat;
NutsXmlFormat.toXmlDocument ( Object p1 ) [abstract] : Document
net/thevpc/nuts/NutsXmlFormat.toXmlDocument:(Ljava/lang/Object;)Lorg/w3c/dom/Document;
NutsXmlFormat.toXmlElement ( Object p1, Document p2 ) [abstract] : Element
net/thevpc/nuts/NutsXmlFormat.toXmlElement:(Ljava/lang/Object;Lorg/w3c/dom/Document;)Lorg/w3c/dom/Element;
NutsXmlFormat.value ( Object p1 ) [abstract] : NutsXmlFormat
net/thevpc/nuts/NutsXmlFormat.value:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsXmlFormat;
nuts-0.8.0.jar,
PrivateNutsLog.class
package net.thevpc.nuts
PrivateNutsLog.isLoggable ( Level lvl ) : boolean
net/thevpc/nuts/PrivateNutsLog.isLoggable:(Ljava/util/logging/Level;)Z
PrivateNutsLog.log ( Level lvl, String logVerb, String message ) : void
net/thevpc/nuts/PrivateNutsLog.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;)V
PrivateNutsLog.log ( Level lvl, String logVerb, String message, Object object ) : void
net/thevpc/nuts/PrivateNutsLog.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
PrivateNutsLog.log ( Level lvl, String logVerb, String message, Object[ ] objects ) : void
net/thevpc/nuts/PrivateNutsLog.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V
PrivateNutsLog.log ( Level lvl, String message, Throwable err ) : void
net/thevpc/nuts/PrivateNutsLog.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
PrivateNutsLog.PrivateNutsLog ( )
net/thevpc/nuts/PrivateNutsLog."<init>":()V
PrivateNutsLog.setOptions ( NutsWorkspaceOptions options ) : void
net/thevpc/nuts/PrivateNutsLog.setOptions:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)V
nuts-0.8.0.jar,
Separator.class
package net.thevpc.nuts
NutsTableFormat.Separator.id ( ) : String
net/thevpc/nuts/NutsTableFormat.Separator.id:()Ljava/lang/String;
NutsTableFormat.Separator.valueOf ( String name ) [static] : NutsTableFormat.Separator
net/thevpc/nuts/NutsTableFormat.Separator.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTableFormat$Separator;
NutsTableFormat.Separator.values ( ) [static] : NutsTableFormat.Separator[ ]
net/thevpc/nuts/NutsTableFormat.Separator.values:()[Lnet/thevpc/nuts/NutsTableFormat$Separator;
to the top
Problems with Data Types, High Severity 1572
nuts-0.8.0.jar
package net.thevpc.nuts
[+] class NutsApplication 1
| Change | Effect |
|---|
| 1 |
This class became interface. |
Recompilation of a client program may be terminated with the message: NutsApplication is abstract; cannot be instantiated. |
[+] affected methods: 8 (0.1%)
NutsApplication.main ( Class<T> appType, String[ ] args )This method is from 'NutsApplication' abstract class.
NutsApplication.onInstallApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplication' abstract class.
NutsApplication.onUninstallApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplication' abstract class.
NutsApplication.onUpdateApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplication' abstract class.
NutsApplication.run ( String[ ] args )This method is from 'NutsApplication' abstract class.
NutsApplication.run ( NutsApplicationContext p1 )This abstract method is from 'NutsApplication' abstract class.
NutsApplication.run ( NutsSession session, String[ ] args )This method is from 'NutsApplication' abstract class.
NutsApplication.runAndExit ( String[ ] args )This method is from 'NutsApplication' abstract class.
[+] class NutsBootWorkspace 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsBootWorkspace. |
[+] affected methods: 14 (0.2%)
NutsBootWorkspace.NutsBootWorkspace ( String... args )This constructor is from 'NutsBootWorkspace' class.
NutsBootWorkspace.NutsBootWorkspace ( NutsWorkspaceOptions options )This constructor is from 'NutsBootWorkspace' class.
NutsBootWorkspace.createProcessBuilder ( )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.createProcessCommandLine ( )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.expandPath ( String path, String base )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.getContextClassLoader ( )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.getHome ( NutsStoreLocation storeFolder )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.getOptions ( )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.getRequirementsHelpString ( boolean unsatisfiedOnly )This method is from 'NutsBootWorkspace' class.
NutsBootWorkspace.hasUnsatisfiedRequirements ( )This method is from 'NutsBootWorkspace' class.
...
[+] class NutsCommandAliasConfig 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandAliasConfig. |
[+] affected methods: 18 (0.3%)
NutsCommandAliasConfig.NutsCommandAliasConfig ( )This constructor is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.equals ( Object o )This method is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.getCommand ( )This method is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.getExecutorOptions ( )This method is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.getFactoryId ( )This method is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.getHelpCommand ( )This method is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.getHelpText ( )This method is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.getName ( )This method is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.getOwner ( )This method is from 'NutsCommandAliasConfig' class.
NutsCommandAliasConfig.hashCode ( )This method is from 'NutsCommandAliasConfig' class.
...
[+] class NutsCommandAliasFactoryConfig 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandAliasFactoryConfig. |
[+] affected methods: 12 (0.2%)
NutsCommandAliasFactoryConfig.NutsCommandAliasFactoryConfig ( )This constructor is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.equals ( Object o )This method is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.getFactoryId ( )This method is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.getFactoryType ( )This method is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.getParameters ( )This method is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.getPriority ( )This method is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.hashCode ( )This method is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.setFactoryId ( String value )This method is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.setFactoryType ( String value )This method is from 'NutsCommandAliasFactoryConfig' class.
NutsCommandAliasFactoryConfig.setParameters ( Map<String,String> value )This method is from 'NutsCommandAliasFactoryConfig' class.
...
[+] class NutsConstants.IdProperties 1
| Change | Effect |
|---|
| 1 |
Field NAMESPACE of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable NAMESPACE in NutsConstants.IdProperties. |
[+] class NutsConstants.RepoTypes 1
| Change | Effect |
|---|
| 1 |
Field NUTS_SERVER of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable NUTS_SERVER in NutsConstants.RepoTypes. |
[+] class NutsDependencyScope 1
| Change | Effect |
|---|
| 1 |
Field TEST_COMPILE has been renamed to TEST_API. |
Recompilation of a client program may be terminated with the message: cannot find variable TEST_COMPILE in NutsDependencyScope. |
[+] affected methods: 10 (0.2%)
NutsDependencyFilterManager.byScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsDependencyParser.parseScope ( String p1 )Return value of this abstract method is of type 'NutsDependencyScope'.
NutsDependencyScope.id ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.valueOf ( String name )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.values ( )This method is from 'NutsDependencyScope' class.
NutsFetchCommand.addScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsFetchCommand.removeScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsSearchCommand.addScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsSearchCommand.removeScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsUpdateCommand.addScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
[+] class NutsElementType 1
| Change | Effect |
|---|
| 1 |
Field DATE has been renamed to BYTE. |
Recompilation of a client program may be terminated with the message: cannot find variable DATE in NutsElementType. |
[+] affected methods: 5 (0.1%)
NutsElement.type ( )Return value of this abstract method is of type 'NutsElementType'.
NutsElementType.id ( )This method is from 'NutsElementType' class.
NutsElementType.isPrimitive ( )This method is from 'NutsElementType' class.
NutsElementType.valueOf ( String name )This method is from 'NutsElementType' class.
NutsElementType.values ( )This method is from 'NutsElementType' class.
[+] class NutsExecutionType 2
| Change | Effect |
|---|
| 1 |
Field ROOT_CMD of type NutsExecutionType has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable ROOT_CMD in NutsExecutionType. |
| 2 |
Field USER_CMD has been renamed to SYSTEM. |
Recompilation of a client program may be terminated with the message: cannot find variable USER_CMD in NutsExecutionType. |
[+] affected methods: 10 (0.2%)
NutsCommandExecOptions.getExecutionType ( )Return value of this method is of type 'NutsExecutionType'.
NutsCommandExecOptions.setExecutionType ( NutsExecutionType executionType )1st parameter 'executionType' of this method is of type 'NutsExecutionType'.
NutsExecCommand.getExecutionType ( )Return value of this abstract method is of type 'NutsExecutionType'.
NutsExecCommand.setExecutionType ( NutsExecutionType p1 )1st parameter 'p1' of this abstract method is of type 'NutsExecutionType'.
NutsExecutionContext.getExecutionType ( )Return value of this abstract method is of type 'NutsExecutionType'.
NutsExecutionType.id ( )This method is from 'NutsExecutionType' class.
NutsExecutionType.valueOf ( String name )This method is from 'NutsExecutionType' class.
NutsExecutionType.values ( )This method is from 'NutsExecutionType' class.
NutsWorkspaceOptions.getExecutionType ( )Return value of this abstract method is of type 'NutsExecutionType'.
NutsWorkspaceOptionsBuilder.setExecutionType ( NutsExecutionType p1 )1st parameter 'p1' of this abstract method is of type 'NutsExecutionType'.
[+] class NutsOutputFormat 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsOutputFormat. |
[+] affected methods: 3 (0.1%)
NutsOutputFormat.id ( )This method is from 'NutsOutputFormat' class.
NutsOutputFormat.valueOf ( String name )This method is from 'NutsOutputFormat' class.
NutsOutputFormat.values ( )This method is from 'NutsOutputFormat' class.
[+] class NutsRepositoryDefinition 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryDefinition. |
[+] affected methods: 28 (0.5%)
NutsRepositoryDefinition.NutsRepositoryDefinition ( )This constructor is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.NutsRepositoryDefinition ( NutsRepositoryDefinition o )This constructor is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.copy ( )This method is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.getDeployOrder ( )This method is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.getLocation ( )This method is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.getName ( )This method is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.getOrder ( )This method is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.getSession ( )This method is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.getStoreLocationStrategy ( )This method is from 'NutsRepositoryDefinition' class.
NutsRepositoryDefinition.getType ( )This method is from 'NutsRepositoryDefinition' class.
...
[+] class NutsString 1
| Change | Effect |
|---|
| 1 |
This class became interface. |
Recompilation of a client program may be terminated with the message: NutsString is abstract; cannot be instantiated. |
[+] affected methods: 1 (0.02%)
NutsString.toString ( )This method is from 'NutsString' class.
[+] class NutsTableFormat.Separator 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTableFormat.Separator. |
[+] affected methods: 3 (0.1%)
NutsTableFormat.Separator.id ( )This method is from 'NutsTableFormat.Separator' class.
NutsTableFormat.Separator.valueOf ( String name )This method is from 'NutsTableFormat.Separator' class.
NutsTableFormat.Separator.values ( )This method is from 'NutsTableFormat.Separator' class.
[+] class NutsTextFormatStyle 1
| Change | Effect |
|---|
| 1 |
Field POSITIONAL has been renamed to JSTYLE. |
Recompilation of a client program may be terminated with the message: cannot find variable POSITIONAL in NutsTextFormatStyle. |
[+] affected methods: 3 (0.1%)
NutsLoggerOp.style ( NutsTextFormatStyle p1 )1st parameter 'p1' of this abstract method is of type 'NutsTextFormatStyle'.
NutsTextFormatStyle.valueOf ( String name )This method is from 'NutsTextFormatStyle' class.
NutsTextFormatStyle.values ( )This method is from 'NutsTextFormatStyle' class.
[+] class NutsTransportParamBinaryFilePart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTransportParamBinaryFilePart. |
[+] affected methods: 7 (0.1%)
NutsTransportParamBinaryFilePart.NutsTransportParamBinaryFilePart ( String name, String fileName, Path value )This constructor is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.equals ( Object o )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.getFileName ( )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.getName ( )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.getValue ( )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.hashCode ( )This method is from 'NutsTransportParamBinaryFilePart' class.
NutsTransportParamBinaryFilePart.toString ( )This method is from 'NutsTransportParamBinaryFilePart' class.
[+] class NutsTransportParamBinaryStreamPart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTransportParamBinaryStreamPart. |
[+] affected methods: 4 (0.1%)
NutsTransportParamBinaryStreamPart.NutsTransportParamBinaryStreamPart ( String name, String fileName, InputStream value )This constructor is from 'NutsTransportParamBinaryStreamPart' class.
NutsTransportParamBinaryStreamPart.getFileName ( )This method is from 'NutsTransportParamBinaryStreamPart' class.
NutsTransportParamBinaryStreamPart.getName ( )This method is from 'NutsTransportParamBinaryStreamPart' class.
NutsTransportParamBinaryStreamPart.getValue ( )This method is from 'NutsTransportParamBinaryStreamPart' class.
[+] class NutsTransportParamParamPart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTransportParamParamPart. |
[+] affected methods: 6 (0.1%)
NutsTransportParamParamPart.NutsTransportParamParamPart ( String name, String value )This constructor is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.equals ( Object o )This method is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.getName ( )This method is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.getValue ( )This method is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.hashCode ( )This method is from 'NutsTransportParamParamPart' class.
NutsTransportParamParamPart.toString ( )This method is from 'NutsTransportParamParamPart' class.
[+] class NutsTransportParamPart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTransportParamPart. |
[+] affected methods: 1 (0.02%)
NutsTransportParamPart.NutsTransportParamPart ( )This constructor is from 'NutsTransportParamPart' class.
[+] class NutsTransportParamTextFilePart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTransportParamTextFilePart. |
[+] affected methods: 7 (0.1%)
NutsTransportParamTextFilePart.NutsTransportParamTextFilePart ( String name, String fileName, Path value )This constructor is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.equals ( Object o )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.getFileName ( )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.getName ( )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.getValue ( )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.hashCode ( )This method is from 'NutsTransportParamTextFilePart' class.
NutsTransportParamTextFilePart.toString ( )This method is from 'NutsTransportParamTextFilePart' class.
[+] class NutsTransportParamTextReaderPart 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTransportParamTextReaderPart. |
[+] affected methods: 7 (0.1%)
NutsTransportParamTextReaderPart.NutsTransportParamTextReaderPart ( String name, String fileName, Reader value )This constructor is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.equals ( Object o )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.getFileName ( )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.getName ( )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.getValue ( )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.hashCode ( )This method is from 'NutsTransportParamTextReaderPart' class.
NutsTransportParamTextReaderPart.toString ( )This method is from 'NutsTransportParamTextReaderPart' class.
[+] class NutsWorkspaceOpenMode 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceOpenMode. |
[+] affected methods: 3 (0.1%)
NutsWorkspaceOpenMode.id ( )This method is from 'NutsWorkspaceOpenMode' class.
NutsWorkspaceOpenMode.valueOf ( String name )This method is from 'NutsWorkspaceOpenMode' class.
NutsWorkspaceOpenMode.values ( )This method is from 'NutsWorkspaceOpenMode' class.
[+] class PrivateNutsLog 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsLog. |
[+] affected methods: 7 (0.1%)
PrivateNutsLog.PrivateNutsLog ( )This constructor is from 'PrivateNutsLog' class.
PrivateNutsLog.isLoggable ( Level lvl )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, String logVerb, String message )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, String logVerb, String message, Object[ ] objects )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, String logVerb, String message, Object object )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, String message, Throwable err )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.setOptions ( NutsWorkspaceOptions options )This method is from 'PrivateNutsLog' class.
[+] class PrivateNutsUtils.Deps 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsUtils.Deps. |
[+] affected methods: 1 (0.02%)
PrivateNutsUtils.Deps.PrivateNutsUtils.Deps ( )This constructor is from 'PrivateNutsUtils.Deps' class.
[+] class PrivateNutsUtils.Mvn 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsUtils.Mvn. |
[+] affected methods: 3 (0.1%)
PrivateNutsUtils.Mvn.PrivateNutsUtils.Mvn ( )This constructor is from 'PrivateNutsUtils.Mvn' class.
PrivateNutsUtils.Mvn.resolveMavenFullPath ( String repo, String nutsId, String ext )This method is from 'PrivateNutsUtils.Mvn' class.
PrivateNutsUtils.Mvn.resolveOrDownloadJar ( String nutsId, String[ ] repositories, String cacheFolder, PrivateNutsLog LOG, boolean includeDesc, Instant expire )This method is from 'PrivateNutsUtils.Mvn' class.
[+] interface NutsApplicationContext 40
| Change | Effect |
|---|
| 1 |
Abstract method void configureLast ( NutsCommandLine ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method configureLast ( NutsCommandLine ) in NutsApplicationContext. |
| 2 |
Abstract method NutsAppVersionStoreLocationSupplier getAppVersionStoreLocationSupplier ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAppVersionStoreLocationSupplier ( ) in NutsApplicationContext. |
| 3 |
Abstract method String getAppsFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAppsFolder ( ) in NutsApplicationContext. |
| 4 |
Abstract method String getCacheFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCacheFolder ( ) in NutsApplicationContext. |
| 5 |
Abstract method String getConfigFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getConfigFolder ( ) in NutsApplicationContext. |
| 6 |
Abstract method String getFolder ( NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFolder ( NutsStoreLocation ) in NutsApplicationContext. |
| 7 |
Abstract method String getLibFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLibFolder ( ) in NutsApplicationContext. |
| 8 |
Abstract method String getLogFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLogFolder ( ) in NutsApplicationContext. |
| 9 |
Abstract method String getRunFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRunFolder ( ) in NutsApplicationContext. |
| 10 |
Abstract method String getSharedAppsFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSharedAppsFolder ( ) in NutsApplicationContext. |
| 11 |
Abstract method String getSharedConfigFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSharedConfigFolder ( ) in NutsApplicationContext. |
| 12 |
Abstract method String getSharedFolder ( NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSharedFolder ( NutsStoreLocation ) in NutsApplicationContext. |
| 13 |
Abstract method String getSharedLibFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSharedLibFolder ( ) in NutsApplicationContext. |
| 14 |
Abstract method String getSharedLogFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSharedLogFolder ( ) in NutsApplicationContext. |
| 15 |
Abstract method String getSharedRunFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSharedRunFolder ( ) in NutsApplicationContext. |
| 16 |
Abstract method String getSharedTempFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSharedTempFolder ( ) in NutsApplicationContext. |
| 17 |
Abstract method String getSharedVarFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSharedVarFolder ( ) in NutsApplicationContext. |
| 18 |
Abstract method String getTempFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTempFolder ( ) in NutsApplicationContext. |
| 19 |
Abstract method String getVarFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getVarFolder ( ) in NutsApplicationContext. |
| 20 |
Abstract method String getVersionFolderFolder ( NutsStoreLocation, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getVersionFolderFolder ( NutsStoreLocation, String ) in NutsApplicationContext. |
| 21 |
Abstract method NutsApplicationContext setAppVersionStoreLocationSupplier ( NutsAppVersionStoreLocationSupplier ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAppVersionStoreLocationSupplier ( NutsAppVersionStoreLocationSupplier ) in NutsApplicationContext. |
| 22 |
Added super-interface NutsCommandLineConfigurable. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsCommandLineConfigurable. |
| 23 |
Abstract method Path getAppsFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getAppsFolder ( ) in interface NutsApplicationContext. |
| 24 |
Abstract method Path getCacheFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getCacheFolder ( ) in interface NutsApplicationContext. |
| 25 |
Abstract method Path getConfigFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getConfigFolder ( ) in interface NutsApplicationContext. |
| 26 |
Abstract method Path getFolder ( NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getFolder ( NutsStoreLocation ) in interface NutsApplicationContext. |
| 27 |
Abstract method Path getLibFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getLibFolder ( ) in interface NutsApplicationContext. |
| 28 |
Abstract method Path getLogFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getLogFolder ( ) in interface NutsApplicationContext. |
| 29 |
Abstract method Path getRunFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getRunFolder ( ) in interface NutsApplicationContext. |
| 30 |
Abstract method Path getSharedAppsFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSharedAppsFolder ( ) in interface NutsApplicationContext. |
| 31 |
Abstract method Path getSharedConfigFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSharedConfigFolder ( ) in interface NutsApplicationContext. |
| 32 |
Abstract method Path getSharedFolder ( NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSharedFolder ( NutsStoreLocation ) in interface NutsApplicationContext. |
| 33 |
Abstract method Path getSharedLibFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSharedLibFolder ( ) in interface NutsApplicationContext. |
| 34 |
Abstract method Path getSharedLogFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSharedLogFolder ( ) in interface NutsApplicationContext. |
| 35 |
Abstract method Path getSharedRunFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSharedRunFolder ( ) in interface NutsApplicationContext. |
| 36 |
Abstract method Path getSharedTempFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSharedTempFolder ( ) in interface NutsApplicationContext. |
| 37 |
Abstract method Path getSharedVarFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSharedVarFolder ( ) in interface NutsApplicationContext. |
| 38 |
Abstract method Path getTempFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getTempFolder ( ) in interface NutsApplicationContext. |
| 39 |
Abstract method Path getVarFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getVarFolder ( ) in interface NutsApplicationContext. |
| 40 |
Removed super-interface NutsConfigurable. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsApplicationContext. |
[+] affected methods: 22 (0.4%)
NutsApplication.onInstallApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.onUninstallApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.onUpdateApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.run ( NutsApplicationContext p1 )1st parameter 'p1' of this abstract method is of type 'NutsApplicationContext'.
NutsApplicationContext.configure ( boolean p1, String[ ] p2 )This method is from 'NutsApplicationContext' interface.
NutsApplicationContext.configure ( boolean p1, String... p2 )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppClass ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppId ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppPreviousVersion ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppVersion ( )This abstract method is from 'NutsApplicationContext' interface.
...
[+] interface NutsApplicationLifeCycle 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsApplicationLifeCycle. |
[+] affected methods: 5 (0.1%)
NutsApplicationLifeCycle.createApplicationContext ( NutsWorkspace ws, String[ ] args, long startTimeMillis )This method is from 'NutsApplicationLifeCycle' interface.
NutsApplicationLifeCycle.onInstallApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplicationLifeCycle' interface.
NutsApplicationLifeCycle.onRunApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplicationLifeCycle' interface.
NutsApplicationLifeCycle.onUninstallApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplicationLifeCycle' interface.
NutsApplicationLifeCycle.onUpdateApplication ( NutsApplicationContext applicationContext )This method is from 'NutsApplicationLifeCycle' interface.
[+] interface NutsArrayElement 14
| Change | Effect |
|---|
| 1 |
Abstract method NutsArrayElement getArray ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getArray ( int ) in NutsArrayElement. |
| 2 |
Abstract method boolean getBoolean ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBoolean ( int ) in NutsArrayElement. |
| 3 |
Abstract method byte getByte ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getByte ( int ) in NutsArrayElement. |
| 4 |
Abstract method double getDouble ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDouble ( int ) in NutsArrayElement. |
| 5 |
Abstract method float getFloat ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFloat ( int ) in NutsArrayElement. |
| 6 |
Abstract method Instant getInstant ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInstant ( int ) in NutsArrayElement. |
| 7 |
Abstract method int getInt ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInt ( int ) in NutsArrayElement. |
| 8 |
Abstract method long getLong ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLong ( int ) in NutsArrayElement. |
| 9 |
Abstract method NutsObjectElement getObject ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getObject ( int ) in NutsArrayElement. |
| 10 |
Abstract method short getShort ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getShort ( int ) in NutsArrayElement. |
| 11 |
Abstract method String getString ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getString ( int ) in NutsArrayElement. |
| 12 |
Abstract method boolean isEmpty ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isEmpty ( ) in NutsArrayElement. |
| 13 |
Abstract method Stream<NutsElement> stream ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method stream ( ) in NutsArrayElement. |
| 14 |
Added super-interface java.lang.Iterable<NutsElement>. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in java.lang.Iterable<NutsElement>. |
[+] affected methods: 6 (0.1%)
NutsArrayElement.children ( )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.get ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.size ( )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElementBuilder.addAll ( NutsArrayElement p1 )1st parameter 'p1' of this abstract method is of type 'NutsArrayElement'.
NutsArrayElementBuilder.build ( )Return value of this abstract method is of type 'NutsArrayElement'.
NutsArrayElementBuilder.set ( NutsArrayElement p1 )1st parameter 'p1' of this abstract method is of type 'NutsArrayElement'.
[+] interface NutsArrayElementBuilder 18
| Change | Effect |
|---|
| 1 |
Abstract method NutsArrayElementBuilder add ( byte ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method add ( byte ) in NutsArrayElementBuilder. |
| 2 |
Abstract method NutsArrayElementBuilder add ( char ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method add ( char ) in NutsArrayElementBuilder. |
| 3 |
Abstract method NutsArrayElementBuilder add ( double ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method add ( double ) in NutsArrayElementBuilder. |
| 4 |
Abstract method NutsArrayElementBuilder add ( float ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method add ( float ) in NutsArrayElementBuilder. |
| 5 |
Abstract method NutsArrayElementBuilder add ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method add ( int ) in NutsArrayElementBuilder. |
| 6 |
Abstract method NutsArrayElementBuilder add ( long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method add ( long ) in NutsArrayElementBuilder. |
| 7 |
Abstract method NutsArrayElementBuilder add ( Number ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method add ( Number ) in NutsArrayElementBuilder. |
| 8 |
Abstract method NutsArrayElementBuilder add ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method add ( String ) in NutsArrayElementBuilder. |
| 9 |
Abstract method NutsArrayElementBuilder add ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method add ( boolean ) in NutsArrayElementBuilder. |
| 10 |
Abstract method NutsArrayElementBuilder addAll ( byte[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addAll ( byte[ ] ) in NutsArrayElementBuilder. |
| 11 |
Abstract method NutsArrayElementBuilder addAll ( char[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addAll ( char[ ] ) in NutsArrayElementBuilder. |
| 12 |
Abstract method NutsArrayElementBuilder addAll ( double[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addAll ( double[ ] ) in NutsArrayElementBuilder. |
| 13 |
Abstract method NutsArrayElementBuilder addAll ( float[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addAll ( float[ ] ) in NutsArrayElementBuilder. |
| 14 |
Abstract method NutsArrayElementBuilder addAll ( int[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addAll ( int[ ] ) in NutsArrayElementBuilder. |
| 15 |
Abstract method NutsArrayElementBuilder addAll ( long[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addAll ( long[ ] ) in NutsArrayElementBuilder. |
| 16 |
Abstract method NutsArrayElementBuilder addAll ( String[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addAll ( String[ ] ) in NutsArrayElementBuilder. |
| 17 |
Abstract method NutsArrayElementBuilder addAll ( NutsElement[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addAll ( NutsElement[ ] ) in NutsArrayElementBuilder. |
| 18 |
Abstract method NutsArrayElementBuilder addAll ( boolean[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addAll ( boolean[ ] ) in NutsArrayElementBuilder. |
[+] affected methods: 13 (0.2%)
NutsArrayElementBuilder.add ( NutsElement p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.addAll ( NutsArrayElement p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.addAll ( NutsArrayElementBuilder p1 )1st parameter 'p1' of this abstract method is of type 'NutsArrayElementBuilder'.
NutsArrayElementBuilder.build ( )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.children ( )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.clear ( )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.get ( int p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.insert ( int p1, NutsElement p2 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.remove ( int p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.set ( int p1, NutsElement p2 )This abstract method is from 'NutsArrayElementBuilder' interface.
...
[+] interface NutsBootWorkspaceFactory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsBootWorkspaceFactory. |
[+] affected methods: 2 (0.03%)
NutsBootWorkspaceFactory.createWorkspace ( NutsWorkspaceInitInformation p1 )This abstract method is from 'NutsBootWorkspaceFactory' interface.
NutsBootWorkspaceFactory.getBootSupportLevel ( NutsWorkspaceOptions p1 )This abstract method is from 'NutsBootWorkspaceFactory' interface.
[+] interface NutsCommandAliasManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandAliasManager. |
[+] affected methods: 9 (0.2%)
NutsCommandAliasManager.add ( NutsCommandAliasConfig p1, NutsAddOptions p2 )This abstract method is from 'NutsCommandAliasManager' interface.
NutsCommandAliasManager.addFactory ( NutsCommandAliasFactoryConfig p1, NutsAddOptions p2 )This abstract method is from 'NutsCommandAliasManager' interface.
NutsCommandAliasManager.find ( String p1, NutsId p2, NutsId p3, NutsSession p4 )This abstract method is from 'NutsCommandAliasManager' interface.
NutsCommandAliasManager.find ( String p1, NutsSession p2 )This abstract method is from 'NutsCommandAliasManager' interface.
NutsCommandAliasManager.findAll ( NutsSession p1 )This abstract method is from 'NutsCommandAliasManager' interface.
NutsCommandAliasManager.findByOwner ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsCommandAliasManager' interface.
NutsCommandAliasManager.getFactories ( NutsSession p1 )This abstract method is from 'NutsCommandAliasManager' interface.
NutsCommandAliasManager.remove ( String p1, NutsRemoveOptions p2 )This abstract method is from 'NutsCommandAliasManager' interface.
NutsCommandAliasManager.removeFactory ( String p1, NutsRemoveOptions p2 )This abstract method is from 'NutsCommandAliasManager' interface.
[+] interface NutsCommandAutoCompleteProcessor 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandAutoCompleteProcessor. |
[+] affected methods: 1 (0.02%)
NutsCommandAutoCompleteProcessor.resolveCandidates ( NutsCommandLine p1, int p2, NutsWorkspace p3 )This abstract method is from 'NutsCommandAutoCompleteProcessor' interface.
[+] interface NutsCommandLine 12
| Change | Effect |
|---|
| 1 |
Abstract method NutsCommandLineFormat formatter ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method formatter ( ) in NutsCommandLine. |
| 2 |
Abstract method void process ( NutsCommandLineConfigurable, NutsCommandLineProcessor ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method process ( NutsCommandLineConfigurable, NutsCommandLineProcessor ) in NutsCommandLine. |
| 3 |
Abstract method NutsCommandLine required ( NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method required ( NutsMessage ) in NutsCommandLine. |
| 4 |
Abstract method NutsCommandLine required ( NutsString ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method required ( NutsString ) in NutsCommandLine. |
| 5 |
Abstract method void throwError ( NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method throwError ( NutsMessage ) in NutsCommandLine. |
| 6 |
Abstract method void throwError ( NutsString ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method throwError ( NutsString ) in NutsCommandLine. |
| 7 |
Abstract method NutsCommandLine unexpectedArgument ( NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method unexpectedArgument ( NutsMessage ) in NutsCommandLine. |
| 8 |
Abstract method NutsCommandLine unexpectedArgument ( NutsString ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method unexpectedArgument ( NutsString ) in NutsCommandLine. |
| 9 |
Abstract method void process ( NutsConfigurable, NutsCommandLineProcessor ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method process ( NutsConfigurable, NutsCommandLineProcessor ) in interface NutsCommandLine. |
| 10 |
Abstract method NutsCommandLine required ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method required ( String ) in interface NutsCommandLine. |
| 11 |
Abstract method void throwError ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method throwError ( String ) in interface NutsCommandLine. |
| 12 |
Abstract method NutsCommandLine unexpectedArgument ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method unexpectedArgument ( String ) in interface NutsCommandLine. |
[+] affected methods: 53 (0.9%)
NutsApplicationContext.getCommandLine ( )Return value of this abstract method is of type 'NutsCommandLine'.
NutsCommandLine.accept ( String... p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.accept ( int p1, String... p2 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.contains ( String p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.find ( String p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.get ( int p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getAutoComplete ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getCommandName ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getSpecialSimpleOptions ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.getWordIndex ( )This abstract method is from 'NutsCommandLine' interface.
...
[+] interface NutsCommandLineFormat 6
| Change | Effect |
|---|
| 1 |
Abstract method NutsCommandlineFamily getCommandlineFamily ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCommandlineFamily ( ) in NutsCommandLineFormat. |
| 2 |
Abstract method NutsCommandLineFormatStrategy getFormatStrategy ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFormatStrategy ( ) in NutsCommandLineFormat. |
| 3 |
Abstract method boolean isNtf ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isNtf ( ) in NutsCommandLineFormat. |
| 4 |
Abstract method NutsCommandLineFormat setCommandlineFamily ( NutsCommandlineFamily ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCommandlineFamily ( NutsCommandlineFamily ) in NutsCommandLineFormat. |
| 5 |
Abstract method void setFormatStrategy ( NutsCommandLineFormatStrategy ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setFormatStrategy ( NutsCommandLineFormatStrategy ) in NutsCommandLineFormat. |
| 6 |
Abstract method NutsCommandLineFormat setNtf ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setNtf ( boolean ) in NutsCommandLineFormat. |
[+] affected methods: 11 (0.2%)
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.getValue ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setSession ( NutsSession p1 )This method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setValue ( String[ ] p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setValue ( String p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setValue ( NutsCommandLine p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineManager.formatter ( )Return value of this abstract method is of type 'NutsCommandLineFormat'.
...
[+] interface NutsCommandLineManager 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsCommandHistoryBuilder createHistory ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createHistory ( ) in NutsCommandLineManager. |
| 2 |
Abstract method NutsCommandlineFamily getCommandlineFamily ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCommandlineFamily ( ) in NutsCommandLineManager. |
| 3 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsCommandLineManager. |
| 4 |
Abstract method NutsCommandLineManager setCommandlineFamily ( NutsCommandlineFamily ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCommandlineFamily ( NutsCommandlineFamily ) in NutsCommandLineManager. |
| 5 |
Abstract method NutsCommandLineManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsCommandLineManager. |
[+] affected methods: 11 (0.2%)
NutsCommandLineManager.create ( String... p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.create ( List<String> p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createArgument ( String p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createCandidate ( )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createCandidate ( String value )This method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createName ( String type )This method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createName ( String p1, String p2 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.formatter ( )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.formatter ( NutsCommandLine p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.parse ( String p1 )This abstract method is from 'NutsCommandLineManager' interface.
...
[+] interface NutsCommandLineProcessor 6
| Change | Effect |
|---|
| 1 |
Abstract method void onExec ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onExec ( ) in NutsCommandLineProcessor. |
| 2 |
Abstract method boolean onNextNonOption ( NutsArgument, NutsCommandLine ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onNextNonOption ( NutsArgument, NutsCommandLine ) in NutsCommandLineProcessor. |
| 3 |
Abstract method boolean onNextOption ( NutsArgument, NutsCommandLine ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onNextOption ( NutsArgument, NutsCommandLine ) in NutsCommandLineProcessor. |
| 4 |
Abstract method void exec ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method exec ( ) in interface NutsCommandLineProcessor. |
| 5 |
Abstract method boolean nextNonOption ( NutsArgument, NutsCommandLine ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method nextNonOption ( NutsArgument, NutsCommandLine ) in interface NutsCommandLineProcessor. |
| 6 |
Abstract method boolean nextOption ( NutsArgument, NutsCommandLine ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method nextOption ( NutsArgument, NutsCommandLine ) in interface NutsCommandLineProcessor. |
[+] affected methods: 1 (0.02%)
NutsApplicationContext.processCommandLine ( NutsCommandLineProcessor p1 )1st parameter 'p1' of this abstract method is of type 'NutsCommandLineProcessor'.
[+] interface NutsComponent<CriteriaType> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsComponent<CriteriaType>. |
[+] affected methods: 1 (0.02%)
NutsComponent<CriteriaType>.getSupportLevel ( NutsSupportLevelContext<CriteriaType> p1 )This abstract method is from 'NutsComponent<CriteriaType>' interface.
[+] interface NutsConcurrentManager 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsConcurrentManager. |
| 2 |
Abstract method NutsConcurrentManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsConcurrentManager. |
[+] affected methods: 3 (0.1%)
NutsConcurrentManager.executorService ( )This abstract method is from 'NutsConcurrentManager' interface.
NutsConcurrentManager.lock ( )This abstract method is from 'NutsConcurrentManager' interface.
NutsWorkspace.concurrent ( )Return value of this abstract method is of type 'NutsConcurrentManager'.
[+] interface NutsConfigurable 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsConfigurable. |
[+] affected methods: 3 (0.1%)
NutsConfigurable.configure ( boolean p1, String... p2 )This abstract method is from 'NutsConfigurable' interface.
NutsConfigurable.configure ( boolean p1, NutsCommandLine p2 )This abstract method is from 'NutsConfigurable' interface.
NutsConfigurable.configureFirst ( NutsCommandLine p1 )This abstract method is from 'NutsConfigurable' interface.
[+] interface NutsContent 4
| Change | Effect |
|---|
| 1 |
Abstract method Path getFilePath ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFilePath ( ) in NutsContent. |
| 2 |
Abstract method NutsPath getLocation ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLocation ( ) in NutsContent. |
| 3 |
Abstract method NutsPath getPath ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPath ( ) in NutsContent. |
| 4 |
Abstract method Path getPath ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getPath ( ) in interface NutsContent. |
[+] affected methods: 5 (0.1%)
NutsContent.getURL ( )This abstract method is from 'NutsContent' interface.
NutsContent.isCached ( )This abstract method is from 'NutsContent' interface.
NutsContent.isTemporary ( )This abstract method is from 'NutsContent' interface.
NutsDefinition.getContent ( )Return value of this abstract method is of type 'NutsContent'.
NutsFetchCommand.getResultContent ( )Return value of this abstract method is of type 'NutsContent'.
[+] interface NutsContentEvent 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsPath getLocation ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLocation ( ) in NutsContentEvent. |
| 2 |
Abstract method Path getPath ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getPath ( ) in interface NutsContentEvent. |
[+] affected methods: 6 (0.1%)
NutsContentEvent.getRepository ( )This abstract method is from 'NutsContentEvent' interface.
NutsContentEvent.getSession ( )This abstract method is from 'NutsContentEvent' interface.
NutsContentEvent.getWorkspace ( )This abstract method is from 'NutsContentEvent' interface.
NutsRepositoryListener.onDeploy ( NutsContentEvent event )1st parameter 'event' of this method is of type 'NutsContentEvent'.
NutsRepositoryListener.onPush ( NutsContentEvent event )1st parameter 'event' of this method is of type 'NutsContentEvent'.
NutsRepositoryListener.onUndeploy ( NutsContentEvent event )1st parameter 'event' of this method is of type 'NutsContentEvent'.
[+] interface NutsDefinition 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsDependencies getDependencies ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDependencies ( ) in NutsDefinition. |
| 2 |
Abstract method NutsPath getLocation ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLocation ( ) in NutsDefinition. |
| 3 |
Abstract method NutsDependency[ ] getDependencies ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getDependencies ( ) in interface NutsDefinition. |
| 4 |
Abstract method NutsDependencyTreeNode[ ] getDependencyNodes ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getDependencyNodes ( ) in interface NutsDefinition. |
| 5 |
Abstract method boolean isSetDependencyNodes ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isSetDependencyNodes ( ) in interface NutsDefinition. |
[+] affected methods: 23 (0.4%)
NutsDefinition.compareTo ( Object p1 )This method is from 'NutsDefinition' interface.
NutsDefinition.compareTo ( NutsDefinition p1 )1st parameter 'p1' of this abstract method is of type 'NutsDefinition'.
NutsDefinition.getApiId ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getContent ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getDescriptor ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getEffectiveDescriptor ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getId ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getInstallInformation ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getPath ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getRepositoryName ( )This abstract method is from 'NutsDefinition' interface.
...
[+] interface NutsDependency 7
| Change | Effect |
|---|
| 1 |
Abstract method NutsDependencyFormat formatter ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method formatter ( ) in NutsDependency. |
| 2 |
Abstract method String getArch ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getArch ( ) in NutsDependency. |
| 3 |
Abstract method String getOs ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOs ( ) in NutsDependency. |
| 4 |
Abstract method String getRepository ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRepository ( ) in NutsDependency. |
| 5 |
Abstract method String getType ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getType ( ) in NutsDependency. |
| 6 |
Abstract method NutsId getId ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getId ( ) in interface NutsDependency. |
| 7 |
Abstract method String getNamespace ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getNamespace ( ) in interface NutsDependency. |
[+] affected methods: 29 (0.5%)
NutsDependency.builder ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getArtifactId ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getClassifier ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getExclusions ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getFullName ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getGroupId ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getLongName ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getOptional ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getProperties ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getPropertiesQuery ( )This abstract method is from 'NutsDependency' interface.
...
[+] interface NutsDependencyBuilder 13
| Change | Effect |
|---|
| 1 |
Abstract method String getArch ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getArch ( ) in NutsDependencyBuilder. |
| 2 |
Abstract method String getOs ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOs ( ) in NutsDependencyBuilder. |
| 3 |
Abstract method String getRepository ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRepository ( ) in NutsDependencyBuilder. |
| 4 |
Abstract method String getType ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getType ( ) in NutsDependencyBuilder. |
| 5 |
Abstract method NutsDependencyBuilder setArch ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setArch ( String ) in NutsDependencyBuilder. |
| 6 |
Abstract method NutsDependencyBuilder setOs ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setOs ( String ) in NutsDependencyBuilder. |
| 7 |
Abstract method NutsDependencyBuilder setRepository ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setRepository ( String ) in NutsDependencyBuilder. |
| 8 |
Abstract method NutsDependencyBuilder setScope ( NutsDependencyScope ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setScope ( NutsDependencyScope ) in NutsDependencyBuilder. |
| 9 |
Abstract method NutsDependencyBuilder setType ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setType ( String ) in NutsDependencyBuilder. |
| 10 |
Abstract method NutsId toId ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method toId ( ) in NutsDependencyBuilder. |
| 11 |
Abstract method NutsId getId ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getId ( ) in interface NutsDependencyBuilder. |
| 12 |
Abstract method String getNamespace ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getNamespace ( ) in interface NutsDependencyBuilder. |
| 13 |
Abstract method NutsDependencyBuilder setNamespace ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setNamespace ( String ) in interface NutsDependencyBuilder. |
[+] affected methods: 33 (0.6%)
NutsDependency.builder ( )Return value of this abstract method is of type 'NutsDependencyBuilder'.
NutsDependencyBuilder.addProperties ( String p1 )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.build ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.clear ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getArtifactId ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getClassifier ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getExclusions ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getFullName ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getGroupId ( )This abstract method is from 'NutsDependencyBuilder' interface.
...
[+] interface NutsDependencyFilter 3
| Change | Effect |
|---|
| 1 |
Method NutsDependencyFilter and ( NutsDependencyFilter ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method and ( NutsDependencyFilter ) in NutsDependencyFilter. |
| 2 |
Method NutsDependencyFilter neg ( ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method neg ( ) in NutsDependencyFilter. |
| 3 |
Method NutsDependencyFilter or ( NutsDependencyFilter ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method or ( NutsDependencyFilter ) in NutsDependencyFilter. |
[+] affected methods: 3 (0.1%)
NutsDependencyFilter.and ( NutsDependencyFilter other )This method is from 'NutsDependencyFilter' interface.
NutsDependencyFilter.neg ( )This method is from 'NutsDependencyFilter' interface.
NutsDependencyFilter.or ( NutsDependencyFilter other )This method is from 'NutsDependencyFilter' interface.
[+] interface NutsDependencyFilterManager 10
| Change | Effect |
|---|
| 1 |
Abstract method NutsDependencyFilter byArch ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method byArch ( String ) in NutsDependencyFilterManager. |
| 2 |
Abstract method NutsDependencyFilter byArch ( Collection<NutsArchFamily> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method byArch ( Collection<NutsArchFamily> ) in NutsDependencyFilterManager. |
| 3 |
Abstract method NutsDependencyFilter byArch ( NutsArchFamily ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method byArch ( NutsArchFamily ) in NutsDependencyFilterManager. |
| 4 |
Abstract method NutsDependencyFilter byArch ( NutsArchFamily... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method byArch ( NutsArchFamily... ) in NutsDependencyFilterManager. |
| 5 |
Abstract method NutsDependencyFilter byOs ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method byOs ( String ) in NutsDependencyFilterManager. |
| 6 |
Abstract method NutsDependencyFilter byOs ( Collection<NutsOsFamily> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method byOs ( Collection<NutsOsFamily> ) in NutsDependencyFilterManager. |
| 7 |
Abstract method NutsDependencyFilter byOs ( NutsOsFamily ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method byOs ( NutsOsFamily ) in NutsDependencyFilterManager. |
| 8 |
Abstract method NutsDependencyFilter byOs ( NutsOsFamily... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method byOs ( NutsOsFamily... ) in NutsDependencyFilterManager. |
| 9 |
Abstract method NutsDependencyFilter byType ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method byType ( String ) in NutsDependencyFilterManager. |
| 10 |
Abstract method NutsDependencyFilterManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsDependencyFilterManager. |
[+] affected methods: 9 (0.2%)
NutsDependencyFilterManager.byExclude ( NutsDependencyFilter p1, String[ ] p2 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byExpression ( String p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOptional ( Boolean p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byScope ( NutsDependencyScope... p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byScope ( Collection<NutsDependencyScope> p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byScope ( NutsDependencyScope p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byScope ( NutsDependencyScopePattern p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyManager.filter ( )Return value of this abstract method is of type 'NutsDependencyFilterManager'.
NutsFilterManager.dependency ( )Return value of this abstract method is of type 'NutsDependencyFilterManager'.
[+] interface NutsDependencyFormat 5
| Change | Effect |
|---|
| 1 |
Abstract method boolean isOmitRepository ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isOmitRepository ( ) in NutsDependencyFormat. |
| 2 |
Abstract method NutsDependencyFormat setNtf ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setNtf ( boolean ) in NutsDependencyFormat. |
| 3 |
Abstract method NutsDependencyFormat setOmitRepository ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setOmitRepository ( boolean ) in NutsDependencyFormat. |
| 4 |
Abstract method boolean isOmitNamespace ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isOmitNamespace ( ) in interface NutsDependencyFormat. |
| 5 |
Abstract method NutsDependencyFormat setOmitNamespace ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setOmitNamespace ( boolean ) in interface NutsDependencyFormat. |
[+] affected methods: 32 (0.5%)
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.getOmitQueryProperties ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.getValue ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightImportedGroup ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightOptional ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightScope ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitClassifier ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitExclusions ( )This abstract method is from 'NutsDependencyFormat' interface.
...
[+] interface NutsDependencyManager 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsDependencyManager. |
| 2 |
Abstract method NutsDependencyManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsDependencyManager. |
[+] affected methods: 7 (0.1%)
NutsDependencyManager.builder ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.filter ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.formatter ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.formatter ( NutsDependency p1 )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.parser ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.toScopeSet ( NutsDependencyScopePattern p1 )This abstract method is from 'NutsDependencyManager' interface.
NutsWorkspace.dependency ( )Return value of this abstract method is of type 'NutsDependencyManager'.
[+] interface NutsDeployRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDeployRepositoryCommand. |
[+] affected methods: 13 (0.2%)
NutsDeployRepositoryCommand.getContent ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.getDescriptor ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.getId ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.run ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.run ( )This method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( File p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( InputStream p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( URL p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( Path p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setDescriptor ( NutsDescriptor p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
...
[+] interface NutsDescriptor 4
| Change | Effect |
|---|
| 1 |
Abstract method String[ ] getCategories ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCategories ( ) in NutsDescriptor. |
| 2 |
Abstract method String[ ] getDesktopEnvironment ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDesktopEnvironment ( ) in NutsDescriptor. |
| 3 |
Abstract method String getGenericName ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getGenericName ( ) in NutsDescriptor. |
| 4 |
Abstract method String[ ] getIcons ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getIcons ( ) in NutsDescriptor. |
[+] affected methods: 36 (0.6%)
NutsDefinition.getDescriptor ( )Return value of this abstract method is of type 'NutsDescriptor'.
NutsDefinition.getEffectiveDescriptor ( )Return value of this abstract method is of type 'NutsDescriptor'.
NutsDeployCommand.setDescriptor ( NutsDescriptor p1 )1st parameter 'p1' of this abstract method is of type 'NutsDescriptor'.
NutsDescriptor.builder ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getArch ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getClassifierMappings ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getDependencies ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getDescription ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getExecutor ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getId ( )This abstract method is from 'NutsDescriptor' interface.
...
[+] interface NutsDescriptorBuilder 34
| Change | Effect |
|---|
| 1 |
Abstract method List<String> getCategories ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCategories ( ) in NutsDescriptorBuilder. |
| 2 |
Abstract method String[ ] getDesktopEnvironment ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDesktopEnvironment ( ) in NutsDescriptorBuilder. |
| 3 |
Abstract method String getGenericName ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getGenericName ( ) in NutsDescriptorBuilder. |
| 4 |
Abstract method List<String> getIcons ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getIcons ( ) in NutsDescriptorBuilder. |
| 5 |
Abstract method boolean isApplication ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isApplication ( ) in NutsDescriptorBuilder. |
| 6 |
Abstract method NutsDescriptorBuilder removeDesktopEnvironment ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeDesktopEnvironment ( String ) in NutsDescriptorBuilder. |
| 7 |
Abstract method NutsDescriptorBuilder setCategories ( List<String> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCategories ( List<String> ) in NutsDescriptorBuilder. |
| 8 |
Abstract method NutsDescriptorBuilder setDesktopEnvironment ( String[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setDesktopEnvironment ( String[ ] ) in NutsDescriptorBuilder. |
| 9 |
Abstract method NutsDescriptorBuilder setGenericName ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setGenericName ( String ) in NutsDescriptorBuilder. |
| 10 |
Abstract method NutsDescriptorBuilder setIcons ( List<String> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setIcons ( List<String> ) in NutsDescriptorBuilder. |
| 11 |
Abstract method NutsDescriptorBuilder application ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method application ( ) in interface NutsDescriptorBuilder. |
| 12 |
Abstract method NutsDescriptorBuilder application ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method application ( boolean ) in interface NutsDescriptorBuilder. |
| 13 |
Abstract method NutsDescriptorBuilder arch ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method arch ( String[ ] ) in interface NutsDescriptorBuilder. |
| 14 |
Abstract method NutsDescriptorBuilder classifierMappings ( NutsClassifierMapping[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method classifierMappings ( NutsClassifierMapping[ ] ) in interface NutsDescriptorBuilder. |
| 15 |
Abstract method NutsDescriptorBuilder dependencies ( NutsDependency[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method dependencies ( NutsDependency[ ] ) in interface NutsDescriptorBuilder. |
| 16 |
Abstract method NutsDescriptorBuilder description ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method description ( String ) in interface NutsDescriptorBuilder. |
| 17 |
Abstract method NutsDescriptorBuilder descriptor ( NutsDescriptor ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method descriptor ( NutsDescriptor ) in interface NutsDescriptorBuilder. |
| 18 |
Abstract method NutsDescriptorBuilder descriptor ( NutsDescriptorBuilder ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method descriptor ( NutsDescriptorBuilder ) in interface NutsDescriptorBuilder. |
| 19 |
Abstract method NutsDescriptorBuilder executable ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method executable ( ) in interface NutsDescriptorBuilder. |
| 20 |
Abstract method NutsDescriptorBuilder executable ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method executable ( boolean ) in interface NutsDescriptorBuilder. |
| 21 |
Abstract method NutsDescriptorBuilder executor ( NutsArtifactCall ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method executor ( NutsArtifactCall ) in interface NutsDescriptorBuilder. |
| 22 |
Abstract method NutsDescriptorBuilder id ( NutsId ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method id ( NutsId ) in interface NutsDescriptorBuilder. |
| 23 |
Abstract method NutsDescriptorBuilder installer ( NutsArtifactCall ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method installer ( NutsArtifactCall ) in interface NutsDescriptorBuilder. |
| 24 |
Abstract method boolean isNutsApplication ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isNutsApplication ( ) in interface NutsDescriptorBuilder. |
| 25 |
Abstract method NutsDescriptorBuilder locations ( NutsIdLocation[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method locations ( NutsIdLocation[ ] ) in interface NutsDescriptorBuilder. |
| 26 |
Abstract method NutsDescriptorBuilder name ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method name ( String ) in interface NutsDescriptorBuilder. |
| 27 |
Abstract method NutsDescriptorBuilder os ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method os ( String[ ] ) in interface NutsDescriptorBuilder. |
| 28 |
Abstract method NutsDescriptorBuilder osdist ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method osdist ( String[ ] ) in interface NutsDescriptorBuilder. |
| 29 |
Abstract method NutsDescriptorBuilder packaging ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method packaging ( String ) in interface NutsDescriptorBuilder. |
| 30 |
Abstract method NutsDescriptorBuilder parents ( NutsId[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method parents ( NutsId[ ] ) in interface NutsDescriptorBuilder. |
| 31 |
Abstract method NutsDescriptorBuilder platform ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method platform ( String[ ] ) in interface NutsDescriptorBuilder. |
| 32 |
Abstract method NutsDescriptorBuilder properties ( Map<String,String> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method properties ( Map<String,String> ) in interface NutsDescriptorBuilder. |
| 33 |
Abstract method NutsDescriptorBuilder property ( String, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method property ( String, String ) in interface NutsDescriptorBuilder. |
| 34 |
Abstract method NutsDescriptorBuilder standardDependencies ( NutsDependency[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method standardDependencies ( NutsDependency[ ] ) in interface NutsDescriptorBuilder. |
[+] affected methods: 66 (1.1%)
NutsDescriptor.builder ( )Return value of this abstract method is of type 'NutsDescriptorBuilder'.
NutsDescriptorBuilder.addArch ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addClassifierMapping ( NutsClassifierMapping p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addDependencies ( NutsDependency[ ] p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addDependency ( NutsDependency p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addLocation ( NutsIdLocation p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addOs ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addOsdist ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addPlatform ( String p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
...
[+] interface NutsDescriptorContentParserComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDescriptorContentParserComponent. |
[+] affected methods: 1 (0.02%)
NutsDescriptorContentParserComponent.parse ( NutsDescriptorContentParserContext p1 )This abstract method is from 'NutsDescriptorContentParserComponent' interface.
[+] interface NutsDescriptorContentParserContext 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDescriptorContentParserContext. |
[+] affected methods: 8 (0.1%)
NutsDescriptorContentParserContext.getFileExtension ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getFullStream ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getHeadStream ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getMimeType ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getName ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getParseOptions ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getSession ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
NutsDescriptorContentParserContext.getWorkspace ( )This abstract method is from 'NutsDescriptorContentParserContext' interface.
[+] interface NutsDescriptorFilter 3
| Change | Effect |
|---|
| 1 |
Method NutsDescriptorFilter and ( NutsDescriptorFilter ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method and ( NutsDescriptorFilter ) in NutsDescriptorFilter. |
| 2 |
Method NutsDescriptorFilter neg ( ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method neg ( ) in NutsDescriptorFilter. |
| 3 |
Method NutsDescriptorFilter or ( NutsDescriptorFilter ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method or ( NutsDescriptorFilter ) in NutsDescriptorFilter. |
[+] affected methods: 3 (0.1%)
NutsDescriptorFilter.and ( NutsDescriptorFilter other )This method is from 'NutsDescriptorFilter' interface.
NutsDescriptorFilter.neg ( )This method is from 'NutsDescriptorFilter' interface.
NutsDescriptorFilter.or ( NutsDescriptorFilter other )This method is from 'NutsDescriptorFilter' interface.
[+] interface NutsDescriptorFilterManager 9
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptorFilter byApiVersion ( NutsVersion ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method byApiVersion ( NutsVersion ) in NutsDescriptorFilterManager. |
| 2 |
Abstract method NutsDescriptorFilter byCompanion ( NutsVersion ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method byCompanion ( NutsVersion ) in NutsDescriptorFilterManager. |
| 3 |
Abstract method NutsDescriptorFilter byExtension ( NutsVersion ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method byExtension ( NutsVersion ) in NutsDescriptorFilterManager. |
| 4 |
Abstract method NutsDescriptorFilter byRuntime ( NutsVersion ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method byRuntime ( NutsVersion ) in NutsDescriptorFilterManager. |
| 5 |
Abstract method NutsDescriptorFilterManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsDescriptorFilterManager. |
| 6 |
Abstract method NutsDescriptorFilter byApiVersion ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method byApiVersion ( String ) in interface NutsDescriptorFilterManager. |
| 7 |
Abstract method NutsDescriptorFilter byCompanion ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method byCompanion ( String ) in interface NutsDescriptorFilterManager. |
| 8 |
Abstract method NutsDescriptorFilter byExtension ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method byExtension ( String ) in interface NutsDescriptorFilterManager. |
| 9 |
Abstract method NutsDescriptorFilter byRuntime ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method byRuntime ( String ) in interface NutsDescriptorFilterManager. |
[+] affected methods: 10 (0.2%)
NutsDescriptorFilterManager.byApp ( Boolean p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byArch ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExec ( Boolean p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExpression ( String p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byLockedIds ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byOsdist ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byPackaging ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byPlatform ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorManager.filter ( )Return value of this abstract method is of type 'NutsDescriptorFilterManager'.
NutsFilterManager.descriptor ( )Return value of this abstract method is of type 'NutsDescriptorFilterManager'.
[+] interface NutsDescriptorFormat 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptorFormat setNtf ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setNtf ( boolean ) in NutsDescriptorFormat. |
| 2 |
Abstract method NutsDescriptorFormat setValue ( NutsDescriptor ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setValue ( NutsDescriptor ) in NutsDescriptorFormat. |
| 3 |
Abstract method NutsDescriptorFormat value ( NutsDescriptor ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method value ( NutsDescriptor ) in interface NutsDescriptorFormat. |
[+] affected methods: 9 (0.2%)
NutsDescriptorFormat.compact ( )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.compact ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.isCompact ( )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setCompact ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorManager.formatter ( )Return value of this abstract method is of type 'NutsDescriptorFormat'.
NutsDescriptorManager.formatter ( NutsDescriptor p1 )Return value of this abstract method is of type 'NutsDescriptorFormat'.
[+] interface NutsDescriptorManager 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsDescriptorManager. |
| 2 |
Abstract method NutsDescriptorManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsDescriptorManager. |
[+] affected methods: 9 (0.2%)
NutsDescriptorManager.callBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.classifierBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.descriptorBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.filter ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.formatter ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.formatter ( NutsDescriptor p1 )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.locationBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.parser ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsWorkspace.descriptor ( )Return value of this abstract method is of type 'NutsDescriptorManager'.
[+] interface NutsDescriptorParser 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptorStyle getDescriptorStyle ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDescriptorStyle ( ) in NutsDescriptorParser. |
| 2 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsDescriptorParser. |
| 3 |
Abstract method NutsDescriptorParser setDescriptorStyle ( NutsDescriptorStyle ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setDescriptorStyle ( NutsDescriptorStyle ) in NutsDescriptorParser. |
| 4 |
Abstract method NutsDescriptorParser setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsDescriptorParser. |
[+] affected methods: 9 (0.2%)
NutsDescriptorManager.parser ( )Return value of this abstract method is of type 'NutsDescriptorParser'.
NutsDescriptorParser.isLenient ( )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( byte[ ] p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( File p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( InputStream p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( String p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( URL p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( Path p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.setLenient ( boolean p1 )This abstract method is from 'NutsDescriptorParser' interface.
[+] interface NutsElement 45
| Change | Effect |
|---|
| 1 |
Abstract method NutsArrayElement asArray ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asArray ( ) in NutsElement. |
| 2 |
Abstract method boolean asBoolean ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asBoolean ( ) in NutsElement. |
| 3 |
Abstract method byte asByte ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asByte ( ) in NutsElement. |
| 4 |
Abstract method double asDouble ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asDouble ( ) in NutsElement. |
| 5 |
Abstract method float asFloat ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asFloat ( ) in NutsElement. |
| 6 |
Abstract method Instant asInstant ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asInstant ( ) in NutsElement. |
| 7 |
Abstract method int asInt ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asInt ( ) in NutsElement. |
| 8 |
Abstract method long asLong ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asLong ( ) in NutsElement. |
| 9 |
Abstract method NutsObjectElement asObject ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asObject ( ) in NutsElement. |
| 10 |
Abstract method NutsPrimitiveElement asPrimitive ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asPrimitive ( ) in NutsElement. |
| 11 |
Abstract method NutsArrayElement asSafeArray ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeArray ( ) in NutsElement. |
| 12 |
Abstract method Byte asSafeByte ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeByte ( ) in NutsElement. |
| 13 |
Abstract method byte asSafeByte ( byte ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeByte ( byte ) in NutsElement. |
| 14 |
Abstract method Double asSafeDouble ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeDouble ( ) in NutsElement. |
| 15 |
Abstract method double asSafeDouble ( double ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeDouble ( double ) in NutsElement. |
| 16 |
Abstract method Float asSafeFloat ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeFloat ( ) in NutsElement. |
| 17 |
Abstract method float asSafeFloat ( float ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeFloat ( float ) in NutsElement. |
| 18 |
Abstract method Integer asSafeInt ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeInt ( ) in NutsElement. |
| 19 |
Abstract method int asSafeInt ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeInt ( int ) in NutsElement. |
| 20 |
Abstract method Long asSafeLong ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeLong ( ) in NutsElement. |
| 21 |
Abstract method long asSafeLong ( long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeLong ( long ) in NutsElement. |
| 22 |
Abstract method NutsObjectElement asSafeObject ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeObject ( ) in NutsElement. |
| 23 |
Abstract method Short asSafeShort ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeShort ( ) in NutsElement. |
| 24 |
Abstract method short asSafeShort ( short ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeShort ( short ) in NutsElement. |
| 25 |
Abstract method String asSafeString ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeString ( ) in NutsElement. |
| 26 |
Abstract method String asSafeString ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeString ( String ) in NutsElement. |
| 27 |
Abstract method short asShort ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asShort ( ) in NutsElement. |
| 28 |
Abstract method String asString ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asString ( ) in NutsElement. |
| 29 |
Abstract method boolean isArray ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isArray ( ) in NutsElement. |
| 30 |
Abstract method boolean isByte ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isByte ( ) in NutsElement. |
| 31 |
Abstract method boolean isDouble ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isDouble ( ) in NutsElement. |
| 32 |
Abstract method boolean isEmpty ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isEmpty ( ) in NutsElement. |
| 33 |
Abstract method boolean isFloat ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isFloat ( ) in NutsElement. |
| 34 |
Abstract method boolean isInstant ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isInstant ( ) in NutsElement. |
| 35 |
Abstract method boolean isInt ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isInt ( ) in NutsElement. |
| 36 |
Abstract method boolean isLong ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isLong ( ) in NutsElement. |
| 37 |
Abstract method boolean isNull ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isNull ( ) in NutsElement. |
| 38 |
Abstract method boolean isNumber ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isNumber ( ) in NutsElement. |
| 39 |
Abstract method boolean isObject ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isObject ( ) in NutsElement. |
| 40 |
Abstract method boolean isPrimitive ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isPrimitive ( ) in NutsElement. |
| 41 |
Abstract method boolean isShort ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isShort ( ) in NutsElement. |
| 42 |
Abstract method boolean isString ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isString ( ) in NutsElement. |
| 43 |
Abstract method NutsArrayElement array ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method array ( ) in interface NutsElement. |
| 44 |
Abstract method NutsObjectElement object ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method object ( ) in interface NutsElement. |
| 45 |
Abstract method NutsPrimitiveElement primitive ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method primitive ( ) in interface NutsElement. |
[+] affected methods: 11 (0.2%)
NutsArrayElement.get ( int p1 )Return value of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.add ( NutsElement p1 )1st parameter 'p1' of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.get ( int p1 )Return value of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.insert ( int p1, NutsElement p2 )2nd parameter 'p2' of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.set ( int p1, NutsElement p2 )2nd parameter 'p2' of this abstract method is of type 'NutsElement'.
NutsElement.type ( )This abstract method is from 'NutsElement' interface.
NutsElementFormat.toElement ( Object p1 )Return value of this abstract method is of type 'NutsElement'.
NutsElementPath.filter ( NutsElement p1 )1st parameter 'p1' of this abstract method is of type 'NutsElement'.
NutsObjectElement.get ( String p1 )Return value of this abstract method is of type 'NutsElement'.
NutsObjectElementBuilder.get ( String p1 )Return value of this abstract method is of type 'NutsElement'.
...
[+] interface NutsElementFormat 50
| Change | Effect |
|---|
| 1 |
Abstract method T convert ( Object, Class<T> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method convert ( Object, Class<T> ) in NutsElementFormat. |
| 2 |
Abstract method Object destruct ( Object ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method destruct ( Object ) in NutsElementFormat. |
| 3 |
Abstract method NutsArrayElementBuilder forArray ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forArray ( ) in NutsElementFormat. |
| 4 |
Abstract method NutsPrimitiveElement forBoolean ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forBoolean ( String ) in NutsElementFormat. |
| 5 |
Abstract method NutsPrimitiveElement forBoolean ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forBoolean ( boolean ) in NutsElementFormat. |
| 6 |
Abstract method NutsPrimitiveElement forByte ( Byte ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forByte ( Byte ) in NutsElementFormat. |
| 7 |
Abstract method NutsPrimitiveElement forDouble ( Double ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forDouble ( Double ) in NutsElementFormat. |
| 8 |
Abstract method NutsElementEntry forEntry ( NutsElement, NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forEntry ( NutsElement, NutsElement ) in NutsElementFormat. |
| 9 |
Abstract method NutsPrimitiveElement forFalse ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forFalse ( ) in NutsElementFormat. |
| 10 |
Abstract method NutsPrimitiveElement forFloat ( Float ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forFloat ( Float ) in NutsElementFormat. |
| 11 |
Abstract method NutsPrimitiveElement forFloat ( Short ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forFloat ( Short ) in NutsElementFormat. |
| 12 |
Abstract method NutsPrimitiveElement forInstant ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forInstant ( String ) in NutsElementFormat. |
| 13 |
Abstract method NutsPrimitiveElement forInstant ( Instant ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forInstant ( Instant ) in NutsElementFormat. |
| 14 |
Abstract method NutsPrimitiveElement forInstant ( Date ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forInstant ( Date ) in NutsElementFormat. |
| 15 |
Abstract method NutsPrimitiveElement forInt ( Integer ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forInt ( Integer ) in NutsElementFormat. |
| 16 |
Abstract method NutsPrimitiveElement forLong ( Long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forLong ( Long ) in NutsElementFormat. |
| 17 |
Abstract method NutsPrimitiveElement forNull ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forNull ( ) in NutsElementFormat. |
| 18 |
Abstract method NutsPrimitiveElement forNumber ( Number ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forNumber ( Number ) in NutsElementFormat. |
| 19 |
Abstract method NutsPrimitiveElement forNumber ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forNumber ( String ) in NutsElementFormat. |
| 20 |
Abstract method NutsObjectElementBuilder forObject ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forObject ( ) in NutsElementFormat. |
| 21 |
Abstract method NutsPrimitiveElement forString ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forString ( String ) in NutsElementFormat. |
| 22 |
Abstract method NutsPrimitiveElement forTrue ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forTrue ( ) in NutsElementFormat. |
| 23 |
Abstract method NutsContentType getContentType ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getContentType ( ) in NutsElementFormat. |
| 24 |
Abstract method Predicate<Type> getDestructTypeFilter ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDestructTypeFilter ( ) in NutsElementFormat. |
| 25 |
Abstract method boolean isCompact ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isCompact ( ) in NutsElementFormat. |
| 26 |
Abstract method NutsIterableFormat iter ( NutsPrintStream ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method iter ( NutsPrintStream ) in NutsElementFormat. |
| 27 |
Abstract method NutsElement parse ( File ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( File ) in NutsElementFormat. |
| 28 |
Abstract method T parse ( File, Class<T> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( File, Class<T> ) in NutsElementFormat. |
| 29 |
Abstract method NutsElement parse ( InputStream ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( InputStream ) in NutsElementFormat. |
| 30 |
Abstract method T parse ( InputStream, Class<T> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( InputStream, Class<T> ) in NutsElementFormat. |
| 31 |
Abstract method NutsElement parse ( Reader ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( Reader ) in NutsElementFormat. |
| 32 |
Abstract method T parse ( Reader, Class<T> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( Reader, Class<T> ) in NutsElementFormat. |
| 33 |
Abstract method NutsElement parse ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( String ) in NutsElementFormat. |
| 34 |
Abstract method T parse ( String, Class<T> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( String, Class<T> ) in NutsElementFormat. |
| 35 |
Abstract method NutsElement parse ( URL ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( URL ) in NutsElementFormat. |
| 36 |
Abstract method T parse ( URL, Class<T> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( URL, Class<T> ) in NutsElementFormat. |
| 37 |
Abstract method NutsElement parse ( Path ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( Path ) in NutsElementFormat. |
| 38 |
Abstract method T parse ( Path, Class<T> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( Path, Class<T> ) in NutsElementFormat. |
| 39 |
Abstract method NutsElement parse ( byte[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( byte[ ] ) in NutsElementFormat. |
| 40 |
Abstract method T parse ( byte[ ], Class<T> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( byte[ ], Class<T> ) in NutsElementFormat. |
| 41 |
Abstract method NutsElementFormat setCompact ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCompact ( boolean ) in NutsElementFormat. |
| 42 |
Abstract method NutsElementFormat setContentType ( NutsContentType ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setContentType ( NutsContentType ) in NutsElementFormat. |
| 43 |
Abstract method NutsElementFormat setDestructTypeFilter ( Predicate<Type> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setDestructTypeFilter ( Predicate<Type> ) in NutsElementFormat. |
| 44 |
Abstract method void setMapper ( Class, NutsElementMapper ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setMapper ( Class, NutsElementMapper ) in NutsElementFormat. |
| 45 |
Abstract method NutsElementFormat setNtf ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setNtf ( boolean ) in NutsElementFormat. |
| 46 |
Added super-interface NutsObjectFormat. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsObjectFormat. |
| 47 |
Abstract method NutsElementBuilder builder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method builder ( ) in interface NutsElementFormat. |
| 48 |
Abstract method T fromElement ( NutsElement, Class<T> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method fromElement ( NutsElement, Class<T> ) in interface NutsElementFormat. |
| 49 |
Abstract method NutsElementFormat set ( Object ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method set ( Object ) in interface NutsElementFormat. |
| 50 |
Removed super-interface NutsFormat. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsElementFormat. |
[+] affected methods: 10 (0.2%)
NutsElementFormat.compilePath ( String p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.getValue ( )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.setSession ( NutsSession p1 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.setValue ( Object p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.toElement ( Object p1 )This abstract method is from 'NutsElementFormat' interface.
NutsFormatManager.element ( )Return value of this abstract method is of type 'NutsElementFormat'.
[+] interface NutsExecCommand 24
| Change | Effect |
|---|
| 1 |
Abstract method NutsExecCommandFormat formatter ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method formatter ( ) in NutsExecCommand. |
| 2 |
Abstract method NutsPrintStream getErr ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getErr ( ) in NutsExecCommand. |
| 3 |
Abstract method NutsPrintStream getOut ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOut ( ) in NutsExecCommand. |
| 4 |
Abstract method String getRedirectInpuFile ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRedirectInpuFile ( ) in NutsExecCommand. |
| 5 |
Abstract method String getRedirectOuputFile ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRedirectOuputFile ( ) in NutsExecCommand. |
| 6 |
Abstract method NutsRunAs getRunAs ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRunAs ( ) in NutsExecCommand. |
| 7 |
Abstract method int getSleepMillis ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSleepMillis ( ) in NutsExecCommand. |
| 8 |
Abstract method boolean isInheritSystemIO ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isInheritSystemIO ( ) in NutsExecCommand. |
| 9 |
Abstract method NutsExecCommand setErr ( NutsPrintStream ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setErr ( NutsPrintStream ) in NutsExecCommand. |
| 10 |
Abstract method NutsExecCommand setInheritSystemIO ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setInheritSystemIO ( boolean ) in NutsExecCommand. |
| 11 |
Abstract method NutsExecCommand setOut ( NutsPrintStream ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setOut ( NutsPrintStream ) in NutsExecCommand. |
| 12 |
Abstract method NutsExecCommand setRedirectInpuFile ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setRedirectInpuFile ( String ) in NutsExecCommand. |
| 13 |
Abstract method NutsExecCommand setRedirectOuputFile ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setRedirectOuputFile ( String ) in NutsExecCommand. |
| 14 |
Abstract method NutsExecCommand setRunAs ( NutsRunAs ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setRunAs ( NutsRunAs ) in NutsExecCommand. |
| 15 |
Abstract method NutsExecCommand setSleepMillis ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSleepMillis ( int ) in NutsExecCommand. |
| 16 |
Abstract method NutsExecCommand embedded ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method embedded ( ) in interface NutsExecCommand. |
| 17 |
Abstract method NutsExecCommandFormat format ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method format ( ) in interface NutsExecCommand. |
| 18 |
Abstract method PrintStream getErr ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getErr ( ) in interface NutsExecCommand. |
| 19 |
Abstract method PrintStream getOut ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOut ( ) in interface NutsExecCommand. |
| 20 |
Abstract method NutsExecCommand rootCmd ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method rootCmd ( ) in interface NutsExecCommand. |
| 21 |
Abstract method NutsExecCommand setErr ( PrintStream ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setErr ( PrintStream ) in interface NutsExecCommand. |
| 22 |
Abstract method NutsExecCommand setOut ( PrintStream ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setOut ( PrintStream ) in interface NutsExecCommand. |
| 23 |
Abstract method NutsExecCommand spawn ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method spawn ( ) in interface NutsExecCommand. |
| 24 |
Abstract method NutsExecCommand userCmd ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method userCmd ( ) in interface NutsExecCommand. |
[+] affected methods: 50 (0.8%)
NutsExecCommand.addCommand ( String... p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addCommand ( Collection<String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addEnv ( Map<String,String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOption ( String p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOptions ( String... p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOptions ( Collection<String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearCommand ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearEnv ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearExecutorOptions ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsExecCommand' interface.
...
[+] interface NutsExecCommandFormat 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsExecCommandFormat setNtf ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setNtf ( boolean ) in NutsExecCommandFormat. |
| 2 |
Abstract method NutsExecCommandFormat value ( NutsExecCommand ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method value ( NutsExecCommand ) in interface NutsExecCommandFormat. |
[+] affected methods: 16 (0.3%)
NutsExecCommandFormat.getArgumentFilter ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getArgumentReplacer ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getEnvFilter ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getEnvReplacer ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.getValue ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.isRedirectError ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.isRedirectInput ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.isRedirectOutput ( )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.setArgumentFilter ( Predicate<NutsExecCommandFormat.ArgEntry> p1 )This abstract method is from 'NutsExecCommandFormat' interface.
NutsExecCommandFormat.setArgumentReplacer ( Function<NutsExecCommandFormat.ArgEntry,String> p1 )This abstract method is from 'NutsExecCommandFormat' interface.
...
[+] interface NutsExecutionContext 7
| Change | Effect |
|---|
| 1 |
Abstract method String[ ] getExecutorArguments ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getExecutorArguments ( ) in NutsExecutionContext. |
| 2 |
Abstract method String getRedirectInputFile ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRedirectInputFile ( ) in NutsExecutionContext. |
| 3 |
Abstract method String getRedirectOutputFile ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRedirectOutputFile ( ) in NutsExecutionContext. |
| 4 |
Abstract method NutsRunAs getRunAs ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRunAs ( ) in NutsExecutionContext. |
| 5 |
Abstract method long getSleepMillis ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSleepMillis ( ) in NutsExecutionContext. |
| 6 |
Abstract method boolean isInheritSystemIO ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isInheritSystemIO ( ) in NutsExecutionContext. |
| 7 |
Abstract method String[ ] getExecutorOptions ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getExecutorOptions ( ) in interface NutsExecutionContext. |
[+] affected methods: 18 (0.3%)
NutsExecutionContext.getArguments ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getCommandName ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getCwd ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getDefinition ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getEnv ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecSession ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutionType ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorDescriptor ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorProperties ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getTraceSession ( )This abstract method is from 'NutsExecutionContext' interface.
...
[+] interface NutsExecutionEntryManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExecutionEntryManager. |
[+] affected methods: 3 (0.1%)
NutsExecutionEntryManager.parse ( File p1 )This abstract method is from 'NutsExecutionEntryManager' interface.
NutsExecutionEntryManager.parse ( InputStream p1, String p2, String p3 )This abstract method is from 'NutsExecutionEntryManager' interface.
NutsExecutionEntryManager.parse ( Path p1 )This abstract method is from 'NutsExecutionEntryManager' interface.
[+] interface NutsFetchCommand 27
| Change | Effect |
|---|
| 1 |
Abstract method NutsFetchCommand addRepositoryFilter ( NutsRepositoryFilter ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addRepositoryFilter ( NutsRepositoryFilter ) in NutsFetchCommand. |
| 2 |
Abstract method NutsRepositoryFilter getRepositoryFilter ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRepositoryFilter ( ) in NutsFetchCommand. |
| 3 |
Abstract method NutsFetchCommand setRepositoryFilter ( NutsRepositoryFilter ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setRepositoryFilter ( NutsRepositoryFilter ) in NutsFetchCommand. |
| 4 |
Abstract method NutsFetchCommand addRepositories ( Collection<String> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addRepositories ( Collection<String> ) in interface NutsFetchCommand. |
| 5 |
Abstract method NutsFetchCommand addRepositories ( String... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addRepositories ( String... ) in interface NutsFetchCommand. |
| 6 |
Abstract method NutsFetchCommand addRepository ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addRepository ( String ) in interface NutsFetchCommand. |
| 7 |
Abstract method NutsFetchCommand clearRepositories ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method clearRepositories ( ) in interface NutsFetchCommand. |
| 8 |
Abstract method NutsFetchStrategy getFetchStrategy ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getFetchStrategy ( ) in interface NutsFetchCommand. |
| 9 |
Abstract method Boolean getInstalled ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getInstalled ( ) in interface NutsFetchCommand. |
| 10 |
Abstract method NutsFetchCommand installed ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method installed ( ) in interface NutsFetchCommand. |
| 11 |
Abstract method NutsFetchCommand installed ( Boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method installed ( Boolean ) in interface NutsFetchCommand. |
| 12 |
Abstract method boolean isCached ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isCached ( ) in interface NutsFetchCommand. |
| 13 |
Abstract method boolean isDependenciesTree ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isDependenciesTree ( ) in interface NutsFetchCommand. |
| 14 |
Abstract method boolean isIndexed ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isIndexed ( ) in interface NutsFetchCommand. |
| 15 |
Abstract method boolean isTransitive ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isTransitive ( ) in interface NutsFetchCommand. |
| 16 |
Abstract method NutsFetchCommand notInstalled ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method notInstalled ( ) in interface NutsFetchCommand. |
| 17 |
Abstract method NutsFetchCommand removeRepository ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeRepository ( String ) in interface NutsFetchCommand. |
| 18 |
Abstract method NutsFetchCommand setAnyWhere ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setAnyWhere ( ) in interface NutsFetchCommand. |
| 19 |
Abstract method NutsFetchCommand setCached ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setCached ( boolean ) in interface NutsFetchCommand. |
| 20 |
Abstract method NutsFetchCommand setDependenciesTree ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setDependenciesTree ( boolean ) in interface NutsFetchCommand. |
| 21 |
Abstract method NutsFetchCommand setFetchStrategy ( NutsFetchStrategy ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setFetchStrategy ( NutsFetchStrategy ) in interface NutsFetchCommand. |
| 22 |
Abstract method NutsFetchCommand setIndexed ( Boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setIndexed ( Boolean ) in interface NutsFetchCommand. |
| 23 |
Abstract method NutsFetchCommand setInstalled ( Boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setInstalled ( Boolean ) in interface NutsFetchCommand. |
| 24 |
Abstract method NutsFetchCommand setOffline ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setOffline ( ) in interface NutsFetchCommand. |
| 25 |
Abstract method NutsFetchCommand setOnline ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setOnline ( ) in interface NutsFetchCommand. |
| 26 |
Abstract method NutsFetchCommand setRemote ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setRemote ( ) in interface NutsFetchCommand. |
| 27 |
Abstract method NutsFetchCommand setTransitive ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setTransitive ( boolean ) in interface NutsFetchCommand. |
[+] affected methods: 51 (0.9%)
NutsFetchCommand.addScope ( NutsDependencyScope p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.addScope ( NutsDependencyScopePattern p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.addScopes ( NutsDependencyScope... p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.addScopes ( NutsDependencyScopePattern... p1 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.clearScopes ( )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsFetchCommand' interface.
NutsFetchCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsFetchCommand' interface.
NutsFetchCommand.copy ( )This abstract method is from 'NutsFetchCommand' interface.
NutsFetchCommand.copyFrom ( NutsFetchCommand p1 )1st parameter 'p1' of this abstract method is of type 'NutsFetchCommand'.
...
[+] interface NutsFetchContentRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFetchContentRepositoryCommand. |
[+] affected methods: 13 (0.2%)
NutsFetchContentRepositoryCommand.getDescriptor ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.getId ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.getLocalPath ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.getResult ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.run ( )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.run ( )This method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.setDescriptor ( NutsDescriptor p1 )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
NutsFetchContentRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsFetchContentRepositoryCommand' interface.
...
[+] interface NutsFetchDescriptorRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFetchDescriptorRepositoryCommand. |
[+] affected methods: 9 (0.2%)
NutsFetchDescriptorRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.getId ( )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.getResult ( )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.run ( )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.run ( )This method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsFetchDescriptorRepositoryCommand' interface.
NutsFetchDescriptorRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsFetchDescriptorRepositoryCommand' interface.
[+] interface NutsFilter 6
| Change | Effect |
|---|
| 1 |
Method NutsFilter and ( NutsFilter ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method and ( NutsFilter ) in NutsFilter. |
| 2 |
Method Class<?> getFilterType ( ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFilterType ( ) in NutsFilter. |
| 3 |
Method NutsFilter neg ( ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method neg ( ) in NutsFilter. |
| 4 |
Method NutsFilter or ( NutsFilter ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method or ( NutsFilter ) in NutsFilter. |
| 5 |
Method NutsFilter simplify ( Class<T> ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method simplify ( Class<T> ) in NutsFilter. |
| 6 |
Method T to ( Class<T> ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method to ( Class<T> ) in NutsFilter. |
[+] affected methods: 6 (0.1%)
NutsFilter.and ( NutsFilter other )This method is from 'NutsFilter' interface.
NutsFilter.getFilterType ( )This method is from 'NutsFilter' interface.
NutsFilter.neg ( )This method is from 'NutsFilter' interface.
NutsFilter.or ( NutsFilter other )This method is from 'NutsFilter' interface.
NutsFilter.simplify ( Class<T> type )This method is from 'NutsFilter' interface.
NutsFilter.to ( Class<T> type )This method is from 'NutsFilter' interface.
[+] interface NutsFilterManager 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsFilterManager. |
| 2 |
Abstract method NutsInstallStatusFilterManager installStatus ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method installStatus ( ) in NutsFilterManager. |
| 3 |
Abstract method NutsFilterManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsFilterManager. |
[+] affected methods: 20 (0.3%)
NutsFilterManager.all ( NutsFilter... p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.all ( Class<T> p1, NutsFilter... p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.always ( Class<T> p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.any ( NutsFilter... p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.any ( Class<T> p1, NutsFilter... p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.as ( Class<T> p1, NutsFilter p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.dependency ( )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.descriptor ( )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.detectType ( NutsFilter p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.id ( )This abstract method is from 'NutsFilterManager' interface.
...
[+] interface NutsFormat 15
| Change | Effect |
|---|
| 1 |
Abstract method NutsString format ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method format ( ) in NutsFormat. |
| 2 |
Abstract method boolean isNtf ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isNtf ( ) in NutsFormat. |
| 3 |
Abstract method void print ( NutsPrintStream ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method print ( NutsPrintStream ) in NutsFormat. |
| 4 |
Abstract method void print ( NutsSessionTerminal ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method print ( NutsSessionTerminal ) in NutsFormat. |
| 5 |
Abstract method void println ( OutputStream ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method println ( OutputStream ) in NutsFormat. |
| 6 |
Abstract method void println ( NutsPrintStream ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method println ( NutsPrintStream ) in NutsFormat. |
| 7 |
Abstract method void println ( NutsSessionTerminal ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method println ( NutsSessionTerminal ) in NutsFormat. |
| 8 |
Abstract method NutsFormat setNtf ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setNtf ( boolean ) in NutsFormat. |
| 9 |
Added super-interface NutsCommandLineConfigurable. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsCommandLineConfigurable. |
| 10 |
Abstract method String format ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method format ( ) in interface NutsFormat. |
| 11 |
Abstract method void print ( PrintStream ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method print ( PrintStream ) in interface NutsFormat. |
| 12 |
Abstract method void print ( NutsTerminal ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method print ( NutsTerminal ) in interface NutsFormat. |
| 13 |
Abstract method void println ( PrintStream ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method println ( PrintStream ) in interface NutsFormat. |
| 14 |
Abstract method void println ( NutsTerminal ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method println ( NutsTerminal ) in interface NutsFormat. |
| 15 |
Removed super-interface NutsConfigurable. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsFormat. |
[+] affected methods: 34 (0.6%)
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsCommandLineFormat.setSession ( NutsSession p1 )Return value of this method is of type 'NutsFormat'.
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsDependencyFormat.setSession ( NutsSession p1 )Return value of this method is of type 'NutsFormat'.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsElementFormat.setSession ( NutsSession p1 )Return value of this method is of type 'NutsFormat'.
NutsFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsFormat' interface.
NutsFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsFormat' interface.
NutsFormat.getSession ( )This abstract method is from 'NutsFormat' interface.
...
[+] interface NutsFormatManager 12
| Change | Effect |
|---|
| 1 |
Abstract method NutsElementFormat element ( Object ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method element ( Object ) in NutsFormatManager. |
| 2 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsFormatManager. |
| 3 |
Abstract method NutsObjectFormat object ( Object ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method object ( Object ) in NutsFormatManager. |
| 4 |
Abstract method NutsPropertiesFormat props ( Object ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method props ( Object ) in NutsFormatManager. |
| 5 |
Abstract method NutsFormatManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsFormatManager. |
| 6 |
Abstract method NutsTableFormat table ( Object ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method table ( Object ) in NutsFormatManager. |
| 7 |
Abstract method NutsTreeFormat tree ( Object ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method tree ( Object ) in NutsFormatManager. |
| 8 |
Abstract method NutsIterableOutput iter ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method iter ( ) in interface NutsFormatManager. |
| 9 |
Abstract method NutsJsonFormat json ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method json ( ) in interface NutsFormatManager. |
| 10 |
Abstract method NutsFormat of ( NutsFormattable ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method of ( NutsFormattable ) in interface NutsFormatManager. |
| 11 |
Abstract method NutsStringFormat str ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method str ( ) in interface NutsFormatManager. |
| 12 |
Abstract method NutsXmlFormat xml ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method xml ( ) in interface NutsFormatManager. |
[+] affected methods: 6 (0.1%)
NutsFormatManager.element ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.object ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.props ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.table ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.tree ( )This abstract method is from 'NutsFormatManager' interface.
NutsWorkspace.formats ( )Return value of this abstract method is of type 'NutsFormatManager'.
[+] interface NutsId 5
| Change | Effect |
|---|
| 1 |
Abstract method String getPackaging ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPackaging ( ) in NutsId. |
| 2 |
Abstract method String getRepository ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRepository ( ) in NutsId. |
| 3 |
Abstract method NutsTokenFilter repositoryToken ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method repositoryToken ( ) in NutsId. |
| 4 |
Abstract method String getNamespace ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getNamespace ( ) in interface NutsId. |
| 5 |
Abstract method NutsTokenFilter namespaceToken ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method namespaceToken ( ) in interface NutsId. |
[+] affected methods: 96 (1.6%)
NutsApplicationContext.getAppId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCall.getId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCallBuilder.getId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCallBuilder.setId ( NutsId p1 )1st parameter 'p1' of this abstract method is of type 'NutsId'.
NutsDefinition.getApiId ( )Return value of this abstract method is of type 'NutsId'.
NutsDefinition.getId ( )Return value of this abstract method is of type 'NutsId'.
NutsDependency.toId ( )Return value of this abstract method is of type 'NutsId'.
NutsDependencyBuilder.setId ( NutsId p1 )1st parameter 'p1' of this abstract method is of type 'NutsId'.
NutsDependencyFilter.acceptDependency ( NutsId p1, NutsDependency p2, NutsSession p3 )1st parameter 'p1' of this abstract method is of type 'NutsId'.
NutsDeployCommand.addId ( NutsId p1 )1st parameter 'p1' of this abstract method is of type 'NutsId'.
...
[+] interface NutsIdBuilder 6
| Change | Effect |
|---|
| 1 |
Abstract method String getPackaging ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPackaging ( ) in NutsIdBuilder. |
| 2 |
Abstract method String getRepository ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRepository ( ) in NutsIdBuilder. |
| 3 |
Abstract method NutsIdBuilder omitImportedGroupId ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method omitImportedGroupId ( ) in NutsIdBuilder. |
| 4 |
Abstract method NutsIdBuilder setRepository ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setRepository ( String ) in NutsIdBuilder. |
| 5 |
Abstract method String getNamespace ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getNamespace ( ) in interface NutsIdBuilder. |
| 6 |
Abstract method NutsIdBuilder setNamespace ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setNamespace ( String ) in interface NutsIdBuilder. |
[+] affected methods: 39 (0.7%)
NutsId.builder ( )Return value of this abstract method is of type 'NutsIdBuilder'.
NutsIdBuilder.addProperties ( String p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.apply ( Function<String,String> p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.build ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.clear ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getArch ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getArtifactId ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getClassifier ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getFace ( )This abstract method is from 'NutsIdBuilder' interface.
...
[+] interface NutsIdFilter 3
| Change | Effect |
|---|
| 1 |
Method NutsIdFilter and ( NutsIdFilter ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method and ( NutsIdFilter ) in NutsIdFilter. |
| 2 |
Method NutsIdFilter neg ( ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method neg ( ) in NutsIdFilter. |
| 3 |
Method NutsIdFilter or ( NutsIdFilter ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method or ( NutsIdFilter ) in NutsIdFilter. |
[+] affected methods: 3 (0.1%)
NutsIdFilter.and ( NutsIdFilter other )This method is from 'NutsIdFilter' interface.
NutsIdFilter.neg ( )This method is from 'NutsIdFilter' interface.
NutsIdFilter.or ( NutsIdFilter other )This method is from 'NutsIdFilter' interface.
[+] interface NutsIdFilterManager 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsIdFilter byInstallStatus ( NutsInstallStatusFilter ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method byInstallStatus ( NutsInstallStatusFilter ) in NutsIdFilterManager. |
| 2 |
Abstract method NutsIdFilterManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsIdFilterManager. |
| 3 |
Abstract method NutsIdFilter byInstallStatus ( Set<NutsInstallStatus>... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method byInstallStatus ( Set<NutsInstallStatus>... ) in interface NutsIdFilterManager. |
| 4 |
Abstract method NutsIdFilter byInstallStatus ( NutsInstallStatus... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method byInstallStatus ( NutsInstallStatus... ) in interface NutsIdFilterManager. |
[+] affected methods: 5 (0.1%)
NutsFilterManager.id ( )Return value of this abstract method is of type 'NutsIdFilterManager'.
NutsIdFilterManager.byDefaultVersion ( Boolean p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byExpression ( String p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byName ( String... p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdManager.filter ( )Return value of this abstract method is of type 'NutsIdFilterManager'.
[+] interface NutsIdFormat 26
| Change | Effect |
|---|
| 1 |
Abstract method boolean isOmitRepository ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isOmitRepository ( ) in NutsIdFormat. |
| 2 |
Abstract method NutsIdFormat setNtf ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setNtf ( boolean ) in NutsIdFormat. |
| 3 |
Abstract method NutsIdFormat setOmitRepository ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setOmitRepository ( boolean ) in NutsIdFormat. |
| 4 |
Abstract method NutsIdFormat highlightImportedGroupId ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method highlightImportedGroupId ( ) in interface NutsIdFormat. |
| 5 |
Abstract method NutsIdFormat highlightImportedGroupId ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method highlightImportedGroupId ( boolean ) in interface NutsIdFormat. |
| 6 |
Abstract method NutsIdFormat highlightOptional ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method highlightOptional ( ) in interface NutsIdFormat. |
| 7 |
Abstract method NutsIdFormat highlightOptional ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method highlightOptional ( boolean ) in interface NutsIdFormat. |
| 8 |
Abstract method NutsIdFormat highlightScope ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method highlightScope ( ) in interface NutsIdFormat. |
| 9 |
Abstract method NutsIdFormat highlightScope ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method highlightScope ( boolean ) in interface NutsIdFormat. |
| 10 |
Abstract method boolean isOmitNamespace ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isOmitNamespace ( ) in interface NutsIdFormat. |
| 11 |
Abstract method NutsIdFormat omitClassifier ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method omitClassifier ( ) in interface NutsIdFormat. |
| 12 |
Abstract method NutsIdFormat omitClassifier ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method omitClassifier ( boolean ) in interface NutsIdFormat. |
| 13 |
Abstract method NutsIdFormat omitFace ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method omitFace ( ) in interface NutsIdFormat. |
| 14 |
Abstract method NutsIdFormat omitFace ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method omitFace ( boolean ) in interface NutsIdFormat. |
| 15 |
Abstract method NutsIdFormat omitGroupId ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method omitGroupId ( ) in interface NutsIdFormat. |
| 16 |
Abstract method NutsIdFormat omitGroupId ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method omitGroupId ( boolean ) in interface NutsIdFormat. |
| 17 |
Abstract method NutsIdFormat omitImportedGroupId ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method omitImportedGroupId ( ) in interface NutsIdFormat. |
| 18 |
Abstract method NutsIdFormat omitImportedGroupId ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method omitImportedGroupId ( boolean ) in interface NutsIdFormat. |
| 19 |
Abstract method NutsIdFormat omitNamespace ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method omitNamespace ( ) in interface NutsIdFormat. |
| 20 |
Abstract method NutsIdFormat omitNamespace ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method omitNamespace ( boolean ) in interface NutsIdFormat. |
| 21 |
Abstract method NutsIdFormat omitOtherProperties ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method omitOtherProperties ( ) in interface NutsIdFormat. |
| 22 |
Abstract method NutsIdFormat omitOtherProperties ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method omitOtherProperties ( boolean ) in interface NutsIdFormat. |
| 23 |
Abstract method NutsIdFormat omitProperty ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method omitProperty ( String ) in interface NutsIdFormat. |
| 24 |
Abstract method NutsIdFormat omitProperty ( String, boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method omitProperty ( String, boolean ) in interface NutsIdFormat. |
| 25 |
Abstract method NutsIdFormat setOmitNamespace ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setOmitNamespace ( boolean ) in interface NutsIdFormat. |
| 26 |
Abstract method NutsIdFormat value ( NutsId ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method value ( NutsId ) in interface NutsIdFormat. |
[+] affected methods: 28 (0.5%)
NutsIdFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIdFormat' interface.
NutsIdFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIdFormat' interface.
NutsIdFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.getOmitProperties ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.getValue ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightImportedGroupId ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightOptional ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightScope ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitClassifier ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitFace ( )This abstract method is from 'NutsIdFormat' interface.
...
[+] interface NutsIdLocationBuilder 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsIdLocationBuilder classifier ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method classifier ( String ) in interface NutsIdLocationBuilder. |
| 2 |
Abstract method NutsIdLocationBuilder region ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method region ( String ) in interface NutsIdLocationBuilder. |
| 3 |
Abstract method NutsIdLocationBuilder url ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method url ( String ) in interface NutsIdLocationBuilder. |
[+] affected methods: 11 (0.2%)
NutsDescriptorManager.locationBuilder ( )Return value of this abstract method is of type 'NutsIdLocationBuilder'.
NutsIdLocationBuilder.build ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.clear ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getClassifier ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getRegion ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getUrl ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.set ( NutsIdLocation p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.set ( NutsIdLocationBuilder p1 )1st parameter 'p1' of this abstract method is of type 'NutsIdLocationBuilder'.
NutsIdLocationBuilder.setClassifier ( String p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.setRegion ( String p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
...
[+] interface NutsIdManager 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsIdManager. |
| 2 |
Abstract method NutsId parse ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( String ) in NutsIdManager. |
| 3 |
Abstract method NutsIdManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsIdManager. |
[+] affected methods: 8 (0.1%)
NutsIdManager.builder ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.filter ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.formatter ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.formatter ( NutsId p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.parser ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.resolveId ( Class p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.resolveIds ( Class p1 )This abstract method is from 'NutsIdManager' interface.
NutsWorkspace.id ( )Return value of this abstract method is of type 'NutsIdManager'.
[+] interface NutsImportManager 11
| Change | Effect |
|---|
| 1 |
Abstract method NutsImportManager add ( String[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method add ( String[ ] ) in NutsImportManager. |
| 2 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsImportManager. |
| 3 |
Abstract method boolean isImportedGroupId ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isImportedGroupId ( String ) in NutsImportManager. |
| 4 |
Abstract method NutsImportManager remove ( String[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method remove ( String[ ] ) in NutsImportManager. |
| 5 |
Abstract method NutsImportManager removeAll ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeAll ( ) in NutsImportManager. |
| 6 |
Abstract method NutsImportManager set ( String[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method set ( String[ ] ) in NutsImportManager. |
| 7 |
Abstract method NutsImportManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsImportManager. |
| 8 |
Abstract method void add ( String[ ], NutsAddOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method add ( String[ ], NutsAddOptions ) in interface NutsImportManager. |
| 9 |
Abstract method void remove ( String[ ], NutsRemoveOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method remove ( String[ ], NutsRemoveOptions ) in interface NutsImportManager. |
| 10 |
Abstract method void removeAll ( NutsRemoveOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeAll ( NutsRemoveOptions ) in interface NutsImportManager. |
| 11 |
Abstract method void set ( String[ ], NutsUpdateOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method set ( String[ ], NutsUpdateOptions ) in interface NutsImportManager. |
[+] affected methods: 2 (0.03%)
NutsImportManager.getAll ( )This abstract method is from 'NutsImportManager' interface.
NutsWorkspace.imports ( )Return value of this abstract method is of type 'NutsImportManager'.
[+] interface NutsIndexStore 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsIndexStore enabled ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method enabled ( ) in interface NutsIndexStore. |
| 2 |
Abstract method NutsIndexStore enabled ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method enabled ( boolean ) in interface NutsIndexStore. |
[+] affected methods: 9 (0.2%)
NutsIndexStore.invalidate ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.isEnabled ( )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.isSubscribed ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.revalidate ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.search ( NutsIdFilter p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.searchVersions ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.setEnabled ( boolean p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.subscribe ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.unsubscribe ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
[+] interface NutsIndexStoreFactory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIndexStoreFactory. |
[+] affected methods: 1 (0.02%)
NutsIndexStoreFactory.createIndexStore ( NutsRepository p1 )This abstract method is from 'NutsIndexStoreFactory' interface.
[+] interface NutsInfoFormat 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsInfoFormat setNtf ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setNtf ( boolean ) in NutsInfoFormat. |
| 2 |
Abstract method NutsInfoFormat showRepositories ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method showRepositories ( ) in interface NutsInfoFormat. |
| 3 |
Abstract method NutsInfoFormat showRepositories ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method showRepositories ( boolean ) in interface NutsInfoFormat. |
[+] affected methods: 12 (0.2%)
NutsInfoFormat.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.addProperty ( String p1, String p2 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.isFancy ( )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.isShowRepositories ( )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setFancy ( boolean p1 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setSession ( NutsSession p1 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsInfoFormat' interface.
...
[+] interface NutsInput 11
| Change | Effect |
|---|
| 1 |
Abstract method String getContentEncoding ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getContentEncoding ( ) in NutsInput. |
| 2 |
Abstract method String getContentType ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getContentType ( ) in NutsInput. |
| 3 |
Abstract method Path getFilePath ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFilePath ( ) in NutsInput. |
| 4 |
Abstract method NutsString getFormattedName ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFormattedName ( ) in NutsInput. |
| 5 |
Abstract method Instant getLastModifiedInstant ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLastModifiedInstant ( ) in NutsInput. |
| 6 |
Abstract method List<String> head ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method head ( int ) in NutsInput. |
| 7 |
Abstract method boolean isFile ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isFile ( ) in NutsInput. |
| 8 |
Abstract method Stream<String> lines ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method lines ( ) in NutsInput. |
| 9 |
Abstract method List<String> tail ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method tail ( int ) in NutsInput. |
| 10 |
Abstract method Path getPath ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getPath ( ) in interface NutsInput. |
| 11 |
Abstract method boolean isPath ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isPath ( ) in interface NutsInput. |
[+] affected methods: 12 (0.2%)
NutsInput.close ( )This abstract method is from 'NutsInput' interface.
NutsInput.getName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getSource ( )This abstract method is from 'NutsInput' interface.
NutsInput.getTypeName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getURL ( )This abstract method is from 'NutsInput' interface.
NutsInput.isURL ( )This abstract method is from 'NutsInput' interface.
NutsInput.length ( )This abstract method is from 'NutsInput' interface.
NutsInput.open ( )This abstract method is from 'NutsInput' interface.
NutsIOCopyAction.from ( NutsInput p1 )1st parameter 'p1' of this abstract method is of type 'NutsInput'.
NutsIOCopyAction.setSource ( NutsInput p1 )1st parameter 'p1' of this abstract method is of type 'NutsInput'.
...
[+] interface NutsInputManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInputManager. |
[+] affected methods: 14 (0.2%)
NutsInputManager.getName ( )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.getTypeName ( )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.isMultiRead ( )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.of ( byte[ ] p1 )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.of ( File p1 )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.of ( InputStream p1 )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.of ( Object p1 )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.of ( String p1 )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.of ( URL p1 )This abstract method is from 'NutsInputManager' interface.
NutsInputManager.of ( Path p1 )This abstract method is from 'NutsInputManager' interface.
...
[+] interface NutsInputStreamTransparentAdapter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInputStreamTransparentAdapter. |
[+] affected methods: 1 (0.02%)
NutsInputStreamTransparentAdapter.baseInputStream ( )This abstract method is from 'NutsInputStreamTransparentAdapter' interface.
[+] interface NutsInstallCommand 13
| Change | Effect |
|---|
| 1 |
Abstract method NutsInstallCommand setId ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setId ( String ) in NutsInstallCommand. |
| 2 |
Abstract method NutsInstallCommand setId ( NutsId ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setId ( NutsId ) in NutsInstallCommand. |
| 3 |
Abstract method NutsInstallCommand setIds ( String... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setIds ( String... ) in NutsInstallCommand. |
| 4 |
Abstract method NutsInstallCommand setIds ( NutsId... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setIds ( NutsId... ) in NutsInstallCommand. |
| 5 |
Abstract method NutsInstallCommand arg ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method arg ( String ) in interface NutsInstallCommand. |
| 6 |
Abstract method NutsInstallCommand args ( Collection<String> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method args ( Collection<String> ) in interface NutsInstallCommand. |
| 7 |
Abstract method NutsInstallCommand args ( String... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method args ( String... ) in interface NutsInstallCommand. |
| 8 |
Abstract method NutsInstallCommand id ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method id ( String ) in interface NutsInstallCommand. |
| 9 |
Abstract method NutsInstallCommand id ( NutsId ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method id ( NutsId ) in interface NutsInstallCommand. |
| 10 |
Abstract method NutsInstallCommand ids ( String... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method ids ( String... ) in interface NutsInstallCommand. |
| 11 |
Abstract method NutsInstallCommand ids ( NutsId... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method ids ( NutsId... ) in interface NutsInstallCommand. |
| 12 |
Abstract method NutsInstallCommand installed ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method installed ( ) in interface NutsInstallCommand. |
| 13 |
Abstract method NutsInstallCommand installed ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method installed ( boolean ) in interface NutsInstallCommand. |
[+] affected methods: 40 (0.7%)
NutsInstallCommand.addArg ( String p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addArgs ( String... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addConditionalArgs ( Predicate<NutsDefinition> p1, String... p2 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addId ( String p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addId ( NutsId p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addIds ( String... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.clearArgs ( )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.clearIds ( )This abstract method is from 'NutsInstallCommand' interface.
...
[+] interface NutsInstallInformation 8
| Change | Effect |
|---|
| 1 |
Abstract method Instant getCreatedInstant ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCreatedInstant ( ) in NutsInstallInformation. |
| 2 |
Abstract method String getInstallFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInstallFolder ( ) in NutsInstallInformation. |
| 3 |
Abstract method NutsInstallStatus getInstallStatus ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInstallStatus ( ) in NutsInstallInformation. |
| 4 |
Abstract method Instant getLastModifiedInstant ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLastModifiedInstant ( ) in NutsInstallInformation. |
| 5 |
Abstract method Instant getCreatedDate ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getCreatedDate ( ) in interface NutsInstallInformation. |
| 6 |
Abstract method Path getInstallFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getInstallFolder ( ) in interface NutsInstallInformation. |
| 7 |
Abstract method Set<NutsInstallStatus> getInstallStatus ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getInstallStatus ( ) in interface NutsInstallInformation. |
| 8 |
Abstract method Instant getLastModifiedDate ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getLastModifiedDate ( ) in interface NutsInstallInformation. |
[+] affected methods: 14 (0.2%)
NutsDefinition.getInstallInformation ( )Return value of this abstract method is of type 'NutsInstallInformation'.
NutsFetchCommand.getResultInstallInformation ( )Return value of this abstract method is of type 'NutsInstallInformation'.
NutsInstallInformation.getId ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getInstallUser ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getSourceRepositoryName ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getSourceRepositoryUUID ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isDefaultVersion ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isInstalledOrRequired ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isJustInstalled ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isJustReInstalled ( )This abstract method is from 'NutsInstallInformation' interface.
...
[+] interface NutsIOCompressAction 8
| Change | Effect |
|---|
| 1 |
Abstract method NutsIOCompressAction logProgress ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method logProgress ( ) in interface NutsIOCompressAction. |
| 2 |
Abstract method NutsIOCompressAction logProgress ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method logProgress ( boolean ) in interface NutsIOCompressAction. |
| 3 |
Abstract method NutsIOCompressAction progressMonitor ( NutsProgressMonitor ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method progressMonitor ( NutsProgressMonitor ) in interface NutsIOCompressAction. |
| 4 |
Abstract method NutsIOCompressAction progressMonitorFactory ( NutsProgressFactory ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method progressMonitorFactory ( NutsProgressFactory ) in interface NutsIOCompressAction. |
| 5 |
Abstract method NutsIOCompressAction safe ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method safe ( ) in interface NutsIOCompressAction. |
| 6 |
Abstract method NutsIOCompressAction safe ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method safe ( boolean ) in interface NutsIOCompressAction. |
| 7 |
Abstract method NutsIOCompressAction skipRoot ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method skipRoot ( ) in interface NutsIOCompressAction. |
| 8 |
Abstract method NutsIOCompressAction skipRoot ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method skipRoot ( boolean ) in interface NutsIOCompressAction. |
[+] affected methods: 36 (0.6%)
NutsIOCompressAction.addSource ( File p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( InputStream p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( String p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( URL p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( Path p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getFormat ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getFormatOption ( String p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getSession ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getSources ( )This abstract method is from 'NutsIOCompressAction' interface.
...
[+] interface NutsIOCopyAction 15
| Change | Effect |
|---|
| 1 |
Abstract method boolean isMkdirs ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isMkdirs ( ) in NutsIOCopyAction. |
| 2 |
Abstract method boolean isRecursive ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isRecursive ( ) in NutsIOCopyAction. |
| 3 |
Abstract method NutsIOCopyAction setMkdirs ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setMkdirs ( boolean ) in NutsIOCopyAction. |
| 4 |
Abstract method NutsIOCopyAction setRecursive ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setRecursive ( boolean ) in NutsIOCopyAction. |
| 5 |
Abstract method NutsIOCopyAction setTarget ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setTarget ( String ) in NutsIOCopyAction. |
| 6 |
Abstract method NutsIOCopyAction setTarget ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setTarget ( NutsPath ) in NutsIOCopyAction. |
| 7 |
Abstract method NutsIOCopyAction logProgress ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method logProgress ( ) in interface NutsIOCopyAction. |
| 8 |
Abstract method NutsIOCopyAction logProgress ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method logProgress ( boolean ) in interface NutsIOCopyAction. |
| 9 |
Abstract method NutsIOCopyAction progressMonitor ( NutsProgressMonitor ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method progressMonitor ( NutsProgressMonitor ) in interface NutsIOCopyAction. |
| 10 |
Abstract method NutsIOCopyAction progressMonitorFactory ( NutsProgressFactory ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method progressMonitorFactory ( NutsProgressFactory ) in interface NutsIOCopyAction. |
| 11 |
Abstract method NutsIOCopyAction safe ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method safe ( ) in interface NutsIOCopyAction. |
| 12 |
Abstract method NutsIOCopyAction safe ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method safe ( boolean ) in interface NutsIOCopyAction. |
| 13 |
Abstract method NutsIOCopyAction skipRoot ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method skipRoot ( ) in interface NutsIOCopyAction. |
| 14 |
Abstract method NutsIOCopyAction skipRoot ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method skipRoot ( boolean ) in interface NutsIOCopyAction. |
| 15 |
Abstract method NutsIOCopyAction validator ( NutsIOCopyValidator ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method validator ( NutsIOCopyValidator ) in interface NutsIOCopyAction. |
[+] affected methods: 45 (0.8%)
NutsIOCopyAction.from ( File p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( InputStream p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( Object p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( String p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( URL p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( Path p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( NutsInput p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getByteArrayResult ( )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getSession ( )This abstract method is from 'NutsIOCopyAction' interface.
...
[+] interface NutsIODeleteAction 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsIODeleteAction failFast ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method failFast ( ) in interface NutsIODeleteAction. |
| 2 |
Abstract method NutsIODeleteAction failFast ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method failFast ( boolean ) in interface NutsIODeleteAction. |
| 3 |
Abstract method NutsIODeleteAction target ( Object ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method target ( Object ) in interface NutsIODeleteAction. |
[+] affected methods: 10 (0.2%)
NutsIODeleteAction.getSession ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.getTarget ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.isFailFast ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.run ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setFailFast ( boolean p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setSession ( NutsSession p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( File p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( Object p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( Path p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIOManager.delete ( )Return value of this abstract method is of type 'NutsIODeleteAction'.
[+] interface NutsIOHashAction 11
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsIOHashAction. |
| 2 |
Abstract method NutsIOHashAction setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsIOHashAction. |
| 3 |
Abstract method NutsIOHashAction setSource ( File ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSource ( File ) in NutsIOHashAction. |
| 4 |
Abstract method NutsIOHashAction setSource ( InputStream ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSource ( InputStream ) in NutsIOHashAction. |
| 5 |
Abstract method NutsIOHashAction setSource ( Path ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSource ( Path ) in NutsIOHashAction. |
| 6 |
Abstract method NutsIOHashAction setSource ( NutsDescriptor ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSource ( NutsDescriptor ) in NutsIOHashAction. |
| 7 |
Abstract method NutsIOHashAction setSource ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSource ( NutsPath ) in NutsIOHashAction. |
| 8 |
Abstract method NutsIOHashAction source ( File ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method source ( File ) in interface NutsIOHashAction. |
| 9 |
Abstract method NutsIOHashAction source ( InputStream ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method source ( InputStream ) in interface NutsIOHashAction. |
| 10 |
Abstract method NutsIOHashAction source ( Path ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method source ( Path ) in interface NutsIOHashAction. |
| 11 |
Abstract method NutsIOHashAction source ( NutsDescriptor ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method source ( NutsDescriptor ) in interface NutsIOHashAction. |
[+] affected methods: 9 (0.2%)
NutsIOHashAction.algorithm ( String p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.computeBytes ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.computeString ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.getAlgorithm ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.md5 ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setAlgorithm ( String p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.sha1 ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.writeHash ( OutputStream p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOManager.hash ( )Return value of this abstract method is of type 'NutsIOHashAction'.
[+] interface NutsIOLockAction 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsIOLockAction setResource ( Object ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setResource ( Object ) in NutsIOLockAction. |
| 2 |
Abstract method NutsIOLockAction resource ( Object ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method resource ( Object ) in interface NutsIOLockAction. |
| 3 |
Abstract method NutsIOLockAction source ( Object ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method source ( Object ) in interface NutsIOLockAction. |
[+] affected methods: 13 (0.2%)
NutsConcurrentManager.lock ( )Return value of this abstract method is of type 'NutsIOLockAction'.
NutsIOLockAction.call ( Callable<T> p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.call ( Callable<T> p1, long p2, TimeUnit p3 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.create ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getResource ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getSession ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getSource ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.run ( Runnable p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.run ( Runnable p1, long p2, TimeUnit p3 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.setResource ( File p1 )This abstract method is from 'NutsIOLockAction' interface.
...
[+] interface NutsIOManager 31
| Change | Effect |
|---|
| 1 |
Abstract method NutsIOManager addPathFactory ( NutsPathFactory ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addPathFactory ( NutsPathFactory ) in NutsIOManager. |
| 2 |
Abstract method NutsMemoryPrintStream createMemoryPrintStream ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createMemoryPrintStream ( ) in NutsIOManager. |
| 3 |
Abstract method NutsPrintStream createPrintStream ( OutputStream ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createPrintStream ( OutputStream ) in NutsIOManager. |
| 4 |
Abstract method NutsPrintStream createPrintStream ( OutputStream, NutsTerminalMode ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createPrintStream ( OutputStream, NutsTerminalMode ) in NutsIOManager. |
| 5 |
Abstract method NutsPrintStream createPrintStream ( Writer ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createPrintStream ( Writer ) in NutsIOManager. |
| 6 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsIOManager. |
| 7 |
Abstract method NutsInputAction input ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method input ( ) in NutsIOManager. |
| 8 |
Abstract method boolean isStandardErrorStream ( NutsPrintStream ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isStandardErrorStream ( NutsPrintStream ) in NutsIOManager. |
| 9 |
Abstract method boolean isStandardInputStream ( InputStream ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isStandardInputStream ( InputStream ) in NutsIOManager. |
| 10 |
Abstract method boolean isStandardOutputStream ( NutsPrintStream ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isStandardOutputStream ( NutsPrintStream ) in NutsIOManager. |
| 11 |
Abstract method NutsPrintStream nullPrintStream ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method nullPrintStream ( ) in NutsIOManager. |
| 12 |
Abstract method NutsOutputAction output ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method output ( ) in NutsIOManager. |
| 13 |
Abstract method NutsPath path ( File ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method path ( File ) in NutsIOManager. |
| 14 |
Abstract method NutsPath path ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method path ( String ) in NutsIOManager. |
| 15 |
Abstract method NutsPath path ( String, ClassLoader ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method path ( String, ClassLoader ) in NutsIOManager. |
| 16 |
Abstract method NutsPath path ( URL ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method path ( URL ) in NutsIOManager. |
| 17 |
Abstract method NutsPath path ( Path ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method path ( Path ) in NutsIOManager. |
| 18 |
Abstract method NutsIOManager removePathFactory ( NutsPathFactory ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removePathFactory ( NutsPathFactory ) in NutsIOManager. |
| 19 |
Abstract method NutsIOManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsIOManager. |
| 20 |
Abstract method NutsPrintStream stderr ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method stderr ( ) in NutsIOManager. |
| 21 |
Abstract method InputStream stdin ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method stdin ( ) in NutsIOManager. |
| 22 |
Abstract method NutsPrintStream stdout ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method stdout ( ) in NutsIOManager. |
| 23 |
Abstract method NutsTempAction tmp ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method tmp ( ) in NutsIOManager. |
| 24 |
Abstract method PrintStream createPrintStream ( OutputStream, NutsTerminalMode ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createPrintStream ( OutputStream, NutsTerminalMode ) in interface NutsIOManager. |
| 25 |
Abstract method NutsInputManager input ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method input ( ) in interface NutsIOManager. |
| 26 |
Abstract method String loadFormattedString ( Reader, ClassLoader ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadFormattedString ( Reader, ClassLoader ) in interface NutsIOManager. |
| 27 |
Abstract method String loadFormattedString ( String, ClassLoader, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadFormattedString ( String, ClassLoader, String ) in interface NutsIOManager. |
| 28 |
Abstract method PrintStream nullPrintStream ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method nullPrintStream ( ) in interface NutsIOManager. |
| 29 |
Abstract method NutsOutputManager output ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method output ( ) in interface NutsIOManager. |
| 30 |
Abstract method NutsTerminalManager term ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method term ( ) in interface NutsIOManager. |
| 31 |
Abstract method NutsTempManager tmp ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method tmp ( ) in interface NutsIOManager. |
[+] affected methods: 11 (0.2%)
NutsIOManager.compress ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.copy ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.delete ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.expandPath ( String p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.expandPath ( String p1, String p2 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.hash ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.monitor ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.nullInputStream ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.ps ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.uncompress ( )This abstract method is from 'NutsIOManager' interface.
...
[+] interface NutsIOProcessAction 2
| Change | Effect |
|---|
| 1 |
Abstract method boolean isSupportedKillProcess ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isSupportedKillProcess ( ) in NutsIOProcessAction. |
| 2 |
Abstract method boolean killProcess ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method killProcess ( String ) in NutsIOProcessAction. |
[+] affected methods: 11 (0.2%)
NutsIOManager.ps ( )Return value of this abstract method is of type 'NutsIOProcessAction'.
NutsIOProcessAction.failFast ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.failFast ( boolean p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getResultList ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getSession ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getType ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.isFailFast ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.setFailFast ( boolean p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.setSession ( NutsSession p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.setType ( String p1 )This abstract method is from 'NutsIOProcessAction' interface.
...
[+] interface NutsIOUncompressAction 8
| Change | Effect |
|---|
| 1 |
Abstract method NutsIOUncompressAction visit ( NutsIOUncompressVisitor ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method visit ( NutsIOUncompressVisitor ) in NutsIOUncompressAction. |
| 2 |
Abstract method NutsIOUncompressAction logProgress ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method logProgress ( ) in interface NutsIOUncompressAction. |
| 3 |
Abstract method NutsIOUncompressAction logProgress ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method logProgress ( boolean ) in interface NutsIOUncompressAction. |
| 4 |
Abstract method NutsIOUncompressAction progressMonitorFactory ( NutsProgressFactory ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method progressMonitorFactory ( NutsProgressFactory ) in interface NutsIOUncompressAction. |
| 5 |
Abstract method NutsIOUncompressAction safe ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method safe ( ) in interface NutsIOUncompressAction. |
| 6 |
Abstract method NutsIOUncompressAction safe ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method safe ( boolean ) in interface NutsIOUncompressAction. |
| 7 |
Abstract method NutsIOUncompressAction skipRoot ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method skipRoot ( ) in interface NutsIOUncompressAction. |
| 8 |
Abstract method NutsIOUncompressAction skipRoot ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method skipRoot ( boolean ) in interface NutsIOUncompressAction. |
[+] affected methods: 39 (0.7%)
NutsIOManager.uncompress ( )Return value of this abstract method is of type 'NutsIOUncompressAction'.
NutsIOUncompressAction.from ( File p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( InputStream p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( Object p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( String p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( URL p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( Path p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getFormat ( )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getFormatOption ( String p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOUncompressAction' interface.
...
[+] interface NutsIterableFormat 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsContentType getOutputFormat ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOutputFormat ( ) in NutsIterableFormat. |
| 2 |
Added super-interface NutsCommandLineConfigurable. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsCommandLineConfigurable. |
| 3 |
Abstract method NutsOutputFormat getOutputFormat ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOutputFormat ( ) in interface NutsIterableFormat. |
| 4 |
Removed super-interface NutsConfigurable. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsIterableFormat. |
[+] affected methods: 5 (0.1%)
NutsIterableFormat.complete ( long p1 )This abstract method is from 'NutsIterableFormat' interface.
NutsIterableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIterableFormat' interface.
NutsIterableFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsIterableFormat' interface.
NutsIterableFormat.next ( Object p1, long p2 )This abstract method is from 'NutsIterableFormat' interface.
NutsIterableFormat.start ( )This abstract method is from 'NutsIterableFormat' interface.
[+] interface NutsIterableOutput 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIterableOutput. |
[+] affected methods: 10 (0.2%)
NutsIterableOutput.complete ( )This abstract method is from 'NutsIterableOutput' interface.
NutsIterableOutput.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIterableOutput' interface.
NutsIterableOutput.configure ( boolean p1, String... p2 )This abstract method is from 'NutsIterableOutput' interface.
NutsIterableOutput.next ( Object p1 )This abstract method is from 'NutsIterableOutput' interface.
NutsIterableOutput.out ( PrintStream p1 )This abstract method is from 'NutsIterableOutput' interface.
NutsIterableOutput.out ( PrintWriter p1 )This abstract method is from 'NutsIterableOutput' interface.
NutsIterableOutput.setOut ( PrintStream p1 )This abstract method is from 'NutsIterableOutput' interface.
NutsIterableOutput.setOut ( PrintWriter p1 )This abstract method is from 'NutsIterableOutput' interface.
NutsIterableOutput.setSession ( NutsSession p1 )This abstract method is from 'NutsIterableOutput' interface.
NutsIterableOutput.start ( )This abstract method is from 'NutsIterableOutput' interface.
[+] interface NutsJsonFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsJsonFormat. |
[+] affected methods: 19 (0.3%)
NutsJsonFormat.compact ( )This abstract method is from 'NutsJsonFormat' interface.
NutsJsonFormat.compact ( boolean p1 )This abstract method is from 'NutsJsonFormat' interface.
NutsJsonFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsJsonFormat' interface.
NutsJsonFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsJsonFormat' interface.
NutsJsonFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsJsonFormat' interface.
NutsJsonFormat.getValue ( )This abstract method is from 'NutsJsonFormat' interface.
NutsJsonFormat.isCompact ( )This abstract method is from 'NutsJsonFormat' interface.
NutsJsonFormat.parse ( byte[ ] p1, Class<T> p2 )This abstract method is from 'NutsJsonFormat' interface.
NutsJsonFormat.parse ( File p1, Class<T> p2 )This abstract method is from 'NutsJsonFormat' interface.
NutsJsonFormat.parse ( InputStream p1, Class<T> p2 )This abstract method is from 'NutsJsonFormat' interface.
...
[+] interface NutsLogger 8
| Change | Effect |
|---|
| 1 |
Abstract method void log ( NutsSession, Level, String, Throwable ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method log ( NutsSession, Level, String, Throwable ) in NutsLogger. |
| 2 |
Abstract method void log ( NutsSession, Level, NutsLogVerb, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method log ( NutsSession, Level, NutsLogVerb, String ) in NutsLogger. |
| 3 |
Abstract method void log ( NutsSession, Level, NutsLogVerb, String, Object... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method log ( NutsSession, Level, NutsLogVerb, String, Object... ) in NutsLogger. |
| 4 |
Abstract method void log ( NutsSession, Level, NutsLogVerb, Supplier<String> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method log ( NutsSession, Level, NutsLogVerb, Supplier<String> ) in NutsLogger. |
| 5 |
Abstract method void log ( Level, String, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method log ( Level, String, String ) in interface NutsLogger. |
| 6 |
Abstract method void log ( Level, String, String, Object... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method log ( Level, String, String, Object... ) in interface NutsLogger. |
| 7 |
Abstract method void log ( Level, String, Throwable ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method log ( Level, String, Throwable ) in interface NutsLogger. |
| 8 |
Abstract method void log ( Level, String, Supplier<String> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method log ( Level, String, Supplier<String> ) in interface NutsLogger. |
[+] affected methods: 5 (0.1%)
NutsLogger.isLoggable ( Level p1 )This abstract method is from 'NutsLogger' interface.
NutsLogger.log ( LogRecord p1 )This abstract method is from 'NutsLogger' interface.
NutsLogger.with ( )This abstract method is from 'NutsLogger' interface.
NutsLogManager.of ( Class p1 )Return value of this abstract method is of type 'NutsLogger'.
NutsLogManager.of ( String p1 )Return value of this abstract method is of type 'NutsLogger'.
[+] interface NutsLoggerOp 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsLoggerOp session ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method session ( NutsSession ) in NutsLoggerOp. |
| 2 |
Abstract method NutsLoggerOp verb ( NutsLogVerb ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method verb ( NutsLogVerb ) in NutsLoggerOp. |
| 3 |
Abstract method NutsLoggerOp verb ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method verb ( String ) in interface NutsLoggerOp. |
[+] affected methods: 9 (0.2%)
NutsLogger.with ( )Return value of this abstract method is of type 'NutsLoggerOp'.
NutsLoggerOp.error ( Throwable p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.formatted ( )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.formatted ( boolean p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.level ( Level p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.log ( String p1, Object... p2 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.log ( Supplier<String> p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.style ( NutsTextFormatStyle p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.time ( long p1 )This abstract method is from 'NutsLoggerOp' interface.
[+] interface NutsLogManager 10
| Change | Effect |
|---|
| 1 |
Abstract method NutsLogManager addHandler ( Handler ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addHandler ( Handler ) in NutsLogManager. |
| 2 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsLogManager. |
| 3 |
Abstract method NutsLogManager removeHandler ( Handler ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeHandler ( Handler ) in NutsLogManager. |
| 4 |
Abstract method NutsLogManager setFileLevel ( Level ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setFileLevel ( Level ) in NutsLogManager. |
| 5 |
Abstract method NutsLogManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsLogManager. |
| 6 |
Abstract method NutsLogManager setTermLevel ( Level ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setTermLevel ( Level ) in NutsLogManager. |
| 7 |
Abstract method void addHandler ( Handler ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addHandler ( Handler ) in interface NutsLogManager. |
| 8 |
Abstract method void removeHandler ( Handler ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeHandler ( Handler ) in interface NutsLogManager. |
| 9 |
Abstract method void setFileLevel ( Level, NutsUpdateOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setFileLevel ( Level, NutsUpdateOptions ) in interface NutsLogManager. |
| 10 |
Abstract method void setTermLevel ( Level, NutsUpdateOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setTermLevel ( Level, NutsUpdateOptions ) in interface NutsLogManager. |
[+] affected methods: 8 (0.1%)
NutsLogManager.getFileHandler ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getFileLevel ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getHandlers ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getTermHandler ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getTermLevel ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.of ( Class p1 )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.of ( String p1 )This abstract method is from 'NutsLogManager' interface.
NutsWorkspace.log ( )Return value of this abstract method is of type 'NutsLogManager'.
[+] interface NutsMonitorAction 17
| Change | Effect |
|---|
| 1 |
Abstract method NutsString getName ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getName ( ) in NutsMonitorAction. |
| 2 |
Abstract method NutsMonitorAction setName ( NutsString ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setName ( NutsString ) in NutsMonitorAction. |
| 3 |
Abstract method NutsMonitorAction setSource ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSource ( NutsPath ) in NutsMonitorAction. |
| 4 |
Abstract method String getName ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getName ( ) in interface NutsMonitorAction. |
| 5 |
Abstract method NutsMonitorAction length ( long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method length ( long ) in interface NutsMonitorAction. |
| 6 |
Abstract method NutsMonitorAction logProgress ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method logProgress ( ) in interface NutsMonitorAction. |
| 7 |
Abstract method NutsMonitorAction logProgress ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method logProgress ( boolean ) in interface NutsMonitorAction. |
| 8 |
Abstract method NutsMonitorAction name ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method name ( String ) in interface NutsMonitorAction. |
| 9 |
Abstract method NutsMonitorAction origin ( Object ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method origin ( Object ) in interface NutsMonitorAction. |
| 10 |
Abstract method NutsMonitorAction progressFactory ( NutsProgressFactory ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method progressFactory ( NutsProgressFactory ) in interface NutsMonitorAction. |
| 11 |
Abstract method NutsMonitorAction progressMonitor ( NutsProgressMonitor ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method progressMonitor ( NutsProgressMonitor ) in interface NutsMonitorAction. |
| 12 |
Abstract method NutsMonitorAction setName ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setName ( String ) in interface NutsMonitorAction. |
| 13 |
Abstract method NutsMonitorAction source ( File ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method source ( File ) in interface NutsMonitorAction. |
| 14 |
Abstract method NutsMonitorAction source ( InputStream ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method source ( InputStream ) in interface NutsMonitorAction. |
| 15 |
Abstract method NutsMonitorAction source ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method source ( String ) in interface NutsMonitorAction. |
| 16 |
Abstract method NutsMonitorAction source ( Path ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method source ( Path ) in interface NutsMonitorAction. |
| 17 |
Abstract method NutsMonitorAction source ( NutsInput ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method source ( NutsInput ) in interface NutsMonitorAction. |
[+] affected methods: 21 (0.4%)
NutsIOManager.monitor ( )Return value of this abstract method is of type 'NutsMonitorAction'.
NutsMonitorAction.create ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.createSource ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getLength ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getOrigin ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getProgressFactory ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getSession ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getSourceTypeName ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.isLogProgress ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.setLength ( long p1 )This abstract method is from 'NutsMonitorAction' interface.
...
[+] interface NutsNamedElement 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsNamedElement. |
[+] affected methods: 2 (0.03%)
NutsNamedElement.getName ( )This abstract method is from 'NutsNamedElement' interface.
NutsNamedElement.getValue ( )This abstract method is from 'NutsNamedElement' interface.
[+] interface NutsObjectElement 37
| Change | Effect |
|---|
| 1 |
Abstract method NutsElement get ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method get ( NutsElement ) in NutsObjectElement. |
| 2 |
Abstract method NutsArrayElement getArray ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getArray ( String ) in NutsObjectElement. |
| 3 |
Abstract method NutsArrayElement getArray ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getArray ( NutsElement ) in NutsObjectElement. |
| 4 |
Abstract method boolean getBoolean ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBoolean ( String ) in NutsObjectElement. |
| 5 |
Abstract method boolean getBoolean ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBoolean ( NutsElement ) in NutsObjectElement. |
| 6 |
Abstract method byte getByte ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getByte ( String ) in NutsObjectElement. |
| 7 |
Abstract method byte getByte ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getByte ( NutsElement ) in NutsObjectElement. |
| 8 |
Abstract method double getDouble ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDouble ( String ) in NutsObjectElement. |
| 9 |
Abstract method double getDouble ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDouble ( NutsElement ) in NutsObjectElement. |
| 10 |
Abstract method float getFloat ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFloat ( String ) in NutsObjectElement. |
| 11 |
Abstract method float getFloat ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFloat ( NutsElement ) in NutsObjectElement. |
| 12 |
Abstract method Instant getInstant ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInstant ( String ) in NutsObjectElement. |
| 13 |
Abstract method Instant getInstant ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInstant ( NutsElement ) in NutsObjectElement. |
| 14 |
Abstract method int getInt ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInt ( String ) in NutsObjectElement. |
| 15 |
Abstract method int getInt ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInt ( NutsElement ) in NutsObjectElement. |
| 16 |
Abstract method long getLong ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLong ( String ) in NutsObjectElement. |
| 17 |
Abstract method long getLong ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLong ( NutsElement ) in NutsObjectElement. |
| 18 |
Abstract method Number getNumber ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getNumber ( String ) in NutsObjectElement. |
| 19 |
Abstract method Number getNumber ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getNumber ( NutsElement ) in NutsObjectElement. |
| 20 |
Abstract method NutsObjectElement getObject ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getObject ( String ) in NutsObjectElement. |
| 21 |
Abstract method NutsObjectElement getObject ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getObject ( NutsElement ) in NutsObjectElement. |
| 22 |
Abstract method NutsElement getSafe ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSafe ( String ) in NutsObjectElement. |
| 23 |
Abstract method NutsElement getSafe ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSafe ( NutsElement ) in NutsObjectElement. |
| 24 |
Abstract method NutsArrayElement getSafeArray ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSafeArray ( String ) in NutsObjectElement. |
| 25 |
Abstract method NutsArrayElement getSafeArray ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSafeArray ( NutsElement ) in NutsObjectElement. |
| 26 |
Abstract method Integer getSafeInt ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSafeInt ( String ) in NutsObjectElement. |
| 27 |
Abstract method Integer getSafeInt ( String, int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSafeInt ( String, int ) in NutsObjectElement. |
| 28 |
Abstract method NutsObjectElement getSafeObject ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSafeObject ( String ) in NutsObjectElement. |
| 29 |
Abstract method NutsObjectElement getSafeObject ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSafeObject ( NutsElement ) in NutsObjectElement. |
| 30 |
Abstract method String getSafeString ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSafeString ( String ) in NutsObjectElement. |
| 31 |
Abstract method String getSafeString ( String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSafeString ( String, String ) in NutsObjectElement. |
| 32 |
Abstract method short getShort ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getShort ( String ) in NutsObjectElement. |
| 33 |
Abstract method short getShort ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getShort ( NutsElement ) in NutsObjectElement. |
| 34 |
Abstract method String getString ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getString ( String ) in NutsObjectElement. |
| 35 |
Abstract method String getString ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getString ( NutsElement ) in NutsObjectElement. |
| 36 |
Abstract method Stream<NutsElementEntry> stream ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method stream ( ) in NutsObjectElement. |
| 37 |
Added super-interface java.lang.Iterable<NutsElementEntry>. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in java.lang.Iterable<NutsElementEntry>. |
[+] affected methods: 6 (0.1%)
NutsObjectElement.children ( )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.get ( String p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.size ( )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElementBuilder.add ( NutsObjectElement p1 )1st parameter 'p1' of this abstract method is of type 'NutsObjectElement'.
NutsObjectElementBuilder.build ( )Return value of this abstract method is of type 'NutsObjectElement'.
NutsObjectElementBuilder.set ( NutsObjectElement p1 )1st parameter 'p1' of this abstract method is of type 'NutsObjectElement'.
[+] interface NutsObjectElementBuilder 12
| Change | Effect |
|---|
| 1 |
Abstract method NutsObjectElementBuilder add ( NutsElementEntry ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method add ( NutsElementEntry ) in NutsObjectElementBuilder. |
| 2 |
Abstract method NutsElement get ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method get ( NutsElement ) in NutsObjectElementBuilder. |
| 3 |
Abstract method NutsObjectElementBuilder remove ( NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method remove ( NutsElement ) in NutsObjectElementBuilder. |
| 4 |
Abstract method NutsObjectElementBuilder set ( String, double ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method set ( String, double ) in NutsObjectElementBuilder. |
| 5 |
Abstract method NutsObjectElementBuilder set ( String, int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method set ( String, int ) in NutsObjectElementBuilder. |
| 6 |
Abstract method NutsObjectElementBuilder set ( String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method set ( String, String ) in NutsObjectElementBuilder. |
| 7 |
Abstract method NutsObjectElementBuilder set ( String, boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method set ( String, boolean ) in NutsObjectElementBuilder. |
| 8 |
Abstract method NutsObjectElementBuilder set ( NutsElement, double ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method set ( NutsElement, double ) in NutsObjectElementBuilder. |
| 9 |
Abstract method NutsObjectElementBuilder set ( NutsElement, int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method set ( NutsElement, int ) in NutsObjectElementBuilder. |
| 10 |
Abstract method NutsObjectElementBuilder set ( NutsElement, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method set ( NutsElement, String ) in NutsObjectElementBuilder. |
| 11 |
Abstract method NutsObjectElementBuilder set ( NutsElement, NutsElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method set ( NutsElement, NutsElement ) in NutsObjectElementBuilder. |
| 12 |
Abstract method NutsObjectElementBuilder set ( NutsElement, boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method set ( NutsElement, boolean ) in NutsObjectElementBuilder. |
[+] affected methods: 11 (0.2%)
NutsObjectElementBuilder.add ( NutsObjectElement p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.add ( NutsObjectElementBuilder p1 )1st parameter 'p1' of this abstract method is of type 'NutsObjectElementBuilder'.
NutsObjectElementBuilder.build ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.children ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.clear ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.get ( String p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.remove ( String p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.set ( String p1, NutsElement p2 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.set ( NutsObjectElement p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.set ( NutsObjectElementBuilder p1 )1st parameter 'p1' of this abstract method is of type 'NutsObjectElementBuilder'.
...
[+] interface NutsObjectFormat 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsObjectFormat setNtf ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setNtf ( boolean ) in NutsObjectFormat. |
| 2 |
Abstract method NutsObjectFormat value ( Object ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method value ( Object ) in interface NutsObjectFormat. |
[+] affected methods: 8 (0.1%)
NutsFormatManager.object ( )Return value of this abstract method is of type 'NutsObjectFormat'.
NutsObjectFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.getValue ( )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setSession ( NutsSession p1 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setValue ( Object p1 )This abstract method is from 'NutsObjectFormat' interface.
[+] interface NutsOutput 2
| Change | Effect |
|---|
| 1 |
Abstract method Path getFilePath ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFilePath ( ) in NutsOutput. |
| 2 |
Abstract method Path getPath ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getPath ( ) in interface NutsOutput. |
[+] affected methods: 14 (0.2%)
NutsIOCompressAction.setTarget ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsIOCompressAction.to ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsIOCopyAction.setTarget ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsIOCopyAction.to ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsIOUncompressAction.setTarget ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsIOUncompressAction.to ( NutsOutput p1 )1st parameter 'p1' of this abstract method is of type 'NutsOutput'.
NutsOutput.close ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getName ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getSource ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getTypeName ( )This abstract method is from 'NutsOutput' interface.
...
[+] interface NutsOutputManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsOutputManager. |
[+] affected methods: 10 (0.2%)
NutsOutputManager.getName ( )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.getTypeName ( )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.of ( File p1 )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.of ( OutputStream p1 )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.of ( Object p1 )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.of ( String p1 )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.of ( URL p1 )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.of ( Path p1 )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.setName ( String p1 )This abstract method is from 'NutsOutputManager' interface.
NutsOutputManager.setTypeName ( String p1 )This abstract method is from 'NutsOutputManager' interface.
[+] interface NutsPrimitiveElement 6
| Change | Effect |
|---|
| 1 |
Abstract method byte getByte ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getByte ( ) in NutsPrimitiveElement. |
| 2 |
Abstract method Instant getInstant ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInstant ( ) in NutsPrimitiveElement. |
| 3 |
Abstract method short getShort ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getShort ( ) in NutsPrimitiveElement. |
| 4 |
Abstract method boolean isByte ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isByte ( ) in NutsPrimitiveElement. |
| 5 |
Abstract method boolean isShort ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isShort ( ) in NutsPrimitiveElement. |
| 6 |
Abstract method Instant getDate ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getDate ( ) in interface NutsPrimitiveElement. |
[+] affected methods: 13 (0.2%)
NutsPrimitiveElement.getBoolean ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getDouble ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getFloat ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getInt ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getLong ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getNumber ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getString ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getValue ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.isDouble ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.isFloat ( )This abstract method is from 'NutsPrimitiveElement' interface.
...
[+] interface NutsProgressEvent 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsString getMessage ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMessage ( ) in NutsProgressEvent. |
| 2 |
Abstract method NutsWorkspace getWorkspace ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getWorkspace ( ) in NutsProgressEvent. |
| 3 |
Abstract method String getMessage ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getMessage ( ) in interface NutsProgressEvent. |
[+] affected methods: 13 (0.2%)
NutsProgressEvent.getCurrentValue ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getError ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getMaxValue ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getPartialMillis ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getPartialValue ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getPercent ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getSession ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getSource ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.getTimeMillis ( )This abstract method is from 'NutsProgressEvent' interface.
NutsProgressEvent.isIndeterminate ( )This abstract method is from 'NutsProgressEvent' interface.
...
[+] interface NutsPropertiesFormat 13
| Change | Effect |
|---|
| 1 |
Abstract method boolean isSorted ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isSorted ( ) in NutsPropertiesFormat. |
| 2 |
Abstract method NutsPropertiesFormat setNtf ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setNtf ( boolean ) in NutsPropertiesFormat. |
| 3 |
Abstract method NutsPropertiesFormat setSorted ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSorted ( boolean ) in NutsPropertiesFormat. |
| 4 |
Abstract method NutsPropertiesFormat setValue ( Object ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setValue ( Object ) in NutsPropertiesFormat. |
| 5 |
Added super-interface NutsObjectFormat. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsObjectFormat. |
| 6 |
Abstract method boolean isSort ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isSort ( ) in interface NutsPropertiesFormat. |
| 7 |
Abstract method NutsPropertiesFormat model ( Map ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method model ( Map ) in interface NutsPropertiesFormat. |
| 8 |
Abstract method NutsPropertiesFormat separator ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method separator ( String ) in interface NutsPropertiesFormat. |
| 9 |
Abstract method NutsPropertiesFormat setModel ( Map ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setModel ( Map ) in interface NutsPropertiesFormat. |
| 10 |
Abstract method NutsPropertiesFormat setSort ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setSort ( boolean ) in interface NutsPropertiesFormat. |
| 11 |
Abstract method NutsPropertiesFormat sort ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method sort ( ) in interface NutsPropertiesFormat. |
| 12 |
Abstract method NutsPropertiesFormat sort ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method sort ( boolean ) in interface NutsPropertiesFormat. |
| 13 |
Removed super-interface NutsFormat. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsPropertiesFormat. |
[+] affected methods: 9 (0.2%)
NutsFormatManager.props ( )Return value of this abstract method is of type 'NutsPropertiesFormat'.
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.getModel ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.getSeparator ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setSeparator ( String p1 )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setSession ( NutsSession p1 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsPropertiesFormat' interface.
[+] interface NutsPushCommand 13
| Change | Effect |
|---|
| 1 |
Abstract method NutsPushCommand arg ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method arg ( String ) in interface NutsPushCommand. |
| 2 |
Abstract method NutsPushCommand args ( String... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method args ( String... ) in interface NutsPushCommand. |
| 3 |
Abstract method NutsPushCommand id ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method id ( String ) in interface NutsPushCommand. |
| 4 |
Abstract method NutsPushCommand id ( NutsId ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method id ( NutsId ) in interface NutsPushCommand. |
| 5 |
Abstract method NutsPushCommand ids ( String... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method ids ( String... ) in interface NutsPushCommand. |
| 6 |
Abstract method NutsPushCommand ids ( NutsId... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method ids ( NutsId... ) in interface NutsPushCommand. |
| 7 |
Abstract method NutsPushCommand lockedId ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method lockedId ( String ) in interface NutsPushCommand. |
| 8 |
Abstract method NutsPushCommand lockedId ( NutsId ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method lockedId ( NutsId ) in interface NutsPushCommand. |
| 9 |
Abstract method NutsPushCommand lockedIds ( String... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method lockedIds ( String... ) in interface NutsPushCommand. |
| 10 |
Abstract method NutsPushCommand lockedIds ( NutsId... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method lockedIds ( NutsId... ) in interface NutsPushCommand. |
| 11 |
Abstract method NutsPushCommand offline ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method offline ( ) in interface NutsPushCommand. |
| 12 |
Abstract method NutsPushCommand offline ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method offline ( boolean ) in interface NutsPushCommand. |
| 13 |
Abstract method NutsPushCommand repository ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method repository ( String ) in interface NutsPushCommand. |
[+] affected methods: 36 (0.6%)
NutsPushCommand.addArg ( String p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addArgs ( String... p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addId ( String p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addId ( NutsId p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addIds ( String... p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addLockedId ( String p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addLockedId ( NutsId p1 )This abstract method is from 'NutsPushCommand' interface.
NutsPushCommand.addLockedIds ( String... p1 )This abstract method is from 'NutsPushCommand' interface.
...
[+] interface NutsPushRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPushRepositoryCommand. |
[+] affected methods: 12 (0.2%)
NutsPushRepositoryCommand.getArgs ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.getId ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.getRepository ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.isOffline ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.run ( )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.run ( )This method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.setArgs ( String[ ] p1 )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.setOffline ( boolean p1 )This abstract method is from 'NutsPushRepositoryCommand' interface.
NutsPushRepositoryCommand.setRepository ( String p1 )This abstract method is from 'NutsPushRepositoryCommand' interface.
...
[+] interface NutsQuestion<T> 16
| Change | Effect |
|---|
| 1 |
Abstract method String getCancelMessage ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCancelMessage ( ) in NutsQuestion<T>. |
| 2 |
Abstract method Object[ ] getCancelMessageParameters ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCancelMessageParameters ( ) in NutsQuestion<T>. |
| 3 |
Abstract method boolean isResetLine ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isResetLine ( ) in NutsQuestion<T>. |
| 4 |
Abstract method NutsQuestion<T> resetLine ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resetLine ( ) in NutsQuestion<T>. |
| 5 |
Abstract method NutsQuestion<T> resetLine ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resetLine ( boolean ) in NutsQuestion<T>. |
| 6 |
Abstract method NutsQuestion<T> setCancelMessage ( String, Object... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCancelMessage ( String, Object... ) in NutsQuestion<T>. |
| 7 |
Added super-interface NutsCommandLineConfigurable. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsCommandLineConfigurable. |
| 8 |
Abstract method NutsQuestion<T> acceptedValues ( Object[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method acceptedValues ( Object[ ] ) in interface NutsQuestion<T>. |
| 9 |
Abstract method NutsQuestion<T> defaultValue ( T ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method defaultValue ( T ) in interface NutsQuestion<T>. |
| 10 |
Abstract method NutsQuestion<T> format ( NutsQuestionFormat<T> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method format ( NutsQuestionFormat<T> ) in interface NutsQuestion<T>. |
| 11 |
Abstract method NutsQuestion<T> hintMessage ( String, Object... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method hintMessage ( String, Object... ) in interface NutsQuestion<T>. |
| 12 |
Abstract method NutsQuestion<T> message ( String, Object... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method message ( String, Object... ) in interface NutsQuestion<T>. |
| 13 |
Abstract method NutsQuestion<T> parser ( NutsQuestionParser<T> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method parser ( NutsQuestionParser<T> ) in interface NutsQuestion<T>. |
| 14 |
Abstract method NutsQuestion<T> validator ( NutsQuestionValidator<T> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method validator ( NutsQuestionValidator<T> ) in interface NutsQuestion<T>. |
| 15 |
Abstract method NutsQuestion<T> valueType ( Class<T> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method valueType ( Class<T> ) in interface NutsQuestion<T>. |
| 16 |
Removed super-interface NutsConfigurable. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsQuestion<T>. |
[+] affected methods: 37 (0.6%)
NutsQuestion<T>.configure ( boolean p1, String[ ] p2 )This method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.configure ( boolean p1, String... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forBoolean ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forDouble ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forEnum ( Class<K> p1, String p2, Object... p3 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forFloat ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forInteger ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forLong ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forPassword ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forString ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
...
[+] interface NutsRemoveUserCommand 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsRemoveUserCommand username ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method username ( String ) in interface NutsRemoveUserCommand. |
[+] affected methods: 13 (0.2%)
NutsRemoveUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.copySession ( )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.copySession ( )This method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.getUsername ( )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.run ( )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.run ( )This method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsRemoveUserCommand' interface.
NutsRemoveUserCommand.setSession ( NutsSession p1 )This method is from 'NutsRemoveUserCommand' interface.
...
[+] interface NutsRepository 19
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepository addRepositoryListener ( NutsRepositoryListener ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addRepositoryListener ( NutsRepositoryListener ) in NutsRepository. |
| 2 |
Abstract method NutsRepository addUserPropertyListener ( NutsMapListener<String,Object> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addUserPropertyListener ( NutsMapListener<String,Object> ) in NutsRepository. |
| 3 |
Abstract method boolean isAvailable ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isAvailable ( ) in NutsRepository. |
| 4 |
Abstract method boolean isAvailable ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isAvailable ( boolean ) in NutsRepository. |
| 5 |
Abstract method boolean isRemote ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isRemote ( ) in NutsRepository. |
| 6 |
Abstract method NutsRepository removeRepositoryListener ( NutsRepositoryListener ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeRepositoryListener ( NutsRepositoryListener ) in NutsRepository. |
| 7 |
Abstract method NutsRepository removeUserPropertyListener ( NutsMapListener<String,Object> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeUserPropertyListener ( NutsMapListener<String,Object> ) in NutsRepository. |
| 8 |
Abstract method void addRepositoryListener ( NutsRepositoryListener ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addRepositoryListener ( NutsRepositoryListener ) in interface NutsRepository. |
| 9 |
Abstract method void addUserPropertyListener ( NutsMapListener<String,Object> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addUserPropertyListener ( NutsMapListener<String,Object> ) in interface NutsRepository. |
| 10 |
Abstract method NutsDeployRepositoryCommand deploy ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method deploy ( ) in interface NutsRepository. |
| 11 |
Abstract method NutsFetchContentRepositoryCommand fetchContent ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method fetchContent ( ) in interface NutsRepository. |
| 12 |
Abstract method NutsFetchDescriptorRepositoryCommand fetchDescriptor ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method fetchDescriptor ( ) in interface NutsRepository. |
| 13 |
Abstract method NutsPushRepositoryCommand push ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method push ( ) in interface NutsRepository. |
| 14 |
Abstract method void removeRepositoryListener ( NutsRepositoryListener ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeRepositoryListener ( NutsRepositoryListener ) in interface NutsRepository. |
| 15 |
Abstract method void removeUserPropertyListener ( NutsMapListener<String,Object> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeUserPropertyListener ( NutsMapListener<String,Object> ) in interface NutsRepository. |
| 16 |
Abstract method NutsSearchRepositoryCommand search ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method search ( ) in interface NutsRepository. |
| 17 |
Abstract method NutsSearchVersionsRepositoryCommand searchVersions ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method searchVersions ( ) in interface NutsRepository. |
| 18 |
Abstract method NutsRepositoryUndeployCommand undeploy ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method undeploy ( ) in interface NutsRepository. |
| 19 |
Abstract method NutsUpdateRepositoryStatisticsCommand updateStatistics ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method updateStatistics ( ) in interface NutsRepository. |
[+] affected methods: 27 (0.5%)
NutsContentEvent.getRepository ( )Return value of this abstract method is of type 'NutsRepository'.
NutsRepository.config ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.env ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getName ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getParentRepository ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryListeners ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryType ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getUserProperties ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getUserPropertyListeners ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getUuid ( )This abstract method is from 'NutsRepository' interface.
...
[+] interface NutsRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryCommand. |
[+] affected methods: 5 (0.1%)
NutsRepositoryCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsRepositoryCommand' interface.
NutsRepositoryCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsRepositoryCommand' interface.
NutsRepositoryCommand.getSession ( )This abstract method is from 'NutsRepositoryCommand' interface.
NutsRepositoryCommand.run ( )This abstract method is from 'NutsRepositoryCommand' interface.
NutsRepositoryCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsRepositoryCommand' interface.
[+] interface NutsRepositoryConfigManager 39
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepository findMirror ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findMirror ( String ) in NutsRepositoryConfigManager. |
| 2 |
Abstract method NutsRepository findMirrorById ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findMirrorById ( String ) in NutsRepositoryConfigManager. |
| 3 |
Abstract method NutsRepository findMirrorByName ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findMirrorByName ( String ) in NutsRepositoryConfigManager. |
| 4 |
Abstract method NutsRepository getMirror ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMirror ( String ) in NutsRepositoryConfigManager. |
| 5 |
Abstract method NutsRepository[ ] getMirrors ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMirrors ( ) in NutsRepositoryConfigManager. |
| 6 |
Abstract method NutsRepositoryRef getRepositoryRef ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRepositoryRef ( ) in NutsRepositoryConfigManager. |
| 7 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsRepositoryConfigManager. |
| 8 |
Abstract method String getStoreLocation ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocation ( ) in NutsRepositoryConfigManager. |
| 9 |
Abstract method String getStoreLocation ( NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocation ( NutsStoreLocation ) in NutsRepositoryConfigManager. |
| 10 |
Abstract method boolean isIndexSubscribed ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isIndexSubscribed ( ) in NutsRepositoryConfigManager. |
| 11 |
Abstract method NutsRepositoryConfigManager removeMirror ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeMirror ( String ) in NutsRepositoryConfigManager. |
| 12 |
Abstract method NutsRepositoryConfigManager setEnabled ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setEnabled ( boolean ) in NutsRepositoryConfigManager. |
| 13 |
Abstract method NutsRepositoryConfigManager setIndexEnabled ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setIndexEnabled ( boolean ) in NutsRepositoryConfigManager. |
| 14 |
Abstract method NutsRepositoryConfigManager setMirrorEnabled ( String, boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setMirrorEnabled ( String, boolean ) in NutsRepositoryConfigManager. |
| 15 |
Abstract method NutsRepositoryConfigManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsRepositoryConfigManager. |
| 16 |
Abstract method NutsRepositoryConfigManager setTemporary ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setTemporary ( boolean ) in NutsRepositoryConfigManager. |
| 17 |
Abstract method NutsRepositoryConfigManager subscribeIndex ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method subscribeIndex ( ) in NutsRepositoryConfigManager. |
| 18 |
Abstract method NutsRepositoryConfigManager unsubscribeIndex ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method unsubscribeIndex ( ) in NutsRepositoryConfigManager. |
| 19 |
Abstract method NutsRepository addMirror ( NutsRepositoryDefinition ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addMirror ( NutsRepositoryDefinition ) in interface NutsRepositoryConfigManager. |
| 20 |
Abstract method NutsRepository findMirror ( String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method findMirror ( String, NutsSession ) in interface NutsRepositoryConfigManager. |
| 21 |
Abstract method NutsRepository findMirrorById ( String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method findMirrorById ( String, NutsSession ) in interface NutsRepositoryConfigManager. |
| 22 |
Abstract method NutsRepository findMirrorByName ( String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method findMirrorByName ( String, NutsSession ) in interface NutsRepositoryConfigManager. |
| 23 |
Abstract method NutsRepository getMirror ( String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getMirror ( String, NutsSession ) in interface NutsRepositoryConfigManager. |
| 24 |
Abstract method NutsRepository[ ] getMirrors ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getMirrors ( NutsSession ) in interface NutsRepositoryConfigManager. |
| 25 |
Abstract method String getName ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getName ( ) in interface NutsRepositoryConfigManager. |
| 26 |
Abstract method int getSpeed ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSpeed ( NutsSession ) in interface NutsRepositoryConfigManager. |
| 27 |
Abstract method Path getStoreLocation ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getStoreLocation ( ) in interface NutsRepositoryConfigManager. |
| 28 |
Abstract method Path getStoreLocation ( NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getStoreLocation ( NutsStoreLocation ) in interface NutsRepositoryConfigManager. |
| 29 |
Abstract method String getUuid ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getUuid ( ) in interface NutsRepositoryConfigManager. |
| 30 |
Abstract method boolean isIndexSubscribed ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isIndexSubscribed ( NutsSession ) in interface NutsRepositoryConfigManager. |
| 31 |
Abstract method NutsRepositoryConfigManager removeMirror ( String, NutsRemoveOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeMirror ( String, NutsRemoveOptions ) in interface NutsRepositoryConfigManager. |
| 32 |
Abstract method void save ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method save ( NutsSession ) in interface NutsRepositoryConfigManager. |
| 33 |
Abstract method boolean save ( boolean, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method save ( boolean, NutsSession ) in interface NutsRepositoryConfigManager. |
| 34 |
Abstract method NutsRepositoryConfigManager setEnabled ( boolean, NutsUpdateOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setEnabled ( boolean, NutsUpdateOptions ) in interface NutsRepositoryConfigManager. |
| 35 |
Abstract method NutsRepositoryConfigManager setIndexEnabled ( boolean, NutsUpdateOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setIndexEnabled ( boolean, NutsUpdateOptions ) in interface NutsRepositoryConfigManager. |
| 36 |
Abstract method NutsRepositoryConfigManager setMirrorEnabled ( String, boolean, NutsUpdateOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setMirrorEnabled ( String, boolean, NutsUpdateOptions ) in interface NutsRepositoryConfigManager. |
| 37 |
Abstract method NutsRepositoryConfigManager setTemporary ( boolean, NutsUpdateOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setTemporary ( boolean, NutsUpdateOptions ) in interface NutsRepositoryConfigManager. |
| 38 |
Abstract method NutsRepositoryConfigManager subscribeIndex ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method subscribeIndex ( NutsSession ) in interface NutsRepositoryConfigManager. |
| 39 |
Abstract method NutsRepositoryConfigManager unsubscribeIndex ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method unsubscribeIndex ( NutsSession ) in interface NutsRepositoryConfigManager. |
[+] affected methods: 13 (0.2%)
NutsRepository.config ( )Return value of this abstract method is of type 'NutsRepositoryConfigManager'.
NutsRepositoryConfigManager.addMirror ( NutsAddRepositoryOptions p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getDeployOrder ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getGlobalName ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getGroups ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getLocation ( boolean p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getSpeed ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getStoreLocationStrategy ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getType ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.isEnabled ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
...
[+] interface NutsRepositoryEnvManager 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsRepositoryEnvManager. |
| 2 |
Abstract method NutsRepositoryEnvManager set ( String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method set ( String, String ) in NutsRepositoryEnvManager. |
| 3 |
Abstract method NutsRepositoryEnvManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsRepositoryEnvManager. |
| 4 |
Abstract method void set ( String, String, NutsUpdateOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method set ( String, String, NutsUpdateOptions ) in interface NutsRepositoryEnvManager. |
[+] affected methods: 5 (0.1%)
NutsRepository.env ( )Return value of this abstract method is of type 'NutsRepositoryEnvManager'.
NutsRepositoryEnvManager.get ( String p1, String p2 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.get ( String p1, String p2, boolean p3 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.toMap ( )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.toMap ( boolean p1 )This abstract method is from 'NutsRepositoryEnvManager' interface.
[+] interface NutsRepositoryFactoryComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryFactoryComponent. |
[+] affected methods: 2 (0.03%)
NutsRepositoryFactoryComponent.create ( NutsAddRepositoryOptions p1, NutsWorkspace p2, NutsRepository p3 )This abstract method is from 'NutsRepositoryFactoryComponent' interface.
NutsRepositoryFactoryComponent.getDefaultRepositories ( NutsWorkspace p1 )This abstract method is from 'NutsRepositoryFactoryComponent' interface.
[+] interface NutsRepositoryFilter 3
| Change | Effect |
|---|
| 1 |
Method NutsRepositoryFilter and ( NutsRepositoryFilter ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method and ( NutsRepositoryFilter ) in NutsRepositoryFilter. |
| 2 |
Method NutsRepositoryFilter neg ( ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method neg ( ) in NutsRepositoryFilter. |
| 3 |
Method NutsRepositoryFilter or ( NutsRepositoryFilter ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method or ( NutsRepositoryFilter ) in NutsRepositoryFilter. |
[+] affected methods: 3 (0.1%)
NutsRepositoryFilter.and ( NutsRepositoryFilter other )This method is from 'NutsRepositoryFilter' interface.
NutsRepositoryFilter.neg ( )This method is from 'NutsRepositoryFilter' interface.
NutsRepositoryFilter.or ( NutsRepositoryFilter other )This method is from 'NutsRepositoryFilter' interface.
[+] interface NutsRepositoryFilterManager 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepositoryFilter installedRepo ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method installedRepo ( ) in NutsRepositoryFilterManager. |
| 2 |
Abstract method NutsRepositoryFilterManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsRepositoryFilterManager. |
[+] affected methods: 4 (0.1%)
NutsFilterManager.repository ( )Return value of this abstract method is of type 'NutsRepositoryFilterManager'.
NutsRepositoryFilterManager.byName ( String... p1 )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.byUuid ( String... p1 )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryManager.filter ( )Return value of this abstract method is of type 'NutsRepositoryFilterManager'.
[+] interface NutsRepositoryManager 23
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepository addRepository ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addRepository ( String ) in NutsRepositoryManager. |
| 2 |
Abstract method NutsRepository findRepository ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findRepository ( String ) in NutsRepositoryManager. |
| 3 |
Abstract method NutsRepository findRepositoryById ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findRepositoryById ( String ) in NutsRepositoryManager. |
| 4 |
Abstract method NutsRepository findRepositoryByName ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findRepositoryByName ( String ) in NutsRepositoryManager. |
| 5 |
Abstract method NutsRepository[ ] getRepositories ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRepositories ( ) in NutsRepositoryManager. |
| 6 |
Abstract method NutsRepository getRepository ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRepository ( String ) in NutsRepositoryManager. |
| 7 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsRepositoryManager. |
| 8 |
Abstract method NutsRepositoryManager removeAllRepositories ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeAllRepositories ( ) in NutsRepositoryManager. |
| 9 |
Abstract method NutsRepositoryManager removeRepository ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeRepository ( String ) in NutsRepositoryManager. |
| 10 |
Abstract method NutsRepositoryManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsRepositoryManager. |
| 11 |
Abstract method NutsRepository addRepository ( String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addRepository ( String, NutsSession ) in interface NutsRepositoryManager. |
| 12 |
Abstract method NutsRepository addRepository ( NutsRepositoryDefinition ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addRepository ( NutsRepositoryDefinition ) in interface NutsRepositoryManager. |
| 13 |
Abstract method NutsRepository addRepository ( NutsRepositoryModel, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addRepository ( NutsRepositoryModel, NutsSession ) in interface NutsRepositoryManager. |
| 14 |
Abstract method NutsRepository addRepository ( NutsRepositoryRef, NutsAddOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addRepository ( NutsRepositoryRef, NutsAddOptions ) in interface NutsRepositoryManager. |
| 15 |
Abstract method NutsRepository createRepository ( NutsAddRepositoryOptions, Path, NutsRepository ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createRepository ( NutsAddRepositoryOptions, Path, NutsRepository ) in interface NutsRepositoryManager. |
| 16 |
Abstract method NutsRepository findRepository ( String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method findRepository ( String, NutsSession ) in interface NutsRepositoryManager. |
| 17 |
Abstract method NutsRepository findRepositoryById ( String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method findRepositoryById ( String, NutsSession ) in interface NutsRepositoryManager. |
| 18 |
Abstract method NutsRepository findRepositoryByName ( String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method findRepositoryByName ( String, NutsSession ) in interface NutsRepositoryManager. |
| 19 |
Abstract method NutsRepository[ ] getRepositories ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getRepositories ( NutsSession ) in interface NutsRepositoryManager. |
| 20 |
Abstract method NutsRepository getRepository ( String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getRepository ( String, NutsSession ) in interface NutsRepositoryManager. |
| 21 |
Abstract method NutsRepositoryRef[ ] getRepositoryRefs ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getRepositoryRefs ( NutsSession ) in interface NutsRepositoryManager. |
| 22 |
Abstract method void removeAllRepositories ( NutsRemoveOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeAllRepositories ( NutsRemoveOptions ) in interface NutsRepositoryManager. |
| 23 |
Abstract method NutsRepositoryManager removeRepository ( String, NutsRemoveOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeRepository ( String, NutsRemoveOptions ) in interface NutsRepositoryManager. |
[+] affected methods: 3 (0.1%)
NutsRepositoryManager.addRepository ( NutsAddRepositoryOptions p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.filter ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsWorkspace.repos ( )Return value of this abstract method is of type 'NutsRepositoryManager'.
[+] interface NutsRepositorySecurityManager 18
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepositorySecurityManager checkCredentials ( char[ ], char[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkCredentials ( char[ ], char[ ] ) in NutsRepositorySecurityManager. |
| 2 |
Abstract method char[ ] createCredentials ( char[ ], boolean, char[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createCredentials ( char[ ], boolean, char[ ] ) in NutsRepositorySecurityManager. |
| 3 |
Abstract method NutsUser[ ] findUsers ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findUsers ( ) in NutsRepositorySecurityManager. |
| 4 |
Abstract method NutsAuthenticationAgent getAuthenticationAgent ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAuthenticationAgent ( String ) in NutsRepositorySecurityManager. |
| 5 |
Abstract method char[ ] getCredentials ( char[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCredentials ( char[ ] ) in NutsRepositorySecurityManager. |
| 6 |
Abstract method NutsUser getEffectiveUser ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getEffectiveUser ( String ) in NutsRepositorySecurityManager. |
| 7 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsRepositorySecurityManager. |
| 8 |
Abstract method boolean removeCredentials ( char[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeCredentials ( char[ ] ) in NutsRepositorySecurityManager. |
| 9 |
Abstract method NutsRepositorySecurityManager setAuthenticationAgent ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAuthenticationAgent ( String ) in NutsRepositorySecurityManager. |
| 10 |
Abstract method NutsRepositorySecurityManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsRepositorySecurityManager. |
| 11 |
Abstract method void checkCredentials ( char[ ], char[ ], NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method checkCredentials ( char[ ], char[ ], NutsSession ) in interface NutsRepositorySecurityManager. |
| 12 |
Abstract method char[ ] createCredentials ( char[ ], boolean, char[ ], NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createCredentials ( char[ ], boolean, char[ ], NutsSession ) in interface NutsRepositorySecurityManager. |
| 13 |
Abstract method NutsUser[ ] findUsers ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method findUsers ( NutsSession ) in interface NutsRepositorySecurityManager. |
| 14 |
Abstract method NutsAuthenticationAgent getAuthenticationAgent ( String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getAuthenticationAgent ( String, NutsSession ) in interface NutsRepositorySecurityManager. |
| 15 |
Abstract method char[ ] getCredentials ( char[ ], NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getCredentials ( char[ ], NutsSession ) in interface NutsRepositorySecurityManager. |
| 16 |
Abstract method NutsUser getEffectiveUser ( String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getEffectiveUser ( String, NutsSession ) in interface NutsRepositorySecurityManager. |
| 17 |
Abstract method boolean removeCredentials ( char[ ], NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeCredentials ( char[ ], NutsSession ) in interface NutsRepositorySecurityManager. |
| 18 |
Abstract method NutsRepositorySecurityManager setAuthenticationAgent ( String, NutsUpdateOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setAuthenticationAgent ( String, NutsUpdateOptions ) in interface NutsRepositorySecurityManager. |
[+] affected methods: 6 (0.1%)
NutsRepository.security ( )Return value of this abstract method is of type 'NutsRepositorySecurityManager'.
NutsRepositorySecurityManager.addUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.checkAllowed ( String p1, String p2 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.isAllowed ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.removeUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.updateUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
[+] interface NutsRepositoryUndeployCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryUndeployCommand. |
[+] affected methods: 12 (0.2%)
NutsRepositoryUndeployCommand.getId ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.getRepository ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.isOffline ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.isTransitive ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.run ( )This method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.run ( )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.setId ( NutsId p1 )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.setOffline ( boolean p1 )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.setRepository ( String p1 )This abstract method is from 'NutsRepositoryUndeployCommand' interface.
NutsRepositoryUndeployCommand.setSession ( NutsSession p1 )This method is from 'NutsRepositoryUndeployCommand' interface.
...
[+] interface NutsSdkManager 28
| Change | Effect |
|---|
| 1 |
Abstract method boolean add ( NutsSdkLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method add ( NutsSdkLocation ) in NutsSdkManager. |
| 2 |
Abstract method NutsSdkLocation[ ] find ( String, Predicate<NutsSdkLocation> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method find ( String, Predicate<NutsSdkLocation> ) in NutsSdkManager. |
| 3 |
Abstract method NutsSdkLocation find ( NutsSdkLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method find ( NutsSdkLocation ) in NutsSdkManager. |
| 4 |
Abstract method NutsSdkLocation findByName ( String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findByName ( String, String ) in NutsSdkManager. |
| 5 |
Abstract method NutsSdkLocation findByPath ( String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findByPath ( String, String ) in NutsSdkManager. |
| 6 |
Abstract method NutsSdkLocation findByVersion ( String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findByVersion ( String, String ) in NutsSdkManager. |
| 7 |
Abstract method NutsSdkLocation findByVersion ( String, NutsVersionFilter ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findByVersion ( String, NutsVersionFilter ) in NutsSdkManager. |
| 8 |
Abstract method NutsSdkLocation findOne ( String, Predicate<NutsSdkLocation> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findOne ( String, Predicate<NutsSdkLocation> ) in NutsSdkManager. |
| 9 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsSdkManager. |
| 10 |
Abstract method boolean remove ( NutsSdkLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method remove ( NutsSdkLocation ) in NutsSdkManager. |
| 11 |
Abstract method NutsSdkLocation resolve ( String, String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resolve ( String, String, String ) in NutsSdkManager. |
| 12 |
Abstract method NutsSdkLocation[ ] searchSystem ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method searchSystem ( String ) in NutsSdkManager. |
| 13 |
Abstract method NutsSdkLocation[ ] searchSystem ( String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method searchSystem ( String, String ) in NutsSdkManager. |
| 14 |
Abstract method NutsSdkManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsSdkManager. |
| 15 |
Abstract method boolean update ( NutsSdkLocation, NutsSdkLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method update ( NutsSdkLocation, NutsSdkLocation ) in NutsSdkManager. |
| 16 |
Abstract method boolean add ( NutsSdkLocation, NutsAddOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method add ( NutsSdkLocation, NutsAddOptions ) in interface NutsSdkManager. |
| 17 |
Abstract method NutsSdkLocation[ ] find ( String, Predicate<NutsSdkLocation>, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method find ( String, Predicate<NutsSdkLocation>, NutsSession ) in interface NutsSdkManager. |
| 18 |
Abstract method NutsSdkLocation find ( NutsSdkLocation, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method find ( NutsSdkLocation, NutsSession ) in interface NutsSdkManager. |
| 19 |
Abstract method NutsSdkLocation findByName ( String, String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method findByName ( String, String, NutsSession ) in interface NutsSdkManager. |
| 20 |
Abstract method NutsSdkLocation findByPath ( String, Path, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method findByPath ( String, Path, NutsSession ) in interface NutsSdkManager. |
| 21 |
Abstract method NutsSdkLocation findByVersion ( String, String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method findByVersion ( String, String, NutsSession ) in interface NutsSdkManager. |
| 22 |
Abstract method NutsSdkLocation findByVersion ( String, NutsVersionFilter, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method findByVersion ( String, NutsVersionFilter, NutsSession ) in interface NutsSdkManager. |
| 23 |
Abstract method NutsSdkLocation findOne ( String, Predicate<NutsSdkLocation>, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method findOne ( String, Predicate<NutsSdkLocation>, NutsSession ) in interface NutsSdkManager. |
| 24 |
Abstract method boolean remove ( NutsSdkLocation, NutsRemoveOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method remove ( NutsSdkLocation, NutsRemoveOptions ) in interface NutsSdkManager. |
| 25 |
Abstract method NutsSdkLocation resolve ( String, Path, String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method resolve ( String, Path, String, NutsSession ) in interface NutsSdkManager. |
| 26 |
Abstract method NutsSdkLocation[ ] searchSystem ( String, Path, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method searchSystem ( String, Path, NutsSession ) in interface NutsSdkManager. |
| 27 |
Abstract method NutsSdkLocation[ ] searchSystem ( String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method searchSystem ( String, NutsSession ) in interface NutsSdkManager. |
| 28 |
Abstract method boolean update ( NutsSdkLocation, NutsSdkLocation, NutsUpdateOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method update ( NutsSdkLocation, NutsSdkLocation, NutsUpdateOptions ) in interface NutsSdkManager. |
[+] affected methods: 2 (0.03%)
NutsSdkManager.findSdkTypes ( )This abstract method is from 'NutsSdkManager' interface.
NutsWorkspace.sdks ( )Return value of this abstract method is of type 'NutsSdkManager'.
[+] interface NutsSearchCommand 36
| Change | Effect |
|---|
| 1 |
Abstract method NutsSearchCommand addRepositoryFilter ( NutsRepositoryFilter ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addRepositoryFilter ( NutsRepositoryFilter ) in NutsSearchCommand. |
| 2 |
Abstract method NutsInstallStatusFilter getInstallStatus ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInstallStatus ( ) in NutsSearchCommand. |
| 3 |
Abstract method NutsResultList<NutsDependencies> getResultDependencies ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultDependencies ( ) in NutsSearchCommand. |
| 4 |
Abstract method NutsResultList<NutsDependency> getResultInlineDependencies ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultInlineDependencies ( ) in NutsSearchCommand. |
| 5 |
Abstract method NutsVersion getTargetApiVersion ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTargetApiVersion ( ) in NutsSearchCommand. |
| 6 |
Abstract method NutsSearchCommand setId ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setId ( String ) in NutsSearchCommand. |
| 7 |
Abstract method NutsSearchCommand setId ( NutsId ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setId ( NutsId ) in NutsSearchCommand. |
| 8 |
Abstract method NutsSearchCommand setIds ( String... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setIds ( String... ) in NutsSearchCommand. |
| 9 |
Abstract method NutsSearchCommand setIds ( NutsId... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setIds ( NutsId... ) in NutsSearchCommand. |
| 10 |
Abstract method NutsSearchCommand setInstallStatus ( NutsInstallStatusFilter ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setInstallStatus ( NutsInstallStatusFilter ) in NutsSearchCommand. |
| 11 |
Abstract method NutsSearchCommand setTargetApiVersion ( NutsVersion ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setTargetApiVersion ( NutsVersion ) in NutsSearchCommand. |
| 12 |
Abstract method NutsSearchCommand addInstallStatus ( NutsInstallStatus... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addInstallStatus ( NutsInstallStatus... ) in interface NutsSearchCommand. |
| 13 |
Abstract method NutsSearchCommand addRepositories ( Collection<String> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addRepositories ( Collection<String> ) in interface NutsSearchCommand. |
| 14 |
Abstract method NutsSearchCommand addRepositories ( String... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addRepositories ( String... ) in interface NutsSearchCommand. |
| 15 |
Abstract method NutsSearchCommand addRepository ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addRepository ( String ) in interface NutsSearchCommand. |
| 16 |
Abstract method NutsSearchCommand clearRepositories ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method clearRepositories ( ) in interface NutsSearchCommand. |
| 17 |
Abstract method NutsFetchStrategy getFetchStrategy ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getFetchStrategy ( ) in interface NutsSearchCommand. |
| 18 |
Abstract method Set<NutsInstallStatus>[ ] getInstallStatus ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getInstallStatus ( ) in interface NutsSearchCommand. |
| 19 |
Abstract method String[ ] getRepositories ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getRepositories ( ) in interface NutsSearchCommand. |
| 20 |
Abstract method String getTargetApiVersion ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getTargetApiVersion ( ) in interface NutsSearchCommand. |
| 21 |
Abstract method boolean isCached ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isCached ( ) in interface NutsSearchCommand. |
| 22 |
Abstract method boolean isDependenciesTree ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isDependenciesTree ( ) in interface NutsSearchCommand. |
| 23 |
Abstract method boolean isIndexed ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isIndexed ( ) in interface NutsSearchCommand. |
| 24 |
Abstract method boolean isTransitive ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isTransitive ( ) in interface NutsSearchCommand. |
| 25 |
Abstract method NutsSearchCommand removeInstallStatus ( NutsInstallStatus... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeInstallStatus ( NutsInstallStatus... ) in interface NutsSearchCommand. |
| 26 |
Abstract method NutsSearchCommand removeRepository ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeRepository ( String ) in interface NutsSearchCommand. |
| 27 |
Abstract method NutsSearchCommand setAnyWhere ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setAnyWhere ( ) in interface NutsSearchCommand. |
| 28 |
Abstract method NutsSearchCommand setCached ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setCached ( boolean ) in interface NutsSearchCommand. |
| 29 |
Abstract method NutsSearchCommand setDependenciesTree ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setDependenciesTree ( boolean ) in interface NutsSearchCommand. |
| 30 |
Abstract method NutsSearchCommand setFetchStrategy ( NutsFetchStrategy ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setFetchStrategy ( NutsFetchStrategy ) in interface NutsSearchCommand. |
| 31 |
Abstract method NutsSearchCommand setIndexed ( Boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setIndexed ( Boolean ) in interface NutsSearchCommand. |
| 32 |
Abstract method NutsSearchCommand setOffline ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setOffline ( ) in interface NutsSearchCommand. |
| 33 |
Abstract method NutsSearchCommand setOnline ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setOnline ( ) in interface NutsSearchCommand. |
| 34 |
Abstract method NutsSearchCommand setRemote ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setRemote ( ) in interface NutsSearchCommand. |
| 35 |
Abstract method NutsSearchCommand setTargetApiVersion ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setTargetApiVersion ( String ) in interface NutsSearchCommand. |
| 36 |
Abstract method NutsSearchCommand setTransitive ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setTransitive ( boolean ) in interface NutsSearchCommand. |
[+] affected methods: 129 (2.2%)
NutsSearchCommand.addArch ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addArchs ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addArchs ( Collection<String> p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addId ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addId ( NutsId p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addIds ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedId ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedId ( NutsId p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedIds ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
...
[+] interface NutsSearchRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSearchRepositoryCommand. |
[+] affected methods: 9 (0.2%)
NutsSearchRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.getFilter ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.getResult ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.run ( )This method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.run ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setFilter ( NutsIdFilter p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
[+] interface NutsSearchVersionsRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSearchVersionsRepositoryCommand. |
[+] affected methods: 11 (0.2%)
NutsSearchVersionsRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getFilter ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getId ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getResult ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.run ( )This method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.run ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setFilter ( NutsIdFilter p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsSearchVersionsRepositoryCommand' interface.
...
[+] interface NutsServiceLoader<T,B> 2
| Change | Effect |
|---|
| 1 |
Abstract method T loadBest ( B ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadBest ( B ) in NutsServiceLoader<T,B>. |
| 2 |
Abstract method T loadBest ( B ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadBest ( B ) in interface NutsServiceLoader<T,B>. |
[+] affected methods: 1 (0.02%)
NutsServiceLoader<T,B>.loadAll ( B p1 )This abstract method is from 'NutsServiceLoader<T,B>' interface.
[+] interface NutsSession 73
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession configure ( NutsWorkspaceOptions ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method configure ( NutsWorkspaceOptions ) in NutsSession. |
| 2 |
Abstract method NutsSession copyFrom ( NutsWorkspaceOptions ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method copyFrom ( NutsWorkspaceOptions ) in NutsSession. |
| 3 |
Abstract method NutsArrayElementBuilder eout ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method eout ( ) in NutsSession. |
| 4 |
Abstract method NutsPrintStream err ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method err ( ) in NutsSession. |
| 5 |
Abstract method NutsSession flush ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method flush ( ) in NutsSession. |
| 6 |
Abstract method NutsId getAppId ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAppId ( ) in NutsSession. |
| 7 |
Abstract method Boolean getBot ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBot ( ) in NutsSession. |
| 8 |
Abstract method Boolean getDebug ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDebug ( ) in NutsSession. |
| 9 |
Abstract method NutsArrayElementBuilder getElemOut ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getElemOut ( ) in NutsSession. |
| 10 |
Abstract method String getErrLinePrefix ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getErrLinePrefix ( ) in NutsSession. |
| 11 |
Abstract method NutsExecutionType getExecutionType ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getExecutionType ( ) in NutsSession. |
| 12 |
Abstract method NutsIterableFormat getIterableOutput ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getIterableOutput ( ) in NutsSession. |
| 13 |
Abstract method String getLocale ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLocale ( ) in NutsSession. |
| 14 |
Abstract method Filter getLogFileFilter ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLogFileFilter ( ) in NutsSession. |
| 15 |
Abstract method Level getLogFileLevel ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLogFileLevel ( ) in NutsSession. |
| 16 |
Abstract method Filter getLogTermFilter ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLogTermFilter ( ) in NutsSession. |
| 17 |
Abstract method Level getLogTermLevel ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLogTermLevel ( ) in NutsSession. |
| 18 |
Abstract method String getOutLinePrefix ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOutLinePrefix ( ) in NutsSession. |
| 19 |
Abstract method NutsContentType getOutputFormat ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOutputFormat ( ) in NutsSession. |
| 20 |
Abstract method NutsContentType getOutputFormat ( NutsContentType ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOutputFormat ( NutsContentType ) in NutsSession. |
| 21 |
Abstract method NutsRunAs getRunAs ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRunAs ( ) in NutsSession. |
| 22 |
Abstract method boolean isBot ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isBot ( ) in NutsSession. |
| 23 |
Abstract method boolean isDebug ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isDebug ( ) in NutsSession. |
| 24 |
Abstract method boolean isDry ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isDry ( ) in NutsSession. |
| 25 |
Abstract method boolean isGui ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isGui ( ) in NutsSession. |
| 26 |
Abstract method NutsPrintStream out ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method out ( ) in NutsSession. |
| 27 |
Abstract method NutsSession setAppId ( NutsId ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAppId ( NutsId ) in NutsSession. |
| 28 |
Abstract method NutsSession setBot ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setBot ( Boolean ) in NutsSession. |
| 29 |
Abstract method NutsSession setDebug ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setDebug ( Boolean ) in NutsSession. |
| 30 |
Abstract method NutsSession setDry ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setDry ( Boolean ) in NutsSession. |
| 31 |
Abstract method NutsSession setElemOut ( NutsArrayElementBuilder ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setElemOut ( NutsArrayElementBuilder ) in NutsSession. |
| 32 |
Abstract method NutsSession setErrLinePrefix ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setErrLinePrefix ( String ) in NutsSession. |
| 33 |
Abstract method NutsSession setExecutionType ( NutsExecutionType ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setExecutionType ( NutsExecutionType ) in NutsSession. |
| 34 |
Abstract method NutsSession setGui ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setGui ( Boolean ) in NutsSession. |
| 35 |
Abstract method NutsSession setIterableOut ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setIterableOut ( boolean ) in NutsSession. |
| 36 |
Abstract method NutsSession setLocale ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setLocale ( String ) in NutsSession. |
| 37 |
Abstract method NutsSession setLogFileFilter ( Filter ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setLogFileFilter ( Filter ) in NutsSession. |
| 38 |
Abstract method NutsSession setLogFileLevel ( Level ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setLogFileLevel ( Level ) in NutsSession. |
| 39 |
Abstract method NutsSession setLogFilter ( Filter ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setLogFilter ( Filter ) in NutsSession. |
| 40 |
Abstract method NutsSession setLogLevel ( Level ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setLogLevel ( Level ) in NutsSession. |
| 41 |
Abstract method NutsSession setOutLinePrefix ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setOutLinePrefix ( String ) in NutsSession. |
| 42 |
Abstract method NutsSession setOutputFormat ( NutsContentType ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setOutputFormat ( NutsContentType ) in NutsSession. |
| 43 |
Abstract method NutsSession setRunAs ( NutsRunAs ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setRunAs ( NutsRunAs ) in NutsSession. |
| 44 |
Abstract method NutsSession setTrace ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setTrace ( Boolean ) in NutsSession. |
| 45 |
Added super-interface NutsCommandLineConfigurable. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsCommandLineConfigurable. |
| 46 |
Abstract method NutsSession ask ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method ask ( ) in interface NutsSession. |
| 47 |
Abstract method NutsSession confirm ( NutsConfirmationMode ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method confirm ( NutsConfirmationMode ) in interface NutsSession. |
| 48 |
Abstract method PrintStream err ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method err ( ) in interface NutsSession. |
| 49 |
Abstract method NutsSession fetchAnyWhere ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method fetchAnyWhere ( ) in interface NutsSession. |
| 50 |
Abstract method NutsSession fetchOffline ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method fetchOffline ( ) in interface NutsSession. |
| 51 |
Abstract method NutsSession fetchOnline ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method fetchOnline ( ) in interface NutsSession. |
| 52 |
Abstract method NutsSession fetchRemote ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method fetchRemote ( ) in interface NutsSession. |
| 53 |
Abstract method NutsSession fetchStrategy ( NutsFetchStrategy ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method fetchStrategy ( NutsFetchStrategy ) in interface NutsSession. |
| 54 |
Abstract method NutsObjectFormat formatObject ( Object ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method formatObject ( Object ) in interface NutsSession. |
| 55 |
Abstract method NutsIterableFormat getIterableFormat ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getIterableFormat ( ) in interface NutsSession. |
| 56 |
Abstract method NutsIterableOutput getIterableOutput ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getIterableOutput ( ) in interface NutsSession. |
| 57 |
Abstract method NutsOutputFormat getOutputFormat ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOutputFormat ( ) in interface NutsSession. |
| 58 |
Abstract method NutsOutputFormat getOutputFormat ( NutsOutputFormat ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOutputFormat ( NutsOutputFormat ) in interface NutsSession. |
| 59 |
Abstract method boolean isForce ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isForce ( ) in interface NutsSession. |
| 60 |
Abstract method NutsSession no ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method no ( ) in interface NutsSession. |
| 61 |
Abstract method NutsSession no ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method no ( boolean ) in interface NutsSession. |
| 62 |
Abstract method PrintStream out ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method out ( ) in interface NutsSession. |
| 63 |
Abstract method NutsSession setAsk ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setAsk ( boolean ) in interface NutsSession. |
| 64 |
Abstract method NutsSession setForce ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setForce ( boolean ) in interface NutsSession. |
| 65 |
Abstract method NutsSession setIterableFormat ( NutsIterableFormat ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setIterableFormat ( NutsIterableFormat ) in interface NutsSession. |
| 66 |
Abstract method NutsSession setNo ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setNo ( boolean ) in interface NutsSession. |
| 67 |
Abstract method NutsSession setOutputFormat ( NutsOutputFormat ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setOutputFormat ( NutsOutputFormat ) in interface NutsSession. |
| 68 |
Abstract method NutsSession setSilent ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setSilent ( ) in interface NutsSession. |
| 69 |
Abstract method NutsSession setTrace ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setTrace ( boolean ) in interface NutsSession. |
| 70 |
Abstract method NutsSession setYes ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setYes ( boolean ) in interface NutsSession. |
| 71 |
Abstract method NutsSession yes ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method yes ( ) in interface NutsSession. |
| 72 |
Abstract method NutsSession yes ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method yes ( boolean ) in interface NutsSession. |
| 73 |
Removed super-interface NutsConfigurable. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsSession. |
[+] affected methods: 161 (2.7%)
NutsAddOptions.getSession ( )Return value of this method is of type 'NutsSession'.
NutsAddOptions.setSession ( NutsSession session )1st parameter 'session' of this method is of type 'NutsSession'.
NutsAddUserCommand.setSession ( NutsSession p1 )1st parameter 'p1' of this abstract method is of type 'NutsSession'.
NutsAddUserCommand.setSession ( NutsSession p1 )1st parameter 'p1' of this method is of type 'NutsSession'.
NutsApplication.run ( NutsSession session, String[ ] args )1st parameter 'session' of this method is of type 'NutsSession'.
NutsApplicationContext.getSession ( )Return value of this abstract method is of type 'NutsSession'.
NutsApplicationContext.setSession ( NutsSession p1 )1st parameter 'p1' of this abstract method is of type 'NutsSession'.
NutsArtifactFilter.acceptSearchId ( NutsSearchId p1, NutsSession p2 )2nd parameter 'p2' of this abstract method is of type 'NutsSession'.
NutsAuthenticationAgent.checkCredentials ( char[ ] p1, char[ ] p2, Map<String,String> p3, NutsSession p4 )4th parameter 'p4' of this abstract method is of type 'NutsSession'.
NutsAuthenticationAgent.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, Map<String,String> p4, NutsSession p5 )5th parameter 'p5' of this abstract method is of type 'NutsSession'.
...
[+] interface NutsSessionTerminal 26
| Change | Effect |
|---|
| 1 |
Abstract method NutsQuestion<T> ask ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method ask ( ) in NutsSessionTerminal. |
| 2 |
Abstract method NutsPrintStream err ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method err ( ) in NutsSessionTerminal. |
| 3 |
Abstract method NutsPrintStream getErr ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getErr ( ) in NutsSessionTerminal. |
| 4 |
Abstract method InputStream getIn ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getIn ( ) in NutsSessionTerminal. |
| 5 |
Abstract method NutsPrintStream getOut ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOut ( ) in NutsSessionTerminal. |
| 6 |
Abstract method InputStream in ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in ( ) in NutsSessionTerminal. |
| 7 |
Abstract method NutsPrintStream out ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method out ( ) in NutsSessionTerminal. |
| 8 |
Abstract method NutsSessionTerminal printProgress ( float, String, Object... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method printProgress ( float, String, Object... ) in NutsSessionTerminal. |
| 9 |
Abstract method NutsSessionTerminal printProgress ( float, NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method printProgress ( float, NutsMessage ) in NutsSessionTerminal. |
| 10 |
Abstract method NutsSessionTerminal printProgress ( String, Object... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method printProgress ( String, Object... ) in NutsSessionTerminal. |
| 11 |
Abstract method NutsSessionTerminal printProgress ( NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method printProgress ( NutsMessage ) in NutsSessionTerminal. |
| 12 |
Abstract method String readLine ( String, Object... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method readLine ( String, Object... ) in NutsSessionTerminal. |
| 13 |
Abstract method String readLine ( NutsPrintStream, String, Object... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method readLine ( NutsPrintStream, String, Object... ) in NutsSessionTerminal. |
| 14 |
Abstract method String readLine ( NutsPrintStream, NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method readLine ( NutsPrintStream, NutsMessage ) in NutsSessionTerminal. |
| 15 |
Abstract method String readLine ( NutsPrintStream, NutsMessage, NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method readLine ( NutsPrintStream, NutsMessage, NutsSession ) in NutsSessionTerminal. |
| 16 |
Abstract method char[ ] readPassword ( String, Object... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method readPassword ( String, Object... ) in NutsSessionTerminal. |
| 17 |
Abstract method char[ ] readPassword ( NutsPrintStream, String, Object... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method readPassword ( NutsPrintStream, String, Object... ) in NutsSessionTerminal. |
| 18 |
Abstract method char[ ] readPassword ( NutsPrintStream, NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method readPassword ( NutsPrintStream, NutsMessage ) in NutsSessionTerminal. |
| 19 |
Abstract method char[ ] readPassword ( NutsPrintStream, NutsMessage, NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method readPassword ( NutsPrintStream, NutsMessage, NutsSession ) in NutsSessionTerminal. |
| 20 |
Abstract method void setErr ( NutsPrintStream ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setErr ( NutsPrintStream ) in NutsSessionTerminal. |
| 21 |
Abstract method void setOut ( NutsPrintStream ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setOut ( NutsPrintStream ) in NutsSessionTerminal. |
| 22 |
Abstract method NutsTerminalBase getParent ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getParent ( ) in interface NutsSessionTerminal. |
| 23 |
Abstract method void setErr ( PrintStream ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setErr ( PrintStream ) in interface NutsSessionTerminal. |
| 24 |
Abstract method void setOut ( PrintStream ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setOut ( PrintStream ) in interface NutsSessionTerminal. |
| 25 |
Abstract method void setParent ( NutsTerminalBase ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setParent ( NutsTerminalBase ) in interface NutsSessionTerminal. |
| 26 |
Removed super-interface NutsTerminal. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsSessionTerminal. |
[+] affected methods: 5 (0.1%)
NutsSession.getTerminal ( )Return value of this abstract method is of type 'NutsSessionTerminal'.
NutsSession.setTerminal ( NutsSessionTerminal p1 )1st parameter 'p1' of this abstract method is of type 'NutsSessionTerminal'.
NutsSessionTerminal.copy ( )This abstract method is from 'NutsSessionTerminal' interface.
NutsSessionTerminal.setIn ( InputStream p1 )This abstract method is from 'NutsSessionTerminal' interface.
NutsTerminalManager.getTerminal ( )Return value of this abstract method is of type 'NutsSessionTerminal'.
[+] interface NutsStringBase 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsStringBase. |
[+] affected methods: 2 (0.03%)
NutsStringBase.toNutsString ( )This abstract method is from 'NutsStringBase' interface.
NutsStringBase.toString ( )This abstract method is from 'NutsStringBase' interface.
[+] interface NutsStringBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsStringBuilder. |
[+] affected methods: 10 (0.2%)
NutsStringBuilder.append ( Object p1 )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.append ( String p1 )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.append ( String p1, String p2 )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.appendHashed ( Object p1 )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.appendHashed ( Object p1, Object p2 )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.appendRandom ( Object p1 )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.appendRaw ( String p1 )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.clear ( )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.toFilteredString ( )This abstract method is from 'NutsStringBuilder' interface.
NutsStringBuilder.toFormattedString ( )This abstract method is from 'NutsStringBuilder' interface.
[+] interface NutsStringFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsStringFormat. |
[+] affected methods: 17 (0.3%)
NutsStringFormat.addParameters ( Object... p1 )This abstract method is from 'NutsStringFormat' interface.
NutsStringFormat.append ( String p1, Object... p2 )This abstract method is from 'NutsStringFormat' interface.
NutsStringFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsStringFormat' interface.
NutsStringFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsStringFormat' interface.
NutsStringFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsStringFormat' interface.
NutsStringFormat.getParameters ( )This abstract method is from 'NutsStringFormat' interface.
NutsStringFormat.getString ( )This abstract method is from 'NutsStringFormat' interface.
NutsStringFormat.getStyle ( )This abstract method is from 'NutsStringFormat' interface.
NutsStringFormat.of ( String p1, Object... p2 )This abstract method is from 'NutsStringFormat' interface.
NutsStringFormat.set ( String p1 )This abstract method is from 'NutsStringFormat' interface.
...
[+] interface NutsSupportLevelContext<T> 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsSupportLevelContext<T>. |
[+] affected methods: 2 (0.03%)
NutsSupportLevelContext<T>.getConstraints ( )This abstract method is from 'NutsSupportLevelContext<T>' interface.
NutsSupportLevelContext<T>.getWorkspace ( )This abstract method is from 'NutsSupportLevelContext<T>' interface.
[+] interface NutsSystemTerminal 11
| Change | Effect |
|---|
| 1 |
Abstract method NutsPrintStream err ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method err ( ) in NutsSystemTerminal. |
| 2 |
Abstract method InputStream in ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in ( ) in NutsSystemTerminal. |
| 3 |
Abstract method NutsPrintStream out ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method out ( ) in NutsSystemTerminal. |
| 4 |
Abstract method NutsSystemTerminal printProgress ( float, NutsMessage, NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method printProgress ( float, NutsMessage, NutsSession ) in NutsSystemTerminal. |
| 5 |
Abstract method String readLine ( NutsMessage, NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method readLine ( NutsMessage, NutsSession ) in NutsSystemTerminal. |
| 6 |
Abstract method char[ ] readPassword ( NutsMessage, NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method readPassword ( NutsMessage, NutsSession ) in NutsSystemTerminal. |
| 7 |
Added super-interface spi.NutsSystemTerminalBase. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsSystemTerminalBase. |
| 8 |
Abstract method boolean isStandardErrorStream ( OutputStream ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isStandardErrorStream ( OutputStream ) in interface NutsSystemTerminal. |
| 9 |
Abstract method boolean isStandardInputStream ( InputStream ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isStandardInputStream ( InputStream ) in interface NutsSystemTerminal. |
| 10 |
Abstract method boolean isStandardOutputStream ( OutputStream ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isStandardOutputStream ( OutputStream ) in interface NutsSystemTerminal. |
| 11 |
Removed super-interface NutsTerminal. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsSystemTerminal. |
[+] affected methods: 2 (0.03%)
NutsTerminalManager.createSystemTerminal ( NutsTerminalSpec p1 )Return value of this abstract method is of type 'NutsSystemTerminal'.
NutsTerminalManager.getSystemTerminal ( )Return value of this abstract method is of type 'NutsSystemTerminal'.
[+] interface NutsSystemTerminalBase 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSystemTerminalBase. |
[+] affected methods: 3 (0.1%)
NutsSystemTerminalBase.getAutoCompleteResolver ( )This method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.isAutoCompleteSupported ( )This method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.setAutoCompleteResolver ( NutsCommandAutoCompleteProcessor autoCompleteResolver )This method is from 'NutsSystemTerminalBase' interface.
[+] interface NutsTableBordersFormat 2
| Change | Effect |
|---|
| 1 |
Abstract method String format ( NutsTableSeparator ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method format ( NutsTableSeparator ) in NutsTableBordersFormat. |
| 2 |
Abstract method String format ( NutsTableFormat.Separator ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method format ( NutsTableFormat.Separator ) in interface NutsTableBordersFormat. |
[+] affected methods: 2 (0.03%)
NutsTableFormat.getBorder ( )Return value of this abstract method is of type 'NutsTableBordersFormat'.
NutsTableFormat.setBorder ( NutsTableBordersFormat p1 )1st parameter 'p1' of this abstract method is of type 'NutsTableBordersFormat'.
[+] interface NutsTableFormat 8
| Change | Effect |
|---|
| 1 |
Abstract method NutsTableFormat setNtf ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setNtf ( boolean ) in NutsTableFormat. |
| 2 |
Abstract method NutsTableFormat setValue ( Object ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setValue ( Object ) in NutsTableFormat. |
| 3 |
Abstract method NutsTableFormat setVisibleColumn ( int, Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setVisibleColumn ( int, Boolean ) in NutsTableFormat. |
| 4 |
Added super-interface NutsObjectFormat. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsObjectFormat. |
| 5 |
Abstract method NutsTableFormat setModel ( NutsTableModel ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setModel ( NutsTableModel ) in interface NutsTableFormat. |
| 6 |
Abstract method NutsTableFormat setVisibleColumn ( int, boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setVisibleColumn ( int, boolean ) in interface NutsTableFormat. |
| 7 |
Abstract method NutsTableFormat unsetVisibleColumn ( int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method unsetVisibleColumn ( int ) in interface NutsTableFormat. |
| 8 |
Removed super-interface NutsFormat. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsTableFormat. |
[+] affected methods: 15 (0.3%)
NutsFormatManager.table ( )Return value of this abstract method is of type 'NutsTableFormat'.
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.createModel ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getBorder ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getModel ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getVisibleColumn ( int p1 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.isVisibleHeader ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.setBorder ( String p1 )This abstract method is from 'NutsTableFormat' interface.
...
[+] interface NutsTempManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTempManager. |
[+] affected methods: 4 (0.1%)
NutsTempManager.createTempFile ( String p1 )This abstract method is from 'NutsTempManager' interface.
NutsTempManager.createTempFile ( String p1, NutsRepository p2 )This abstract method is from 'NutsTempManager' interface.
NutsTempManager.createTempFolder ( String p1 )This abstract method is from 'NutsTempManager' interface.
NutsTempManager.createTempFolder ( String p1, NutsRepository p2 )This abstract method is from 'NutsTempManager' interface.
[+] interface NutsTerminal 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTerminal. |
[+] affected methods: 16 (0.3%)
NutsTerminal.ask ( )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.err ( )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.errMode ( NutsTerminalMode p1 )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.getErrMode ( )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.getOutMode ( )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.in ( )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.mode ( NutsTerminalMode p1 )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.out ( )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.outMode ( NutsTerminalMode p1 )This abstract method is from 'NutsTerminal' interface.
NutsTerminal.readLine ( String p1, Object... p2 )This abstract method is from 'NutsTerminal' interface.
...
[+] interface NutsTerminalBase 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTerminalBase. |
[+] affected methods: 10 (0.2%)
NutsTerminalBase.getErr ( )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.getErrMode ( )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.getIn ( )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.getOut ( )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.getOutMode ( )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.getParent ( )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.readLine ( PrintStream p1, String p2, Object... p3 )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.readPassword ( PrintStream p1, String p2, Object... p3 )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.setErrMode ( NutsTerminalMode p1 )This abstract method is from 'NutsTerminalBase' interface.
NutsTerminalBase.setOutMode ( NutsTerminalMode p1 )This abstract method is from 'NutsTerminalBase' interface.
[+] interface NutsTerminalFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTerminalFormat. |
[+] affected methods: 9 (0.2%)
NutsTerminalFormat.escapeText ( String p1 )This abstract method is from 'NutsTerminalFormat' interface.
NutsTerminalFormat.filterText ( String p1 )This abstract method is from 'NutsTerminalFormat' interface.
NutsTerminalFormat.formatText ( NutsTextFormatStyle p1, String p2, Object... p3 )This abstract method is from 'NutsTerminalFormat' interface.
NutsTerminalFormat.formatText ( NutsTextFormatStyle p1, Locale p2, String p3, Object... p4 )This abstract method is from 'NutsTerminalFormat' interface.
NutsTerminalFormat.isFormatted ( OutputStream p1 )This abstract method is from 'NutsTerminalFormat' interface.
NutsTerminalFormat.isFormatted ( Writer p1 )This abstract method is from 'NutsTerminalFormat' interface.
NutsTerminalFormat.prepare ( PrintStream p1 )This abstract method is from 'NutsTerminalFormat' interface.
NutsTerminalFormat.prepare ( PrintWriter p1 )This abstract method is from 'NutsTerminalFormat' interface.
NutsTerminalFormat.textLength ( String p1 )This abstract method is from 'NutsTerminalFormat' interface.
[+] interface NutsTerminalManager 16
| Change | Effect |
|---|
| 1 |
Abstract method NutsSessionTerminal createTerminal ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createTerminal ( ) in NutsTerminalManager. |
| 2 |
Abstract method NutsSessionTerminal createTerminal ( InputStream, NutsPrintStream, NutsPrintStream ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createTerminal ( InputStream, NutsPrintStream, NutsPrintStream ) in NutsTerminalManager. |
| 3 |
Abstract method NutsSessionTerminal createTerminal ( NutsSessionTerminal ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createTerminal ( NutsSessionTerminal ) in NutsTerminalManager. |
| 4 |
Abstract method NutsTerminalManager enableRichTerm ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method enableRichTerm ( ) in NutsTerminalManager. |
| 5 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsTerminalManager. |
| 6 |
Abstract method NutsTerminalManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsTerminalManager. |
| 7 |
Abstract method NutsTerminalManager setSystemTerminal ( NutsSystemTerminalBase ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSystemTerminal ( NutsSystemTerminalBase ) in NutsTerminalManager. |
| 8 |
Abstract method NutsTerminalManager setTerminal ( NutsSessionTerminal ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setTerminal ( NutsSessionTerminal ) in NutsTerminalManager. |
| 9 |
Abstract method NutsSessionTerminal createTerminal ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createTerminal ( NutsSession ) in interface NutsTerminalManager. |
| 10 |
Abstract method NutsSessionTerminal createTerminal ( NutsTerminalBase, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createTerminal ( NutsTerminalBase, NutsSession ) in interface NutsTerminalManager. |
| 11 |
Abstract method NutsTerminalManager enableRichTerm ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method enableRichTerm ( NutsSession ) in interface NutsTerminalManager. |
| 12 |
Abstract method NutsTerminalFormat getTerminalFormat ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getTerminalFormat ( ) in interface NutsTerminalManager. |
| 13 |
Abstract method NutsTerminalManager setSystemTerminal ( NutsSystemTerminalBase, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setSystemTerminal ( NutsSystemTerminalBase, NutsSession ) in interface NutsTerminalManager. |
| 14 |
Abstract method NutsTerminalManager setTerminal ( NutsSessionTerminal, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setTerminal ( NutsSessionTerminal, NutsSession ) in interface NutsTerminalManager. |
| 15 |
Abstract method NutsSystemTerminal systemTerminal ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method systemTerminal ( ) in interface NutsTerminalManager. |
| 16 |
Abstract method NutsSessionTerminal terminal ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method terminal ( ) in interface NutsTerminalManager. |
[+] affected methods: 3 (0.1%)
NutsTerminalManager.createSystemTerminal ( NutsTerminalSpec p1 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getSystemTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
[+] interface NutsTerminalSpec 6
| Change | Effect |
|---|
| 1 |
Abstract method NutsSystemTerminalBase getParent ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getParent ( ) in NutsTerminalSpec. |
| 2 |
Abstract method NutsTerminalSpec setParent ( NutsSystemTerminalBase ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setParent ( NutsSystemTerminalBase ) in NutsTerminalSpec. |
| 3 |
Abstract method NutsTerminalBase getParent ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getParent ( ) in interface NutsTerminalSpec. |
| 4 |
Abstract method NutsSession getSession ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSession ( ) in interface NutsTerminalSpec. |
| 5 |
Abstract method NutsTerminalSpec setParent ( NutsTerminalBase ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setParent ( NutsTerminalBase ) in interface NutsTerminalSpec. |
| 6 |
Abstract method NutsTerminalSpec setSession ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setSession ( NutsSession ) in interface NutsTerminalSpec. |
[+] affected methods: 12 (0.2%)
NutsDefaultTerminalSpec.copyFrom ( NutsTerminalSpec other )1st parameter 'other' of this method is of type 'NutsTerminalSpec'.
NutsDefaultTerminalSpec.put ( String name, Object o )Return value of this method is of type 'NutsTerminalSpec'.
NutsDefaultTerminalSpec.putAll ( Map<String,Object> other )Return value of this method is of type 'NutsTerminalSpec'.
NutsDefaultTerminalSpec.setAutoComplete ( Boolean autoComplete )Return value of this method is of type 'NutsTerminalSpec'.
NutsTerminalManager.createSystemTerminal ( NutsTerminalSpec p1 )1st parameter 'p1' of this abstract method is of type 'NutsTerminalSpec'.
NutsTerminalSpec.copyFrom ( NutsTerminalSpec p1 )1st parameter 'p1' of this abstract method is of type 'NutsTerminalSpec'.
NutsTerminalSpec.get ( String p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getAutoComplete ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getProperties ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.put ( String p1, Object p2 )This abstract method is from 'NutsTerminalSpec' interface.
...
[+] interface NutsTransportComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTransportComponent. |
[+] affected methods: 1 (0.02%)
NutsTransportComponent.open ( String p1 )This abstract method is from 'NutsTransportComponent' interface.
[+] interface NutsTransportConnection 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTransportConnection. |
[+] affected methods: 3 (0.1%)
NutsTransportConnection.getURLHeader ( )This abstract method is from 'NutsTransportConnection' interface.
NutsTransportConnection.open ( )This abstract method is from 'NutsTransportConnection' interface.
NutsTransportConnection.upload ( NutsTransportParamPart... p1 )This abstract method is from 'NutsTransportConnection' interface.
[+] interface NutsTreeFormat 8
| Change | Effect |
|---|
| 1 |
Abstract method NutsTreeFormat setNtf ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setNtf ( boolean ) in NutsTreeFormat. |
| 2 |
Abstract method NutsTreeFormat setValue ( Object ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setValue ( Object ) in NutsTreeFormat. |
| 3 |
Added super-interface NutsObjectFormat. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsObjectFormat. |
| 4 |
Abstract method NutsTreeFormat linkFormat ( NutsTreeLinkFormat ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method linkFormat ( NutsTreeLinkFormat ) in interface NutsTreeFormat. |
| 5 |
Abstract method NutsTreeFormat model ( NutsTreeModel ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method model ( NutsTreeModel ) in interface NutsTreeFormat. |
| 6 |
Abstract method NutsTreeFormat nodeFormat ( NutsTreeNodeFormat ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method nodeFormat ( NutsTreeNodeFormat ) in interface NutsTreeFormat. |
| 7 |
Abstract method NutsTreeFormat setModel ( NutsTreeModel ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setModel ( NutsTreeModel ) in interface NutsTreeFormat. |
| 8 |
Removed super-interface NutsFormat. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsTreeFormat. |
[+] affected methods: 11 (0.2%)
NutsFormatManager.tree ( )Return value of this abstract method is of type 'NutsTreeFormat'.
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getLinkFormat ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getModel ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getNodeFormat ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setLinkFormat ( NutsTreeLinkFormat p1 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setNodeFormat ( NutsTreeNodeFormat p1 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setSession ( NutsSession p1 )This method is from 'NutsTreeFormat' interface.
...
[+] interface NutsTreeNodeFormat 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsString format ( Object, int, NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method format ( Object, int, NutsSession ) in NutsTreeNodeFormat. |
| 2 |
Abstract method String format ( Object, int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method format ( Object, int ) in interface NutsTreeNodeFormat. |
[+] affected methods: 2 (0.03%)
NutsTreeFormat.getNodeFormat ( )Return value of this abstract method is of type 'NutsTreeNodeFormat'.
NutsTreeFormat.setNodeFormat ( NutsTreeNodeFormat p1 )1st parameter 'p1' of this abstract method is of type 'NutsTreeNodeFormat'.
[+] interface NutsTypedFilters<T> 5
| Change | Effect |
|---|
| 1 |
Abstract method T as ( NutsFilter ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method as ( NutsFilter ) in NutsTypedFilters<T>. |
| 2 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsTypedFilters<T>. |
| 3 |
Abstract method T parse ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( String ) in NutsTypedFilters<T>. |
| 4 |
Abstract method NutsTypedFilters setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsTypedFilters<T>. |
| 5 |
Abstract method T fromOrNull ( NutsFilter ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method fromOrNull ( NutsFilter ) in interface NutsTypedFilters<T>. |
[+] affected methods: 8 (0.1%)
NutsTypedFilters<T>.all ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.always ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.any ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.from ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.never ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.none ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.nonnull ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.not ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
[+] interface NutsUndeployCommand 2
| Change | Effect |
|---|
| 1 |
Abstract method boolean isTransitive ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isTransitive ( ) in interface NutsUndeployCommand. |
| 2 |
Abstract method NutsUndeployCommand setTransitive ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setTransitive ( boolean ) in interface NutsUndeployCommand. |
[+] affected methods: 20 (0.3%)
NutsUndeployCommand.addId ( String p1 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.addId ( NutsId p1 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.addIds ( String... p1 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.clearIds ( )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.copySession ( )This abstract method is from 'NutsUndeployCommand' interface.
NutsUndeployCommand.copySession ( )This method is from 'NutsUndeployCommand' interface.
...
[+] interface NutsUpdateCommand 18
| Change | Effect |
|---|
| 1 |
Abstract method NutsVersion getApiVersion ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getApiVersion ( ) in NutsUpdateCommand. |
| 2 |
Abstract method NutsUpdateCommand setApiVersion ( NutsVersion ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setApiVersion ( NutsVersion ) in NutsUpdateCommand. |
| 3 |
Abstract method NutsUpdateCommand companions ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method companions ( ) in interface NutsUpdateCommand. |
| 4 |
Abstract method NutsUpdateCommand companions ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method companions ( boolean ) in interface NutsUpdateCommand. |
| 5 |
Abstract method String getApiVersion ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getApiVersion ( ) in interface NutsUpdateCommand. |
| 6 |
Abstract method NutsUpdateCommand installed ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method installed ( ) in interface NutsUpdateCommand. |
| 7 |
Abstract method NutsUpdateCommand installed ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method installed ( boolean ) in interface NutsUpdateCommand. |
| 8 |
Abstract method NutsUpdateCommand lockedId ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method lockedId ( String ) in interface NutsUpdateCommand. |
| 9 |
Abstract method NutsUpdateCommand lockedId ( NutsId ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method lockedId ( NutsId ) in interface NutsUpdateCommand. |
| 10 |
Abstract method NutsUpdateCommand lockedIds ( String... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method lockedIds ( String... ) in interface NutsUpdateCommand. |
| 11 |
Abstract method NutsUpdateCommand lockedIds ( NutsId... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method lockedIds ( NutsId... ) in interface NutsUpdateCommand. |
| 12 |
Abstract method NutsUpdateCommand runtime ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method runtime ( ) in interface NutsUpdateCommand. |
| 13 |
Abstract method NutsUpdateCommand runtime ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method runtime ( boolean ) in interface NutsUpdateCommand. |
| 14 |
Abstract method NutsUpdateCommand scope ( NutsDependencyScope ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method scope ( NutsDependencyScope ) in interface NutsUpdateCommand. |
| 15 |
Abstract method NutsUpdateCommand scopes ( Collection<NutsDependencyScope> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method scopes ( Collection<NutsDependencyScope> ) in interface NutsUpdateCommand. |
| 16 |
Abstract method NutsUpdateCommand scopes ( NutsDependencyScope... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method scopes ( NutsDependencyScope... ) in interface NutsUpdateCommand. |
| 17 |
Abstract method NutsUpdateCommand setApiVersion ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setApiVersion ( String ) in interface NutsUpdateCommand. |
| 18 |
Abstract method NutsUpdateCommand workspace ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method workspace ( ) in interface NutsUpdateCommand. |
[+] affected methods: 53 (0.9%)
NutsUpdateCommand.addArg ( String p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addArgs ( String... p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addId ( String p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addId ( NutsId p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addIds ( String... p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addLockedId ( String p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addLockedId ( NutsId p1 )This abstract method is from 'NutsUpdateCommand' interface.
NutsUpdateCommand.addLockedIds ( String... p1 )This abstract method is from 'NutsUpdateCommand' interface.
...
[+] interface NutsUpdateRepositoryStatisticsCommand 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsUpdateRepositoryStatisticsCommand. |
[+] affected methods: 7 (0.1%)
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.run ( )This method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.run ( )This abstract method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 )This method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
NutsUpdateRepositoryStatisticsCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsUpdateRepositoryStatisticsCommand' interface.
[+] interface NutsUpdateStatisticsCommand 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsUpdateStatisticsCommand path ( Path ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method path ( Path ) in interface NutsUpdateStatisticsCommand. |
| 2 |
Abstract method NutsUpdateStatisticsCommand repo ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method repo ( String ) in interface NutsUpdateStatisticsCommand. |
[+] affected methods: 21 (0.4%)
NutsUpdateStatisticsCommand.add ( String p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addPath ( Path p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addPaths ( Path... p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addPaths ( Collection<Path> p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addRepo ( String p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addRepos ( String... p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.addRepos ( Collection<String> p1 )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.clearPaths ( )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.clearRepos ( )This abstract method is from 'NutsUpdateStatisticsCommand' interface.
NutsUpdateStatisticsCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateStatisticsCommand' interface.
...
[+] interface NutsUpdateUserCommand 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsUpdateUserCommand username ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method username ( String ) in interface NutsUpdateUserCommand. |
[+] affected methods: 59 (1%)
NutsRepositorySecurityManager.updateUser ( String p1 )Return value of this abstract method is of type 'NutsUpdateUserCommand'.
NutsUpdateUserCommand.addGroup ( String p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addGroups ( String... p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addGroups ( Collection<String> p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addPermission ( String p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addPermissions ( String... p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.addPermissions ( Collection<String> p1 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsUpdateUserCommand' interface.
NutsUpdateUserCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsUpdateUserCommand' interface.
...
[+] interface NutsURLHeader 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsURLHeader. |
[+] affected methods: 5 (0.1%)
NutsURLHeader.getContentEncoding ( )This abstract method is from 'NutsURLHeader' interface.
NutsURLHeader.getContentLength ( )This abstract method is from 'NutsURLHeader' interface.
NutsURLHeader.getContentType ( )This abstract method is from 'NutsURLHeader' interface.
NutsURLHeader.getLastModified ( )This abstract method is from 'NutsURLHeader' interface.
NutsURLHeader.getUrl ( )This abstract method is from 'NutsURLHeader' interface.
[+] interface NutsVersion 8
| Change | Effect |
|---|
| 1 |
Abstract method BigInteger getNumber ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getNumber ( int ) in NutsVersion. |
| 2 |
Abstract method BigInteger getNumber ( int, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getNumber ( int, long ) in NutsVersion. |
| 3 |
Abstract method BigInteger getNumber ( int, BigInteger ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getNumber ( int, BigInteger ) in NutsVersion. |
| 4 |
Abstract method NutsVersion inc ( int, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method inc ( int, long ) in NutsVersion. |
| 5 |
Abstract method NutsVersion inc ( int, BigInteger ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method inc ( int, BigInteger ) in NutsVersion. |
| 6 |
Abstract method int getNumber ( int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getNumber ( int ) in interface NutsVersion. |
| 7 |
Abstract method int getNumber ( int, int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getNumber ( int, int ) in interface NutsVersion. |
| 8 |
Abstract method NutsVersion inc ( int, int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method inc ( int, int ) in interface NutsVersion. |
[+] affected methods: 26 (0.4%)
NutsApplicationContext.getAppPreviousVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsApplicationContext.getAppVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependency.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependencyBuilder.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependencyBuilder.setVersion ( NutsVersion p1 )1st parameter 'p1' of this abstract method is of type 'NutsVersion'.
NutsId.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsIdBuilder.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsIdBuilder.setVersion ( NutsVersion p1 )1st parameter 'p1' of this abstract method is of type 'NutsVersion'.
NutsVersion.compareTo ( Object p1 )This method is from 'NutsVersion' interface.
NutsVersion.compareTo ( String p1 )This abstract method is from 'NutsVersion' interface.
...
[+] interface NutsVersionFilter 3
| Change | Effect |
|---|
| 1 |
Method NutsVersionFilter and ( NutsVersionFilter ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method and ( NutsVersionFilter ) in NutsVersionFilter. |
| 2 |
Method NutsVersionFilter neg ( ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method neg ( ) in NutsVersionFilter. |
| 3 |
Method NutsVersionFilter or ( NutsVersionFilter ) became non-default. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method or ( NutsVersionFilter ) in NutsVersionFilter. |
[+] affected methods: 3 (0.1%)
NutsVersionFilter.and ( NutsVersionFilter other )This method is from 'NutsVersionFilter' interface.
NutsVersionFilter.neg ( )This method is from 'NutsVersionFilter' interface.
NutsVersionFilter.or ( NutsVersionFilter other )This method is from 'NutsVersionFilter' interface.
[+] interface NutsVersionFilterManager 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsVersionFilterManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsVersionFilterManager. |
[+] affected methods: 4 (0.1%)
NutsFilterManager.version ( )Return value of this abstract method is of type 'NutsVersionFilterManager'.
NutsVersionFilterManager.byExpression ( String p1 )This abstract method is from 'NutsVersionFilterManager' interface.
NutsVersionFilterManager.byValue ( String p1 )This abstract method is from 'NutsVersionFilterManager' interface.
NutsVersionManager.filter ( )Return value of this abstract method is of type 'NutsVersionFilterManager'.
[+] interface NutsVersionFormat 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsVersionFormat setNtf ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setNtf ( boolean ) in NutsVersionFormat. |
[+] affected methods: 9 (0.2%)
NutsVersionFormat.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.addProperty ( String p1, String p2 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.getVersion ( )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.isWorkspaceVersion ( )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setSession ( NutsSession p1 )This method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setVersion ( NutsVersion p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionManager.formatter ( )Return value of this abstract method is of type 'NutsVersionFormat'.
NutsVersionManager.formatter ( NutsVersion p1 )Return value of this abstract method is of type 'NutsVersionFormat'.
[+] interface NutsVersionManager 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsVersionManager. |
| 2 |
Abstract method NutsVersion parse ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( String ) in NutsVersionManager. |
| 3 |
Abstract method NutsVersionManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsVersionManager. |
[+] affected methods: 5 (0.1%)
NutsVersionManager.filter ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.formatter ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.formatter ( NutsVersion p1 )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.parser ( )This abstract method is from 'NutsVersionManager' interface.
NutsWorkspace.version ( )Return value of this abstract method is of type 'NutsVersionManager'.
[+] interface NutsWorkspace 20
| Change | Effect |
|---|
| 1 |
Abstract method NutsBootManager boot ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method boot ( ) in NutsWorkspace. |
| 2 |
Abstract method NutsCustomCommandManager commands ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method commands ( ) in NutsWorkspace. |
| 3 |
Abstract method NutsElementFormat elem ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method elem ( ) in NutsWorkspace. |
| 4 |
Abstract method NutsWorkspaceEventManager events ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method events ( ) in NutsWorkspace. |
| 5 |
Abstract method NutsVersion getApiVersion ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getApiVersion ( ) in NutsWorkspace. |
| 6 |
Abstract method Set<NutsId> getCompanionIds ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCompanionIds ( NutsSession ) in NutsWorkspace. |
| 7 |
Abstract method String getHashName ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHashName ( ) in NutsWorkspace. |
| 8 |
Abstract method String getLocation ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLocation ( ) in NutsWorkspace. |
| 9 |
Abstract method String getName ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getName ( ) in NutsWorkspace. |
| 10 |
Abstract method String getUuid ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUuid ( ) in NutsWorkspace. |
| 11 |
Abstract method NutsTerminalManager term ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method term ( ) in NutsWorkspace. |
| 12 |
Abstract method NutsTextManager text ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method text ( ) in NutsWorkspace. |
| 13 |
Abstract method NutsCommandAliasManager aliases ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method aliases ( ) in interface NutsWorkspace. |
| 14 |
Abstract method Set<NutsId> companionIds ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method companionIds ( ) in interface NutsWorkspace. |
| 15 |
Abstract method NutsWorkspaceEvents events ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method events ( ) in interface NutsWorkspace. |
| 16 |
Abstract method String getApiVersion ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getApiVersion ( ) in interface NutsWorkspace. |
| 17 |
Abstract method String name ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method name ( ) in interface NutsWorkspace. |
| 18 |
Abstract method NutsStringBuilder str ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method str ( ) in interface NutsWorkspace. |
| 19 |
Abstract method Map<String,Object> userProperties ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method userProperties ( ) in interface NutsWorkspace. |
| 20 |
Abstract method String uuid ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method uuid ( ) in interface NutsWorkspace. |
[+] affected methods: 49 (0.8%)
NutsApplicationContext.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsCommandAutoComplete.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsCommandAutoCompleteBase.getWorkspace ( )Return value of this method is of type 'NutsWorkspace'.
NutsContentEvent.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsDefaultSupportLevelContext<T>.getWorkspace ( )Return value of this method is of type 'NutsWorkspace'.
NutsException.getWorkspace ( )Return value of this method is of type 'NutsWorkspace'.
NutsExecutionContext.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsFilter.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsInstallEvent.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsRepository.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
...
[+] interface NutsWorkspaceAppsManager 6
| Change | Effect |
|---|
| 1 |
Abstract method NutsApplicationContext createApplicationContext ( NutsSession, String[ ], long, Class, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createApplicationContext ( NutsSession, String[ ], long, Class, String ) in NutsWorkspaceAppsManager. |
| 2 |
Abstract method NutsExecutionEntryAction execEntries ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method execEntries ( ) in NutsWorkspaceAppsManager. |
| 3 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsWorkspaceAppsManager. |
| 4 |
Abstract method NutsWorkspaceAppsManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsWorkspaceAppsManager. |
| 5 |
Abstract method NutsApplicationContext createApplicationContext ( String[ ], Class, String, long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createApplicationContext ( String[ ], Class, String, long ) in interface NutsWorkspaceAppsManager. |
| 6 |
Abstract method NutsExecutionEntryManager execEntries ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method execEntries ( ) in interface NutsWorkspaceAppsManager. |
[+] affected methods: 1 (0.02%)
NutsWorkspace.apps ( )Return value of this abstract method is of type 'NutsWorkspaceAppsManager'.
[+] interface NutsWorkspaceArchetypeComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceArchetypeComponent. |
[+] affected methods: 2 (0.03%)
NutsWorkspaceArchetypeComponent.getName ( )This abstract method is from 'NutsWorkspaceArchetypeComponent' interface.
NutsWorkspaceArchetypeComponent.initialize ( NutsSession p1 )This abstract method is from 'NutsWorkspaceArchetypeComponent' interface.
[+] interface NutsWorkspaceAware 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceAware. |
[+] affected methods: 1 (0.02%)
NutsWorkspaceAware.setWorkspace ( NutsWorkspace p1 )This abstract method is from 'NutsWorkspaceAware' interface.
[+] interface NutsWorkspaceBootConfig 8
| Change | Effect |
|---|
| 1 |
Abstract method String getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHomeLocation ( NutsOsFamily, NutsStoreLocation ) in NutsWorkspaceBootConfig. |
| 2 |
Abstract method String getHomeLocation ( NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHomeLocation ( NutsStoreLocation ) in NutsWorkspaceBootConfig. |
| 3 |
Abstract method String getStoreLocation ( NutsId, NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocation ( NutsId, NutsStoreLocation ) in NutsWorkspaceBootConfig. |
| 4 |
Abstract method String getStoreLocation ( NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocation ( NutsStoreLocation ) in NutsWorkspaceBootConfig. |
| 5 |
Abstract method Path getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getHomeLocation ( NutsOsFamily, NutsStoreLocation ) in interface NutsWorkspaceBootConfig. |
| 6 |
Abstract method Path getHomeLocation ( NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getHomeLocation ( NutsStoreLocation ) in interface NutsWorkspaceBootConfig. |
| 7 |
Abstract method Path getStoreLocation ( NutsId, NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getStoreLocation ( NutsId, NutsStoreLocation ) in interface NutsWorkspaceBootConfig. |
| 8 |
Abstract method Path getStoreLocation ( NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getStoreLocation ( NutsStoreLocation ) in interface NutsWorkspaceBootConfig. |
[+] affected methods: 15 (0.3%)
NutsWorkspaceBootConfig.getBootPath ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getBootRepositories ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getEffectiveWorkspace ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getEffectiveWorkspaceName ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getExtensions ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getHomeLocations ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getName ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getStoreLocationLayout ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getStoreLocations ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
...
[+] interface NutsWorkspaceCommand 2
| Change | Effect |
|---|
| 1 |
Added super-interface NutsCommandLineConfigurable. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsCommandLineConfigurable. |
| 2 |
Removed super-interface NutsConfigurable. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsWorkspaceCommand. |
[+] affected methods: 58 (1%)
NutsAddUserCommand.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsAddUserCommand.copySession ( )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsAddUserCommand.run ( )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsAddUserCommand.setSession ( NutsSession p1 )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsDeployCommand.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsDeployCommand.copySession ( )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsDeployCommand.run ( )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsDeployCommand.setSession ( NutsSession p1 )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsExecCommand.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsWorkspaceCommand'.
NutsExecCommand.copySession ( )Return value of this method is of type 'NutsWorkspaceCommand'.
...
[+] interface NutsWorkspaceCommandAlias 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceCommandAlias. |
[+] affected methods: 8 (0.1%)
NutsWorkspaceCommandAlias.dryExec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 )This abstract method is from 'NutsWorkspaceCommandAlias' interface.
NutsWorkspaceCommandAlias.exec ( String[ ] p1, NutsCommandExecOptions p2, NutsSession p3 )This abstract method is from 'NutsWorkspaceCommandAlias' interface.
NutsWorkspaceCommandAlias.getCommand ( )This abstract method is from 'NutsWorkspaceCommandAlias' interface.
NutsWorkspaceCommandAlias.getExecutorOptions ( )This abstract method is from 'NutsWorkspaceCommandAlias' interface.
NutsWorkspaceCommandAlias.getFactoryId ( )This abstract method is from 'NutsWorkspaceCommandAlias' interface.
NutsWorkspaceCommandAlias.getHelpText ( )This abstract method is from 'NutsWorkspaceCommandAlias' interface.
NutsWorkspaceCommandAlias.getName ( )This abstract method is from 'NutsWorkspaceCommandAlias' interface.
NutsWorkspaceCommandAlias.getOwner ( )This abstract method is from 'NutsWorkspaceCommandAlias' interface.
[+] interface NutsWorkspaceCommandFactory 6
| Change | Effect |
|---|
| 1 |
Abstract method void configure ( NutsCommandFactoryConfig ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method configure ( NutsCommandFactoryConfig ) in NutsWorkspaceCommandFactory. |
| 2 |
Abstract method NutsCommandConfig findCommand ( String, NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findCommand ( String, NutsSession ) in NutsWorkspaceCommandFactory. |
| 3 |
Abstract method List<NutsCommandConfig> findCommands ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findCommands ( NutsSession ) in NutsWorkspaceCommandFactory. |
| 4 |
Abstract method void configure ( NutsCommandAliasFactoryConfig ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method configure ( NutsCommandAliasFactoryConfig ) in interface NutsWorkspaceCommandFactory. |
| 5 |
Abstract method NutsCommandAliasConfig findCommand ( String, NutsWorkspace ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method findCommand ( String, NutsWorkspace ) in interface NutsWorkspaceCommandFactory. |
| 6 |
Abstract method List<NutsCommandAliasConfig> findCommands ( NutsWorkspace ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method findCommands ( NutsWorkspace ) in interface NutsWorkspaceCommandFactory. |
[+] affected methods: 2 (0.03%)
NutsWorkspaceCommandFactory.getFactoryId ( )This abstract method is from 'NutsWorkspaceCommandFactory' interface.
NutsWorkspaceCommandFactory.getPriority ( )This abstract method is from 'NutsWorkspaceCommandFactory' interface.
[+] interface NutsWorkspaceConfigManager 33
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspaceListManager createWorkspaceListManager ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createWorkspaceListManager ( String ) in NutsWorkspaceConfigManager. |
| 2 |
Abstract method Set<String> getAvailableArchetypes ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAvailableArchetypes ( ) in NutsWorkspaceConfigManager. |
| 3 |
Abstract method NutsAddRepositoryOptions[ ] getDefaultRepositories ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDefaultRepositories ( ) in NutsWorkspaceConfigManager. |
| 4 |
Abstract method String getHashName ( Object ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHashName ( Object ) in NutsWorkspaceConfigManager. |
| 5 |
Abstract method NutsIndexStoreFactory getIndexStoreClientFactory ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getIndexStoreClientFactory ( ) in NutsWorkspaceConfigManager. |
| 6 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsWorkspaceConfigManager. |
| 7 |
Abstract method String getWorkspaceHashName ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getWorkspaceHashName ( String ) in NutsWorkspaceConfigManager. |
| 8 |
Abstract method boolean isExcludedExtension ( String, NutsWorkspaceOptions ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isExcludedExtension ( String, NutsWorkspaceOptions ) in NutsWorkspaceConfigManager. |
| 9 |
Abstract method boolean isSupportedRepositoryType ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isSupportedRepositoryType ( String ) in NutsWorkspaceConfigManager. |
| 10 |
Abstract method NutsWorkspaceBootConfig loadBootConfig ( String, boolean, boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadBootConfig ( String, boolean, boolean ) in NutsWorkspaceConfigManager. |
| 11 |
Abstract method String resolveRepositoryPath ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resolveRepositoryPath ( String ) in NutsWorkspaceConfigManager. |
| 12 |
Abstract method boolean save ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method save ( ) in NutsWorkspaceConfigManager. |
| 13 |
Abstract method boolean save ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method save ( boolean ) in NutsWorkspaceConfigManager. |
| 14 |
Abstract method NutsWorkspaceConfigManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsWorkspaceConfigManager. |
| 15 |
Abstract method NutsWorkspaceListManager createWorkspaceListManager ( String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createWorkspaceListManager ( String, NutsSession ) in interface NutsWorkspaceConfigManager. |
| 16 |
Abstract method Set<String> getAvailableArchetypes ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getAvailableArchetypes ( NutsSession ) in interface NutsWorkspaceConfigManager. |
| 17 |
Abstract method ClassLoader getBootClassLoader ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getBootClassLoader ( ) in interface NutsWorkspaceConfigManager. |
| 18 |
Abstract method URL[ ] getBootClassWorldURLs ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getBootClassWorldURLs ( ) in interface NutsWorkspaceConfigManager. |
| 19 |
Abstract method String getBootRepositories ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getBootRepositories ( ) in interface NutsWorkspaceConfigManager. |
| 20 |
Abstract method long getCreationFinishTimeMillis ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getCreationFinishTimeMillis ( ) in interface NutsWorkspaceConfigManager. |
| 21 |
Abstract method long getCreationStartTimeMillis ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getCreationStartTimeMillis ( ) in interface NutsWorkspaceConfigManager. |
| 22 |
Abstract method long getCreationTimeMillis ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getCreationTimeMillis ( ) in interface NutsWorkspaceConfigManager. |
| 23 |
Abstract method NutsRepositoryDefinition[ ] getDefaultRepositories ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getDefaultRepositories ( NutsSession ) in interface NutsWorkspaceConfigManager. |
| 24 |
Abstract method NutsIndexStoreFactory getIndexStoreClientFactory ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getIndexStoreClientFactory ( ) in interface NutsWorkspaceConfigManager. |
| 25 |
Abstract method String getName ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getName ( ) in interface NutsWorkspaceConfigManager. |
| 26 |
Abstract method NutsWorkspaceOptions getOptions ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOptions ( ) in interface NutsWorkspaceConfigManager. |
| 27 |
Abstract method String getUuid ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getUuid ( ) in interface NutsWorkspaceConfigManager. |
| 28 |
Abstract method boolean isSupportedRepositoryType ( String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isSupportedRepositoryType ( String, NutsSession ) in interface NutsWorkspaceConfigManager. |
| 29 |
Abstract method NutsWorkspaceBootConfig loadBootConfig ( String, boolean, boolean, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadBootConfig ( String, boolean, boolean, NutsSession ) in interface NutsWorkspaceConfigManager. |
| 30 |
Abstract method NutsWorkspaceOptions options ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method options ( ) in interface NutsWorkspaceConfigManager. |
| 31 |
Abstract method Path resolveRepositoryPath ( String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method resolveRepositoryPath ( String, NutsSession ) in interface NutsWorkspaceConfigManager. |
| 32 |
Abstract method void save ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method save ( NutsSession ) in interface NutsWorkspaceConfigManager. |
| 33 |
Abstract method boolean save ( boolean, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method save ( boolean, NutsSession ) in interface NutsWorkspaceConfigManager. |
[+] affected methods: 8 (0.1%)
NutsWorkspace.config ( )Return value of this abstract method is of type 'NutsWorkspaceConfigManager'.
NutsWorkspaceConfigManager.createContentFaceId ( NutsId p1, NutsDescriptor p2 )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getJavaCommand ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getJavaOptions ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.isGlobal ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.isReadOnly ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.optionsBuilder ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.stored ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
[+] interface NutsWorkspaceEnvManager 41
| Change | Effect |
|---|
| 1 |
Abstract method void addLauncher ( NutsLauncherOptions ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addLauncher ( NutsLauncherOptions ) in NutsWorkspaceEnvManager. |
| 2 |
Abstract method NutsArchFamily getArchFamily ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getArchFamily ( ) in NutsWorkspaceEnvManager. |
| 3 |
Abstract method ClassLoader getBootClassLoader ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBootClassLoader ( ) in NutsWorkspaceEnvManager. |
| 4 |
Abstract method URL[ ] getBootClassWorldURLs ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBootClassWorldURLs ( ) in NutsWorkspaceEnvManager. |
| 5 |
Abstract method String getBootRepositories ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBootRepositories ( ) in NutsWorkspaceEnvManager. |
| 6 |
Abstract method long getCreationFinishTimeMillis ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCreationFinishTimeMillis ( ) in NutsWorkspaceEnvManager. |
| 7 |
Abstract method long getCreationStartTimeMillis ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCreationStartTimeMillis ( ) in NutsWorkspaceEnvManager. |
| 8 |
Abstract method long getCreationTimeMillis ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCreationTimeMillis ( ) in NutsWorkspaceEnvManager. |
| 9 |
Abstract method NutsId getDesktopEnvironment ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDesktopEnvironment ( ) in NutsWorkspaceEnvManager. |
| 10 |
Abstract method NutsDesktopEnvironmentFamily[ ] getDesktopEnvironmentFamilies ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDesktopEnvironmentFamilies ( ) in NutsWorkspaceEnvManager. |
| 11 |
Abstract method NutsDesktopEnvironmentFamily getDesktopEnvironmentFamily ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDesktopEnvironmentFamily ( ) in NutsWorkspaceEnvManager. |
| 12 |
Abstract method NutsId[ ] getDesktopEnvironments ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDesktopEnvironments ( ) in NutsWorkspaceEnvManager. |
| 13 |
Abstract method NutsActionSupport getDesktopIntegrationSupport ( NutsDesktopIntegrationItem ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDesktopIntegrationSupport ( NutsDesktopIntegrationItem ) in NutsWorkspaceEnvManager. |
| 14 |
Abstract method Path getDesktopPath ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDesktopPath ( ) in NutsWorkspaceEnvManager. |
| 15 |
Abstract method String getEnv ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getEnv ( String ) in NutsWorkspaceEnvManager. |
| 16 |
Abstract method String getEnv ( String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getEnv ( String, String ) in NutsWorkspaceEnvManager. |
| 17 |
Abstract method Boolean getEnvAsBoolean ( String, Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getEnvAsBoolean ( String, Boolean ) in NutsWorkspaceEnvManager. |
| 18 |
Abstract method Integer getEnvAsInt ( String, Integer ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getEnvAsInt ( String, Integer ) in NutsWorkspaceEnvManager. |
| 19 |
Abstract method Map<String,String> getEnvMap ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getEnvMap ( ) in NutsWorkspaceEnvManager. |
| 20 |
Abstract method String getOption ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOption ( String ) in NutsWorkspaceEnvManager. |
| 21 |
Abstract method String getOption ( String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOption ( String, String ) in NutsWorkspaceEnvManager. |
| 22 |
Abstract method Boolean getOptionAsBoolean ( String, Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOptionAsBoolean ( String, Boolean ) in NutsWorkspaceEnvManager. |
| 23 |
Abstract method Integer getOptionAsInt ( String, Integer ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOptionAsInt ( String, Integer ) in NutsWorkspaceEnvManager. |
| 24 |
Abstract method T getOrCreateProperty ( Class<T>, Supplier<T> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOrCreateProperty ( Class<T>, Supplier<T> ) in NutsWorkspaceEnvManager. |
| 25 |
Abstract method T getOrCreateProperty ( String, Supplier<T> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOrCreateProperty ( String, Supplier<T> ) in NutsWorkspaceEnvManager. |
| 26 |
Abstract method Map<String,Object> getProperties ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProperties ( ) in NutsWorkspaceEnvManager. |
| 27 |
Abstract method Object getProperty ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProperty ( String ) in NutsWorkspaceEnvManager. |
| 28 |
Abstract method Object getProperty ( String, Object ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProperty ( String, Object ) in NutsWorkspaceEnvManager. |
| 29 |
Abstract method Boolean getPropertyAsBoolean ( String, Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPropertyAsBoolean ( String, Boolean ) in NutsWorkspaceEnvManager. |
| 30 |
Abstract method Integer getPropertyAsInt ( String, Integer ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPropertyAsInt ( String, Integer ) in NutsWorkspaceEnvManager. |
| 31 |
Abstract method String getPropertyAsString ( String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPropertyAsString ( String, String ) in NutsWorkspaceEnvManager. |
| 32 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsWorkspaceEnvManager. |
| 33 |
Abstract method NutsWorkspaceEnvManager setEnv ( String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setEnv ( String, String ) in NutsWorkspaceEnvManager. |
| 34 |
Abstract method NutsWorkspaceEnvManager setProperty ( String, Object ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setProperty ( String, Object ) in NutsWorkspaceEnvManager. |
| 35 |
Abstract method NutsWorkspaceEnvManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsWorkspaceEnvManager. |
| 36 |
Abstract method NutsWorkspaceOptions getBootOptions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBootOptions ( ) in NutsWorkspaceEnvManager. |
| 37 |
Abstract method boolean isGraphicalDesktopEnvironment ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isGraphicalDesktopEnvironment ( ) in NutsWorkspaceEnvManager. |
| 38 |
Abstract method String get ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method get ( String ) in interface NutsWorkspaceEnvManager. |
| 39 |
Abstract method String get ( String, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method get ( String, String ) in interface NutsWorkspaceEnvManager. |
| 40 |
Abstract method void set ( String, String, NutsUpdateOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method set ( String, String, NutsUpdateOptions ) in interface NutsWorkspaceEnvManager. |
| 41 |
Abstract method Map<String,String> toMap ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method toMap ( ) in interface NutsWorkspaceEnvManager. |
[+] affected methods: 6 (0.1%)
NutsWorkspace.env ( )Return value of this abstract method is of type 'NutsWorkspaceEnvManager'.
NutsWorkspaceEnvManager.getArch ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getOs ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getOsDist ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getOsFamily ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getPlatform ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
[+] interface NutsWorkspaceEvents 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceEvents. |
[+] affected methods: 12 (0.2%)
NutsWorkspaceEvents.addInstallListener ( NutsInstallListener p1 )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.addRepositoryListener ( NutsRepositoryListener p1 )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.addUserPropertyListener ( NutsMapListener<String,Object> p1 )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.addWorkspaceListener ( NutsWorkspaceListener p1 )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.getInstallListeners ( )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.getRepositoryListeners ( )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.getUserPropertyListeners ( )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.getWorkspaceListeners ( )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.removeInstallListener ( NutsInstallListener p1 )This abstract method is from 'NutsWorkspaceEvents' interface.
NutsWorkspaceEvents.removeRepositoryListener ( NutsRepositoryListener p1 )This abstract method is from 'NutsWorkspaceEvents' interface.
...
[+] interface NutsWorkspaceExtensionManager 44
| Change | Effect |
|---|
| 1 |
Abstract method List<T> createAll ( Class<T> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createAll ( Class<T> ) in NutsWorkspaceExtensionManager. |
| 2 |
Abstract method List<T> createAllSupported ( Class<T>, V ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createAllSupported ( Class<T>, V ) in NutsWorkspaceExtensionManager. |
| 3 |
Abstract method NutsServiceLoader<T,B> createServiceLoader ( Class<T>, Class<B> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createServiceLoader ( Class<T>, Class<B> ) in NutsWorkspaceExtensionManager. |
| 4 |
Abstract method NutsServiceLoader<T,B> createServiceLoader ( Class<T>, Class<B>, ClassLoader ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createServiceLoader ( Class<T>, Class<B>, ClassLoader ) in NutsWorkspaceExtensionManager. |
| 5 |
Abstract method T createSupported ( Class<T>, V ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createSupported ( Class<T>, V ) in NutsWorkspaceExtensionManager. |
| 6 |
Abstract method T createSupported ( Class<T>, V, Class[ ], Object[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createSupported ( Class<T>, V, Class[ ], Object[ ] ) in NutsWorkspaceExtensionManager. |
| 7 |
Abstract method Set<Class> discoverTypes ( NutsId, ClassLoader ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method discoverTypes ( NutsId, ClassLoader ) in NutsWorkspaceExtensionManager. |
| 8 |
Abstract method List<NutsId> getConfigExtensions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getConfigExtensions ( ) in NutsWorkspaceExtensionManager. |
| 9 |
Abstract method List<Object> getExtensionObjects ( Class ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getExtensionObjects ( Class ) in NutsWorkspaceExtensionManager. |
| 10 |
Abstract method Set<Class> getExtensionTypes ( Class ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getExtensionTypes ( Class ) in NutsWorkspaceExtensionManager. |
| 11 |
Abstract method List<NutsId> getLoadedExtensions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLoadedExtensions ( ) in NutsWorkspaceExtensionManager. |
| 12 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsWorkspaceExtensionManager. |
| 13 |
Abstract method boolean installWorkspaceExtensionComponent ( Class, Object ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method installWorkspaceExtensionComponent ( Class, Object ) in NutsWorkspaceExtensionManager. |
| 14 |
Abstract method boolean isLoadedExtensions ( NutsId ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isLoadedExtensions ( NutsId ) in NutsWorkspaceExtensionManager. |
| 15 |
Abstract method boolean isRegisteredInstance ( Class, Object ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isRegisteredInstance ( Class, Object ) in NutsWorkspaceExtensionManager. |
| 16 |
Abstract method boolean isRegisteredType ( Class, Class ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isRegisteredType ( Class, Class ) in NutsWorkspaceExtensionManager. |
| 17 |
Abstract method boolean isRegisteredType ( Class, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isRegisteredType ( Class, String ) in NutsWorkspaceExtensionManager. |
| 18 |
Abstract method NutsWorkspaceExtensionManager loadExtension ( NutsId ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loadExtension ( NutsId ) in NutsWorkspaceExtensionManager. |
| 19 |
Abstract method boolean registerInstance ( Class<T>, T ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method registerInstance ( Class<T>, T ) in NutsWorkspaceExtensionManager. |
| 20 |
Abstract method boolean registerType ( Class, Class, NutsId ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method registerType ( Class, Class, NutsId ) in NutsWorkspaceExtensionManager. |
| 21 |
Abstract method NutsWorkspaceExtensionManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsWorkspaceExtensionManager. |
| 22 |
Abstract method NutsWorkspaceExtensionManager unloadExtension ( NutsId ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method unloadExtension ( NutsId ) in NutsWorkspaceExtensionManager. |
| 23 |
Abstract method List<T> createAll ( Class<T>, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createAll ( Class<T>, NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 24 |
Abstract method List<T> createAllSupported ( Class<T>, V, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createAllSupported ( Class<T>, V, NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 25 |
Abstract method NutsServiceLoader<T,B> createServiceLoader ( Class<T>, Class<B>, ClassLoader, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createServiceLoader ( Class<T>, Class<B>, ClassLoader, NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 26 |
Abstract method NutsServiceLoader<T,B> createServiceLoader ( Class<T>, Class<B>, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createServiceLoader ( Class<T>, Class<B>, NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 27 |
Abstract method T createSupported ( Class<T>, V, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createSupported ( Class<T>, V, NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 28 |
Abstract method T createSupported ( Class<T>, V, Class[ ], Object[ ], NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createSupported ( Class<T>, V, Class[ ], Object[ ], NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 29 |
Abstract method List<Class> discoverTypes ( ClassLoader, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method discoverTypes ( ClassLoader, NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 30 |
Abstract method List<NutsId> getConfigExtensions ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getConfigExtensions ( NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 31 |
Abstract method List<Object> getExtensionObjects ( Class, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getExtensionObjects ( Class, NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 32 |
Abstract method Set<Class> getExtensionPoints ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getExtensionPoints ( NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 33 |
Abstract method Set<Class> getExtensionTypes ( Class, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getExtensionTypes ( Class, NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 34 |
Abstract method List<Class> getImplementationTypes ( Class, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getImplementationTypes ( Class, NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 35 |
Abstract method List<NutsId> getLoadedExtensions ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getLoadedExtensions ( NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 36 |
Abstract method boolean installWorkspaceExtensionComponent ( Class, Object, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method installWorkspaceExtensionComponent ( Class, Object, NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 37 |
Abstract method boolean isLoadedExtensions ( NutsId, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isLoadedExtensions ( NutsId, NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 38 |
Abstract method boolean isRegisteredInstance ( Class, Object, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isRegisteredInstance ( Class, Object, NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 39 |
Abstract method boolean isRegisteredType ( Class, Class, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isRegisteredType ( Class, Class, NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 40 |
Abstract method boolean isRegisteredType ( Class, String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isRegisteredType ( Class, String, NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 41 |
Abstract method NutsWorkspaceExtensionManager loadExtension ( NutsId, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method loadExtension ( NutsId, NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 42 |
Abstract method boolean registerInstance ( Class<T>, T, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method registerInstance ( Class<T>, T, NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 43 |
Abstract method boolean registerType ( Class, Class, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method registerType ( Class, Class, NutsSession ) in interface NutsWorkspaceExtensionManager. |
| 44 |
Abstract method NutsWorkspaceExtensionManager unloadExtension ( NutsId, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method unloadExtension ( NutsId, NutsSession ) in interface NutsWorkspaceExtensionManager. |
[+] affected methods: 1 (0.02%)
NutsWorkspace.extensions ( )Return value of this abstract method is of type 'NutsWorkspaceExtensionManager'.
[+] interface NutsWorkspaceInitInformation 16
| Change | Effect |
|---|
| 1 |
Abstract method NutsBootWorkspaceFactory getBootWorkspaceFactory ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBootWorkspaceFactory ( ) in NutsWorkspaceInitInformation. |
| 2 |
Abstract method NutsClassLoaderNode[ ] getExtensionBootDependencyNodes ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getExtensionBootDependencyNodes ( ) in NutsWorkspaceInitInformation. |
| 3 |
Abstract method NutsBootDescriptor[ ] getExtensionBootDescriptors ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getExtensionBootDescriptors ( ) in NutsWorkspaceInitInformation. |
| 4 |
Abstract method Set<String> getExtensionsSet ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getExtensionsSet ( ) in NutsWorkspaceInitInformation. |
| 5 |
Abstract method Map<String,String> getHomeLocations ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHomeLocations ( ) in NutsWorkspaceInitInformation. |
| 6 |
Abstract method NutsClassLoaderNode getRuntimeBootDependencyNode ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRuntimeBootDependencyNode ( ) in NutsWorkspaceInitInformation. |
| 7 |
Abstract method NutsBootDescriptor getRuntimeBootDescriptor ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRuntimeBootDescriptor ( ) in NutsWorkspaceInitInformation. |
| 8 |
Abstract method NutsBootId getRuntimeId ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRuntimeId ( ) in NutsWorkspaceInitInformation. |
| 9 |
Abstract method Map<String,String> getStoreLocations ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocations ( ) in NutsWorkspaceInitInformation. |
| 10 |
Abstract method boolean isGlobal ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isGlobal ( ) in NutsWorkspaceInitInformation. |
| 11 |
Abstract method NutsBootWorkspaceFactory getBootWorkspaceFactory ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getBootWorkspaceFactory ( ) in interface NutsWorkspaceInitInformation. |
| 12 |
Abstract method String getExtensionDependencies ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getExtensionDependencies ( ) in interface NutsWorkspaceInitInformation. |
| 13 |
Abstract method Set<String> getExtensionDependenciesSet ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getExtensionDependenciesSet ( ) in interface NutsWorkspaceInitInformation. |
| 14 |
Abstract method String getRuntimeDependencies ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getRuntimeDependencies ( ) in interface NutsWorkspaceInitInformation. |
| 15 |
Abstract method Set<String> getRuntimeDependenciesSet ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getRuntimeDependenciesSet ( ) in interface NutsWorkspaceInitInformation. |
| 16 |
Abstract method String getRuntimeId ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getRuntimeId ( ) in interface NutsWorkspaceInitInformation. |
[+] affected methods: 15 (0.3%)
NutsWorkspaceInitInformation.getApiId ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getApiVersion ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getBootRepositories ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getClassWorldLoader ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getClassWorldURLs ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getJavaCommand ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getJavaOptions ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getName ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getOptions ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
...
[+] interface NutsWorkspaceListManager 6
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspace addWorkspace ( String, NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addWorkspace ( String, NutsSession ) in NutsWorkspaceListManager. |
| 2 |
Abstract method boolean removeWorkspace ( String, NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeWorkspace ( String, NutsSession ) in NutsWorkspaceListManager. |
| 3 |
Abstract method void save ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method save ( NutsSession ) in NutsWorkspaceListManager. |
| 4 |
Abstract method NutsWorkspace addWorkspace ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addWorkspace ( String ) in interface NutsWorkspaceListManager. |
| 5 |
Abstract method boolean removeWorkspace ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeWorkspace ( String ) in interface NutsWorkspaceListManager. |
| 6 |
Abstract method void save ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method save ( ) in interface NutsWorkspaceListManager. |
[+] affected methods: 4 (0.1%)
NutsWorkspaceListManager.getConfig ( )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getWorkspaceLocation ( String p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getWorkspaces ( )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.setConfig ( NutsWorkspaceListConfig p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
[+] interface NutsWorkspaceLocationManager 23
| Change | Effect |
|---|
| 1 |
Abstract method String getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHomeLocation ( NutsOsFamily, NutsStoreLocation ) in NutsWorkspaceLocationManager. |
| 2 |
Abstract method String getHomeLocation ( NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHomeLocation ( NutsStoreLocation ) in NutsWorkspaceLocationManager. |
| 3 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsWorkspaceLocationManager. |
| 4 |
Abstract method String getStoreLocation ( NutsId, NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocation ( NutsId, NutsStoreLocation ) in NutsWorkspaceLocationManager. |
| 5 |
Abstract method String getStoreLocation ( NutsId, NutsStoreLocation, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocation ( NutsId, NutsStoreLocation, String ) in NutsWorkspaceLocationManager. |
| 6 |
Abstract method String getStoreLocation ( NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocation ( NutsStoreLocation ) in NutsWorkspaceLocationManager. |
| 7 |
Abstract method String getStoreLocation ( NutsStoreLocation, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocation ( NutsStoreLocation, String ) in NutsWorkspaceLocationManager. |
| 8 |
Abstract method String getWorkspaceLocation ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getWorkspaceLocation ( ) in NutsWorkspaceLocationManager. |
| 9 |
Abstract method NutsWorkspaceLocationManager setHomeLocation ( NutsOsFamily, NutsStoreLocation, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setHomeLocation ( NutsOsFamily, NutsStoreLocation, String ) in NutsWorkspaceLocationManager. |
| 10 |
Abstract method NutsWorkspaceLocationManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsWorkspaceLocationManager. |
| 11 |
Abstract method NutsWorkspaceLocationManager setStoreLocation ( NutsStoreLocation, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setStoreLocation ( NutsStoreLocation, String ) in NutsWorkspaceLocationManager. |
| 12 |
Abstract method NutsWorkspaceLocationManager setStoreLocationLayout ( NutsOsFamily ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setStoreLocationLayout ( NutsOsFamily ) in NutsWorkspaceLocationManager. |
| 13 |
Abstract method NutsWorkspaceLocationManager setStoreLocationStrategy ( NutsStoreLocationStrategy ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setStoreLocationStrategy ( NutsStoreLocationStrategy ) in NutsWorkspaceLocationManager. |
| 14 |
Abstract method Path getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getHomeLocation ( NutsOsFamily, NutsStoreLocation ) in interface NutsWorkspaceLocationManager. |
| 15 |
Abstract method Path getHomeLocation ( NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getHomeLocation ( NutsStoreLocation ) in interface NutsWorkspaceLocationManager. |
| 16 |
Abstract method Path getStoreLocation ( String, NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getStoreLocation ( String, NutsStoreLocation ) in interface NutsWorkspaceLocationManager. |
| 17 |
Abstract method Path getStoreLocation ( NutsId, NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getStoreLocation ( NutsId, NutsStoreLocation ) in interface NutsWorkspaceLocationManager. |
| 18 |
Abstract method Path getStoreLocation ( NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getStoreLocation ( NutsStoreLocation ) in interface NutsWorkspaceLocationManager. |
| 19 |
Abstract method Path getWorkspaceLocation ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getWorkspaceLocation ( ) in interface NutsWorkspaceLocationManager. |
| 20 |
Abstract method void setHomeLocation ( NutsOsFamily, NutsStoreLocation, String, NutsUpdateOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setHomeLocation ( NutsOsFamily, NutsStoreLocation, String, NutsUpdateOptions ) in interface NutsWorkspaceLocationManager. |
| 21 |
Abstract method void setStoreLocation ( NutsStoreLocation, String, NutsUpdateOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setStoreLocation ( NutsStoreLocation, String, NutsUpdateOptions ) in interface NutsWorkspaceLocationManager. |
| 22 |
Abstract method void setStoreLocationLayout ( NutsOsFamily, NutsUpdateOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setStoreLocationLayout ( NutsOsFamily, NutsUpdateOptions ) in interface NutsWorkspaceLocationManager. |
| 23 |
Abstract method void setStoreLocationStrategy ( NutsStoreLocationStrategy, NutsUpdateOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setStoreLocationStrategy ( NutsStoreLocationStrategy, NutsUpdateOptions ) in interface NutsWorkspaceLocationManager. |
[+] affected methods: 10 (0.2%)
NutsWorkspace.locations ( )Return value of this abstract method is of type 'NutsWorkspaceLocationManager'.
NutsWorkspaceLocationManager.getDefaultIdBasedir ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdContentExtension ( String p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdExtension ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdFilename ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getHomeLocations ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocationLayout ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocations ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
[+] interface NutsWorkspaceOptions 37
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspaceOptionsFormat formatter ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method formatter ( ) in NutsWorkspaceOptions. |
| 2 |
Abstract method Boolean getBot ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBot ( ) in NutsWorkspaceOptions. |
| 3 |
Abstract method Boolean getCached ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCached ( ) in NutsWorkspaceOptions. |
| 4 |
Abstract method Boolean getDebug ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDebug ( ) in NutsWorkspaceOptions. |
| 5 |
Abstract method Boolean getDry ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDry ( ) in NutsWorkspaceOptions. |
| 6 |
Abstract method NutsMessage[ ] getErrors ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getErrors ( ) in NutsWorkspaceOptions. |
| 7 |
Abstract method Boolean getGlobal ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getGlobal ( ) in NutsWorkspaceOptions. |
| 8 |
Abstract method Boolean getGui ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getGui ( ) in NutsWorkspaceOptions. |
| 9 |
Abstract method Boolean getIndexed ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getIndexed ( ) in NutsWorkspaceOptions. |
| 10 |
Abstract method Boolean getInherited ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInherited ( ) in NutsWorkspaceOptions. |
| 11 |
Abstract method String getLocale ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLocale ( ) in NutsWorkspaceOptions. |
| 12 |
Abstract method NutsOpenMode getOpenMode ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOpenMode ( ) in NutsWorkspaceOptions. |
| 13 |
Abstract method NutsContentType getOutputFormat ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOutputFormat ( ) in NutsWorkspaceOptions. |
| 14 |
Abstract method String[ ] getProperties ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProperties ( ) in NutsWorkspaceOptions. |
| 15 |
Abstract method Boolean getReadOnly ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getReadOnly ( ) in NutsWorkspaceOptions. |
| 16 |
Abstract method Boolean getRecover ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRecover ( ) in NutsWorkspaceOptions. |
| 17 |
Abstract method String[ ] getRepositories ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRepositories ( ) in NutsWorkspaceOptions. |
| 18 |
Abstract method Boolean getReset ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getReset ( ) in NutsWorkspaceOptions. |
| 19 |
Abstract method NutsRunAs getRunAs ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRunAs ( ) in NutsWorkspaceOptions. |
| 20 |
Abstract method Boolean getSkipBoot ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSkipBoot ( ) in NutsWorkspaceOptions. |
| 21 |
Abstract method Boolean getSkipCompanions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSkipCompanions ( ) in NutsWorkspaceOptions. |
| 22 |
Abstract method Boolean getSkipErrors ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSkipErrors ( ) in NutsWorkspaceOptions. |
| 23 |
Abstract method Boolean getSkipWelcome ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSkipWelcome ( ) in NutsWorkspaceOptions. |
| 24 |
Abstract method String getTheme ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTheme ( ) in NutsWorkspaceOptions. |
| 25 |
Abstract method Boolean getTrace ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTrace ( ) in NutsWorkspaceOptions. |
| 26 |
Abstract method Boolean getTransitive ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTransitive ( ) in NutsWorkspaceOptions. |
| 27 |
Abstract method boolean isBot ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isBot ( ) in NutsWorkspaceOptions. |
| 28 |
Abstract method boolean isSwitchWorkspace ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isSwitchWorkspace ( ) in NutsWorkspaceOptions. |
| 29 |
Abstract method NutsWorkspaceOptionsBuilder builder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method builder ( ) in NutsWorkspaceOptions. |
| 30 |
Abstract method NutsWorkspaceOptionsBuilder copy ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method copy ( ) in interface NutsWorkspaceOptions. |
| 31 |
Abstract method NutsWorkspaceOptionsFormat format ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method format ( ) in interface NutsWorkspaceOptions. |
| 32 |
Abstract method String getBootRepositories ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getBootRepositories ( ) in interface NutsWorkspaceOptions. |
| 33 |
Abstract method String[ ] getErrors ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getErrors ( ) in interface NutsWorkspaceOptions. |
| 34 |
Abstract method String[ ] getExcludedRepositories ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getExcludedRepositories ( ) in interface NutsWorkspaceOptions. |
| 35 |
Abstract method NutsWorkspaceOpenMode getOpenMode ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOpenMode ( ) in interface NutsWorkspaceOptions. |
| 36 |
Abstract method NutsOutputFormat getOutputFormat ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOutputFormat ( ) in interface NutsWorkspaceOptions. |
| 37 |
Abstract method String[ ] getTransientRepositories ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getTransientRepositories ( ) in interface NutsWorkspaceOptions. |
[+] affected methods: 54 (0.9%)
NutsWorkspaceInitInformation.getOptions ( )Return value of this abstract method is of type 'NutsWorkspaceOptions'.
NutsWorkspaceOptions.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getApplicationArguments ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getArchetype ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getClassLoaderSupplier ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getConfirm ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getCreationTime ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getCredentials ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getErrLinePrefix ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getExcludedExtensions ( )This abstract method is from 'NutsWorkspaceOptions' interface.
...
[+] interface NutsWorkspaceOptionsBuilder 131
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspaceOptions build ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method build ( ) in NutsWorkspaceOptionsBuilder. |
| 2 |
Abstract method NutsWorkspaceOptionsBuilder copy ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method copy ( ) in NutsWorkspaceOptionsBuilder. |
| 3 |
Abstract method NutsWorkspaceOptionsFormat formatter ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method formatter ( ) in NutsWorkspaceOptionsBuilder. |
| 4 |
Abstract method String getApiVersion ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getApiVersion ( ) in NutsWorkspaceOptionsBuilder. |
| 5 |
Abstract method String[ ] getApplicationArguments ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getApplicationArguments ( ) in NutsWorkspaceOptionsBuilder. |
| 6 |
Abstract method String getArchetype ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getArchetype ( ) in NutsWorkspaceOptionsBuilder. |
| 7 |
Abstract method Boolean getBot ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBot ( ) in NutsWorkspaceOptionsBuilder. |
| 8 |
Abstract method Boolean getCached ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCached ( ) in NutsWorkspaceOptionsBuilder. |
| 9 |
Abstract method Supplier<ClassLoader> getClassLoaderSupplier ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getClassLoaderSupplier ( ) in NutsWorkspaceOptionsBuilder. |
| 10 |
Abstract method NutsConfirmationMode getConfirm ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getConfirm ( ) in NutsWorkspaceOptionsBuilder. |
| 11 |
Abstract method long getCreationTime ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCreationTime ( ) in NutsWorkspaceOptionsBuilder. |
| 12 |
Abstract method char[ ] getCredentials ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCredentials ( ) in NutsWorkspaceOptionsBuilder. |
| 13 |
Abstract method Boolean getDebug ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDebug ( ) in NutsWorkspaceOptionsBuilder. |
| 14 |
Abstract method Boolean getDry ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDry ( ) in NutsWorkspaceOptionsBuilder. |
| 15 |
Abstract method String getErrLinePrefix ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getErrLinePrefix ( ) in NutsWorkspaceOptionsBuilder. |
| 16 |
Abstract method NutsMessage[ ] getErrors ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getErrors ( ) in NutsWorkspaceOptionsBuilder. |
| 17 |
Abstract method String[ ] getExcludedExtensions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getExcludedExtensions ( ) in NutsWorkspaceOptionsBuilder. |
| 18 |
Abstract method NutsExecutionType getExecutionType ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getExecutionType ( ) in NutsWorkspaceOptionsBuilder. |
| 19 |
Abstract method String[ ] getExecutorOptions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getExecutorOptions ( ) in NutsWorkspaceOptionsBuilder. |
| 20 |
Abstract method ExecutorService getExecutorService ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getExecutorService ( ) in NutsWorkspaceOptionsBuilder. |
| 21 |
Abstract method Instant getExpireTime ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getExpireTime ( ) in NutsWorkspaceOptionsBuilder. |
| 22 |
Abstract method NutsFetchStrategy getFetchStrategy ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFetchStrategy ( ) in NutsWorkspaceOptionsBuilder. |
| 23 |
Abstract method Boolean getGlobal ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getGlobal ( ) in NutsWorkspaceOptionsBuilder. |
| 24 |
Abstract method Boolean getGui ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getGui ( ) in NutsWorkspaceOptionsBuilder. |
| 25 |
Abstract method String getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHomeLocation ( NutsOsFamily, NutsStoreLocation ) in NutsWorkspaceOptionsBuilder. |
| 26 |
Abstract method Map<String,String> getHomeLocations ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHomeLocations ( ) in NutsWorkspaceOptionsBuilder. |
| 27 |
Abstract method Boolean getIndexed ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getIndexed ( ) in NutsWorkspaceOptionsBuilder. |
| 28 |
Abstract method Boolean getInherited ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInherited ( ) in NutsWorkspaceOptionsBuilder. |
| 29 |
Abstract method String getJavaCommand ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getJavaCommand ( ) in NutsWorkspaceOptionsBuilder. |
| 30 |
Abstract method String getJavaOptions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getJavaOptions ( ) in NutsWorkspaceOptionsBuilder. |
| 31 |
Abstract method String getLocale ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLocale ( ) in NutsWorkspaceOptionsBuilder. |
| 32 |
Abstract method String getName ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getName ( ) in NutsWorkspaceOptionsBuilder. |
| 33 |
Abstract method NutsOpenMode getOpenMode ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOpenMode ( ) in NutsWorkspaceOptionsBuilder. |
| 34 |
Abstract method String getOutLinePrefix ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOutLinePrefix ( ) in NutsWorkspaceOptionsBuilder. |
| 35 |
Abstract method NutsContentType getOutputFormat ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOutputFormat ( ) in NutsWorkspaceOptionsBuilder. |
| 36 |
Abstract method String[ ] getOutputFormatOptions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOutputFormatOptions ( ) in NutsWorkspaceOptionsBuilder. |
| 37 |
Abstract method String getProgressOptions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProgressOptions ( ) in NutsWorkspaceOptionsBuilder. |
| 38 |
Abstract method String[ ] getProperties ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProperties ( ) in NutsWorkspaceOptionsBuilder. |
| 39 |
Abstract method Boolean getReadOnly ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getReadOnly ( ) in NutsWorkspaceOptionsBuilder. |
| 40 |
Abstract method Boolean getRecover ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRecover ( ) in NutsWorkspaceOptionsBuilder. |
| 41 |
Abstract method String[ ] getRepositories ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRepositories ( ) in NutsWorkspaceOptionsBuilder. |
| 42 |
Abstract method NutsStoreLocationStrategy getRepositoryStoreLocationStrategy ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRepositoryStoreLocationStrategy ( ) in NutsWorkspaceOptionsBuilder. |
| 43 |
Abstract method Boolean getReset ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getReset ( ) in NutsWorkspaceOptionsBuilder. |
| 44 |
Abstract method NutsRunAs getRunAs ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRunAs ( ) in NutsWorkspaceOptionsBuilder. |
| 45 |
Abstract method String getRuntimeId ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRuntimeId ( ) in NutsWorkspaceOptionsBuilder. |
| 46 |
Abstract method Boolean getSkipBoot ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSkipBoot ( ) in NutsWorkspaceOptionsBuilder. |
| 47 |
Abstract method Boolean getSkipCompanions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSkipCompanions ( ) in NutsWorkspaceOptionsBuilder. |
| 48 |
Abstract method Boolean getSkipErrors ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSkipErrors ( ) in NutsWorkspaceOptionsBuilder. |
| 49 |
Abstract method Boolean getSkipWelcome ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSkipWelcome ( ) in NutsWorkspaceOptionsBuilder. |
| 50 |
Abstract method PrintStream getStderr ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStderr ( ) in NutsWorkspaceOptionsBuilder. |
| 51 |
Abstract method InputStream getStdin ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStdin ( ) in NutsWorkspaceOptionsBuilder. |
| 52 |
Abstract method PrintStream getStdout ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStdout ( ) in NutsWorkspaceOptionsBuilder. |
| 53 |
Abstract method String getStoreLocation ( NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocation ( NutsStoreLocation ) in NutsWorkspaceOptionsBuilder. |
| 54 |
Abstract method NutsOsFamily getStoreLocationLayout ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocationLayout ( ) in NutsWorkspaceOptionsBuilder. |
| 55 |
Abstract method NutsStoreLocationStrategy getStoreLocationStrategy ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocationStrategy ( ) in NutsWorkspaceOptionsBuilder. |
| 56 |
Abstract method Map<String,String> getStoreLocations ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocations ( ) in NutsWorkspaceOptionsBuilder. |
| 57 |
Abstract method Boolean getSwitchWorkspace ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSwitchWorkspace ( ) in NutsWorkspaceOptionsBuilder. |
| 58 |
Abstract method NutsTerminalMode getTerminalMode ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTerminalMode ( ) in NutsWorkspaceOptionsBuilder. |
| 59 |
Abstract method String getTheme ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTheme ( ) in NutsWorkspaceOptionsBuilder. |
| 60 |
Abstract method Boolean getTrace ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTrace ( ) in NutsWorkspaceOptionsBuilder. |
| 61 |
Abstract method Boolean getTransitive ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTransitive ( ) in NutsWorkspaceOptionsBuilder. |
| 62 |
Abstract method String getUserName ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserName ( ) in NutsWorkspaceOptionsBuilder. |
| 63 |
Abstract method String getWorkspace ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getWorkspace ( ) in NutsWorkspaceOptionsBuilder. |
| 64 |
Abstract method boolean isCached ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isCached ( ) in NutsWorkspaceOptionsBuilder. |
| 65 |
Abstract method boolean isDry ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isDry ( ) in NutsWorkspaceOptionsBuilder. |
| 66 |
Abstract method boolean isGlobal ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isGlobal ( ) in NutsWorkspaceOptionsBuilder. |
| 67 |
Abstract method boolean isIndexed ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isIndexed ( ) in NutsWorkspaceOptionsBuilder. |
| 68 |
Abstract method boolean isInherited ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isInherited ( ) in NutsWorkspaceOptionsBuilder. |
| 69 |
Abstract method boolean isReadOnly ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isReadOnly ( ) in NutsWorkspaceOptionsBuilder. |
| 70 |
Abstract method boolean isRecover ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isRecover ( ) in NutsWorkspaceOptionsBuilder. |
| 71 |
Abstract method boolean isReset ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isReset ( ) in NutsWorkspaceOptionsBuilder. |
| 72 |
Abstract method boolean isSkipBoot ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isSkipBoot ( ) in NutsWorkspaceOptionsBuilder. |
| 73 |
Abstract method boolean isSkipCompanions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isSkipCompanions ( ) in NutsWorkspaceOptionsBuilder. |
| 74 |
Abstract method boolean isSkipErrors ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isSkipErrors ( ) in NutsWorkspaceOptionsBuilder. |
| 75 |
Abstract method boolean isSkipWelcome ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isSkipWelcome ( ) in NutsWorkspaceOptionsBuilder. |
| 76 |
Abstract method boolean isSwitchWorkspace ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isSwitchWorkspace ( ) in NutsWorkspaceOptionsBuilder. |
| 77 |
Abstract method boolean isTrace ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isTrace ( ) in NutsWorkspaceOptionsBuilder. |
| 78 |
Abstract method boolean isTransitive ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isTransitive ( ) in NutsWorkspaceOptionsBuilder. |
| 79 |
Abstract method NutsWorkspaceOptionsBuilder setBot ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setBot ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 80 |
Abstract method NutsWorkspaceOptionsBuilder setCached ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCached ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 81 |
Abstract method NutsWorkspaceOptionsBuilder setDebug ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setDebug ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 82 |
Abstract method NutsWorkspaceOptionsBuilder setDry ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setDry ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 83 |
Abstract method NutsWorkspaceOptionsBuilder setErrors ( NutsMessage[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setErrors ( NutsMessage[ ] ) in NutsWorkspaceOptionsBuilder. |
| 84 |
Abstract method NutsWorkspaceOptionsBuilder setGlobal ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setGlobal ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 85 |
Abstract method NutsWorkspaceOptionsBuilder setIndexed ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setIndexed ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 86 |
Abstract method NutsWorkspaceOptionsBuilder setInherited ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setInherited ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 87 |
Abstract method NutsWorkspaceOptionsBuilder setLocale ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setLocale ( String ) in NutsWorkspaceOptionsBuilder. |
| 88 |
Abstract method NutsWorkspaceOptionsBuilder setOpenMode ( NutsOpenMode ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setOpenMode ( NutsOpenMode ) in NutsWorkspaceOptionsBuilder. |
| 89 |
Abstract method NutsWorkspaceOptionsBuilder setOutputFormat ( NutsContentType ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setOutputFormat ( NutsContentType ) in NutsWorkspaceOptionsBuilder. |
| 90 |
Abstract method NutsWorkspaceOptionsBuilder setProperties ( String[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setProperties ( String[ ] ) in NutsWorkspaceOptionsBuilder. |
| 91 |
Abstract method NutsWorkspaceOptionsBuilder setReadOnly ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setReadOnly ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 92 |
Abstract method NutsWorkspaceOptionsBuilder setRecover ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setRecover ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 93 |
Abstract method NutsWorkspaceOptionsBuilder setRepositories ( String[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setRepositories ( String[ ] ) in NutsWorkspaceOptionsBuilder. |
| 94 |
Abstract method NutsWorkspaceOptionsBuilder setReset ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setReset ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 95 |
Abstract method NutsWorkspaceOptionsBuilder setRunAs ( NutsRunAs ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setRunAs ( NutsRunAs ) in NutsWorkspaceOptionsBuilder. |
| 96 |
Abstract method NutsWorkspaceOptionsBuilder setSkipBoot ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSkipBoot ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 97 |
Abstract method NutsWorkspaceOptionsBuilder setSkipCompanions ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSkipCompanions ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 98 |
Abstract method NutsWorkspaceOptionsBuilder setSkipErrors ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSkipErrors ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 99 |
Abstract method NutsWorkspaceOptionsBuilder setSkipWelcome ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSkipWelcome ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 100 |
Abstract method NutsWorkspaceOptionsBuilder setTheme ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setTheme ( String ) in NutsWorkspaceOptionsBuilder. |
| 101 |
Abstract method NutsWorkspaceOptionsBuilder setTrace ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setTrace ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 102 |
Abstract method NutsWorkspaceOptionsBuilder setTransitive ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setTransitive ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 103 |
Abstract method NutsLogConfig getLogConfig ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLogConfig ( ) in NutsWorkspaceOptionsBuilder. |
| 104 |
Abstract method boolean isBot ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isBot ( ) in NutsWorkspaceOptionsBuilder. |
| 105 |
Abstract method boolean isDebug ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isDebug ( ) in NutsWorkspaceOptionsBuilder. |
| 106 |
Abstract method boolean isGui ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isGui ( ) in NutsWorkspaceOptionsBuilder. |
| 107 |
Abstract method NutsWorkspaceOptionsBuilder setGui ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setGui ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 108 |
Added super-interface java.io.Serializable. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in java.io.Serializable. |
| 109 |
Abstract method NutsWorkspaceOptionsBuilder setBootRepositories ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setBootRepositories ( String ) in interface NutsWorkspaceOptionsBuilder. |
| 110 |
Abstract method NutsWorkspaceOptionsBuilder setCached ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setCached ( boolean ) in interface NutsWorkspaceOptionsBuilder. |
| 111 |
Abstract method NutsWorkspaceOptionsBuilder setDebug ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setDebug ( boolean ) in interface NutsWorkspaceOptionsBuilder. |
| 112 |
Abstract method NutsWorkspaceOptionsBuilder setDry ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setDry ( boolean ) in interface NutsWorkspaceOptionsBuilder. |
| 113 |
Abstract method NutsWorkspaceOptionsBuilder setErrors ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setErrors ( String[ ] ) in interface NutsWorkspaceOptionsBuilder. |
| 114 |
Abstract method NutsWorkspaceOptionsBuilder setExcludedRepositories ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setExcludedRepositories ( String[ ] ) in interface NutsWorkspaceOptionsBuilder. |
| 115 |
Abstract method NutsWorkspaceOptionsBuilder setGlobal ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setGlobal ( boolean ) in interface NutsWorkspaceOptionsBuilder. |
| 116 |
Abstract method NutsWorkspaceOptionsBuilder setGui ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setGui ( boolean ) in interface NutsWorkspaceOptionsBuilder. |
| 117 |
Abstract method NutsWorkspaceOptionsBuilder setIndexed ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setIndexed ( boolean ) in interface NutsWorkspaceOptionsBuilder. |
| 118 |
Abstract method NutsWorkspaceOptionsBuilder setInherited ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setInherited ( boolean ) in interface NutsWorkspaceOptionsBuilder. |
| 119 |
Abstract method NutsWorkspaceOptionsBuilder setOpenMode ( NutsWorkspaceOpenMode ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setOpenMode ( NutsWorkspaceOpenMode ) in interface NutsWorkspaceOptionsBuilder. |
| 120 |
Abstract method NutsWorkspaceOptionsBuilder setOutputFormat ( NutsOutputFormat ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setOutputFormat ( NutsOutputFormat ) in interface NutsWorkspaceOptionsBuilder. |
| 121 |
Abstract method NutsWorkspaceOptionsBuilder setReadOnly ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setReadOnly ( boolean ) in interface NutsWorkspaceOptionsBuilder. |
| 122 |
Abstract method NutsWorkspaceOptionsBuilder setRecover ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setRecover ( boolean ) in interface NutsWorkspaceOptionsBuilder. |
| 123 |
Abstract method NutsWorkspaceOptionsBuilder setReset ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setReset ( boolean ) in interface NutsWorkspaceOptionsBuilder. |
| 124 |
Abstract method NutsWorkspaceOptionsBuilder setSkipBoot ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setSkipBoot ( boolean ) in interface NutsWorkspaceOptionsBuilder. |
| 125 |
Abstract method NutsWorkspaceOptionsBuilder setSkipCompanions ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setSkipCompanions ( boolean ) in interface NutsWorkspaceOptionsBuilder. |
| 126 |
Abstract method NutsWorkspaceOptionsBuilder setSkipErrors ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setSkipErrors ( boolean ) in interface NutsWorkspaceOptionsBuilder. |
| 127 |
Abstract method NutsWorkspaceOptionsBuilder setSkipWelcome ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setSkipWelcome ( boolean ) in interface NutsWorkspaceOptionsBuilder. |
| 128 |
Abstract method NutsWorkspaceOptionsBuilder setTrace ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setTrace ( boolean ) in interface NutsWorkspaceOptionsBuilder. |
| 129 |
Abstract method NutsWorkspaceOptionsBuilder setTransientRepositories ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setTransientRepositories ( String[ ] ) in interface NutsWorkspaceOptionsBuilder. |
| 130 |
Abstract method NutsWorkspaceOptionsBuilder setTransitive ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setTransitive ( boolean ) in interface NutsWorkspaceOptionsBuilder. |
| 131 |
Removed super-interface NutsWorkspaceOptions. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsWorkspaceOptionsBuilder. |
[+] affected methods: 41 (0.7%)
NutsWorkspaceConfigManager.optionsBuilder ( )Return value of this abstract method is of type 'NutsWorkspaceOptionsBuilder'.
NutsWorkspaceOptionsBuilder.addOutputFormatOptions ( String... p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.parseArguments ( String[ ] p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.parseCommandLine ( String p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setAll ( NutsWorkspaceOptions p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setApiVersion ( String p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setApplicationArguments ( String[ ] p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setArchetype ( String p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setClassLoaderSupplier ( Supplier<ClassLoader> p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.setConfirm ( NutsConfirmationMode p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
...
[+] interface NutsWorkspaceOptionsFormat 11
| Change | Effect |
|---|
| 1 |
Abstract method NutsCommandLine getBootCommandLine ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBootCommandLine ( ) in NutsWorkspaceOptionsFormat. |
| 2 |
Abstract method NutsWorkspaceOptionsFormat compact ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method compact ( ) in interface NutsWorkspaceOptionsFormat. |
| 3 |
Abstract method NutsWorkspaceOptionsFormat compact ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method compact ( boolean ) in interface NutsWorkspaceOptionsFormat. |
| 4 |
Abstract method NutsWorkspaceOptionsFormat exported ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method exported ( ) in interface NutsWorkspaceOptionsFormat. |
| 5 |
Abstract method NutsWorkspaceOptionsFormat exported ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method exported ( boolean ) in interface NutsWorkspaceOptionsFormat. |
| 6 |
Abstract method String[ ] getBootCommand ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getBootCommand ( ) in interface NutsWorkspaceOptionsFormat. |
| 7 |
Abstract method String getBootCommandLine ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getBootCommandLine ( ) in interface NutsWorkspaceOptionsFormat. |
| 8 |
Abstract method NutsWorkspaceOptionsFormat init ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method init ( ) in interface NutsWorkspaceOptionsFormat. |
| 9 |
Abstract method NutsWorkspaceOptionsFormat init ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method init ( boolean ) in interface NutsWorkspaceOptionsFormat. |
| 10 |
Abstract method NutsWorkspaceOptionsFormat runtime ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method runtime ( ) in interface NutsWorkspaceOptionsFormat. |
| 11 |
Abstract method NutsWorkspaceOptionsFormat runtime ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method runtime ( boolean ) in interface NutsWorkspaceOptionsFormat. |
[+] affected methods: 12 (0.2%)
NutsWorkspaceOptionsFormat.equals ( Object p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.hashCode ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isExported ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isInit ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isRuntime ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setApiVersion ( String p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setCompact ( boolean p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setExported ( boolean p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setInit ( boolean p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
...
[+] interface NutsWorkspaceSecurityManager 20
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspaceSecurityManager checkCredentials ( char[ ], char[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkCredentials ( char[ ], char[ ] ) in NutsWorkspaceSecurityManager. |
| 2 |
Abstract method char[ ] createCredentials ( char[ ], boolean, char[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createCredentials ( char[ ], boolean, char[ ] ) in NutsWorkspaceSecurityManager. |
| 3 |
Abstract method NutsUser[ ] findUsers ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findUsers ( ) in NutsWorkspaceSecurityManager. |
| 4 |
Abstract method NutsAuthenticationAgent getAuthenticationAgent ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAuthenticationAgent ( String ) in NutsWorkspaceSecurityManager. |
| 5 |
Abstract method char[ ] getCredentials ( char[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCredentials ( char[ ] ) in NutsWorkspaceSecurityManager. |
| 6 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsWorkspaceSecurityManager. |
| 7 |
Abstract method boolean removeCredentials ( char[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeCredentials ( char[ ] ) in NutsWorkspaceSecurityManager. |
| 8 |
Abstract method NutsWorkspaceSecurityManager setAuthenticationAgent ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAuthenticationAgent ( String ) in NutsWorkspaceSecurityManager. |
| 9 |
Abstract method boolean setSecureMode ( boolean, char[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSecureMode ( boolean, char[ ] ) in NutsWorkspaceSecurityManager. |
| 10 |
Abstract method NutsWorkspaceSecurityManager setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsWorkspaceSecurityManager. |
| 11 |
Abstract method void checkCredentials ( char[ ], char[ ], NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method checkCredentials ( char[ ], char[ ], NutsSession ) in interface NutsWorkspaceSecurityManager. |
| 12 |
Abstract method char[ ] createCredentials ( char[ ], boolean, char[ ], NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createCredentials ( char[ ], boolean, char[ ], NutsSession ) in interface NutsWorkspaceSecurityManager. |
| 13 |
Abstract method String[ ] currentLoginStack ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method currentLoginStack ( ) in interface NutsWorkspaceSecurityManager. |
| 14 |
Abstract method String currentUsername ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method currentUsername ( ) in interface NutsWorkspaceSecurityManager. |
| 15 |
Abstract method NutsUser[ ] findUsers ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method findUsers ( NutsSession ) in interface NutsWorkspaceSecurityManager. |
| 16 |
Abstract method NutsAuthenticationAgent getAuthenticationAgent ( String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getAuthenticationAgent ( String, NutsSession ) in interface NutsWorkspaceSecurityManager. |
| 17 |
Abstract method char[ ] getCredentials ( char[ ], NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getCredentials ( char[ ], NutsSession ) in interface NutsWorkspaceSecurityManager. |
| 18 |
Abstract method boolean removeCredentials ( char[ ], NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeCredentials ( char[ ], NutsSession ) in interface NutsWorkspaceSecurityManager. |
| 19 |
Abstract method NutsWorkspaceSecurityManager setAuthenticationAgent ( String, NutsUpdateOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setAuthenticationAgent ( String, NutsUpdateOptions ) in interface NutsWorkspaceSecurityManager. |
| 20 |
Abstract method boolean setSecureMode ( boolean, char[ ], NutsUpdateOptions ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setSecureMode ( boolean, char[ ], NutsUpdateOptions ) in interface NutsWorkspaceSecurityManager. |
[+] affected methods: 14 (0.2%)
NutsWorkspace.security ( )Return value of this abstract method is of type 'NutsWorkspaceSecurityManager'.
NutsWorkspaceSecurityManager.addUser ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.checkAllowed ( String p1, String p2 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.findUser ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCurrentLoginStack ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCurrentUsername ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.isAdmin ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.isAllowed ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.isSecure ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.login ( String p1, char[ ] p2 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
...
[+] interface NutsXmlFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsXmlFormat. |
[+] affected methods: 19 (0.3%)
NutsXmlFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsXmlFormat' interface.
NutsXmlFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsXmlFormat' interface.
NutsXmlFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsXmlFormat' interface.
NutsXmlFormat.fromXmlElement ( Element p1, Class<T> p2 )This abstract method is from 'NutsXmlFormat' interface.
NutsXmlFormat.getValue ( )This abstract method is from 'NutsXmlFormat' interface.
NutsXmlFormat.isCompact ( )This abstract method is from 'NutsXmlFormat' interface.
NutsXmlFormat.parse ( byte[ ] p1, Class<T> p2 )This abstract method is from 'NutsXmlFormat' interface.
NutsXmlFormat.parse ( File p1, Class<T> p2 )This abstract method is from 'NutsXmlFormat' interface.
NutsXmlFormat.parse ( InputStream p1, Class<T> p2 )This abstract method is from 'NutsXmlFormat' interface.
NutsXmlFormat.parse ( Reader p1, Class<T> p2 )This abstract method is from 'NutsXmlFormat' interface.
...
to the top
Problems with Methods, High Severity 21
nuts-0.8.0.jar,
NutsDependencyFilter.class
package net.thevpc.nuts
[+] NutsDependencyFilter.and ( NutsDependencyFilter other ) : NutsDependencyFilter 1
net/thevpc/nuts/NutsDependencyFilter.and:(Lnet/thevpc/nuts/NutsDependencyFilter;)Lnet/thevpc/nuts/NutsDependencyFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method and ( NutsDependencyFilter ) in NutsDependencyFilter. |
[+] NutsDependencyFilter.neg ( ) : NutsDependencyFilter 1
net/thevpc/nuts/NutsDependencyFilter.neg:()Lnet/thevpc/nuts/NutsDependencyFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method neg ( ) in NutsDependencyFilter. |
[+] NutsDependencyFilter.or ( NutsDependencyFilter other ) : NutsDependencyFilter 1
net/thevpc/nuts/NutsDependencyFilter.or:(Lnet/thevpc/nuts/NutsDependencyFilter;)Lnet/thevpc/nuts/NutsDependencyFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method or ( NutsDependencyFilter ) in NutsDependencyFilter. |
nuts-0.8.0.jar,
NutsDescriptorFilter.class
package net.thevpc.nuts
[+] NutsDescriptorFilter.and ( NutsDescriptorFilter other ) : NutsDescriptorFilter 1
net/thevpc/nuts/NutsDescriptorFilter.and:(Lnet/thevpc/nuts/NutsDescriptorFilter;)Lnet/thevpc/nuts/NutsDescriptorFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method and ( NutsDescriptorFilter ) in NutsDescriptorFilter. |
[+] NutsDescriptorFilter.neg ( ) : NutsDescriptorFilter 1
net/thevpc/nuts/NutsDescriptorFilter.neg:()Lnet/thevpc/nuts/NutsDescriptorFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method neg ( ) in NutsDescriptorFilter. |
[+] NutsDescriptorFilter.or ( NutsDescriptorFilter other ) : NutsDescriptorFilter 1
net/thevpc/nuts/NutsDescriptorFilter.or:(Lnet/thevpc/nuts/NutsDescriptorFilter;)Lnet/thevpc/nuts/NutsDescriptorFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method or ( NutsDescriptorFilter ) in NutsDescriptorFilter. |
nuts-0.8.0.jar,
NutsFilter.class
package net.thevpc.nuts
[+] NutsFilter.and ( NutsFilter other ) : NutsFilter 1
net/thevpc/nuts/NutsFilter.and:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method and ( NutsFilter ) in NutsFilter. |
[+] NutsFilter.getFilterType ( ) : Class<?> 1
net/thevpc/nuts/NutsFilter.getFilterType:()Ljava/lang/Class;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method getFilterType ( ) in NutsFilter. |
[+] NutsFilter.neg ( ) : NutsFilter 1
net/thevpc/nuts/NutsFilter.neg:()Lnet/thevpc/nuts/NutsFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method neg ( ) in NutsFilter. |
[+] NutsFilter.or ( NutsFilter other ) : NutsFilter 1
net/thevpc/nuts/NutsFilter.or:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method or ( NutsFilter ) in NutsFilter. |
[+] NutsFilter.simplify ( Class<T> type ) : NutsFilter 1
net/thevpc/nuts/NutsFilter.simplify:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method simplify ( Class<T> ) in NutsFilter. |
[+] NutsFilter.to ( Class<T> type ) : T 1
net/thevpc/nuts/NutsFilter.to:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method to ( Class<T> ) in NutsFilter. |
nuts-0.8.0.jar,
NutsIdFilter.class
package net.thevpc.nuts
[+] NutsIdFilter.and ( NutsIdFilter other ) : NutsIdFilter 1
net/thevpc/nuts/NutsIdFilter.and:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/NutsIdFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method and ( NutsIdFilter ) in NutsIdFilter. |
[+] NutsIdFilter.neg ( ) : NutsIdFilter 1
net/thevpc/nuts/NutsIdFilter.neg:()Lnet/thevpc/nuts/NutsIdFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method neg ( ) in NutsIdFilter. |
[+] NutsIdFilter.or ( NutsIdFilter other ) : NutsIdFilter 1
net/thevpc/nuts/NutsIdFilter.or:(Lnet/thevpc/nuts/NutsIdFilter;)Lnet/thevpc/nuts/NutsIdFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method or ( NutsIdFilter ) in NutsIdFilter. |
nuts-0.8.0.jar,
NutsRepositoryFilter.class
package net.thevpc.nuts
[+] NutsRepositoryFilter.and ( NutsRepositoryFilter other ) : NutsRepositoryFilter 1
net/thevpc/nuts/NutsRepositoryFilter.and:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsRepositoryFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method and ( NutsRepositoryFilter ) in NutsRepositoryFilter. |
[+] NutsRepositoryFilter.neg ( ) : NutsRepositoryFilter 1
net/thevpc/nuts/NutsRepositoryFilter.neg:()Lnet/thevpc/nuts/NutsRepositoryFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method neg ( ) in NutsRepositoryFilter. |
[+] NutsRepositoryFilter.or ( NutsRepositoryFilter other ) : NutsRepositoryFilter 1
net/thevpc/nuts/NutsRepositoryFilter.or:(Lnet/thevpc/nuts/NutsRepositoryFilter;)Lnet/thevpc/nuts/NutsRepositoryFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method or ( NutsRepositoryFilter ) in NutsRepositoryFilter. |
nuts-0.8.0.jar,
NutsVersionFilter.class
package net.thevpc.nuts
[+] NutsVersionFilter.and ( NutsVersionFilter other ) : NutsVersionFilter 1
net/thevpc/nuts/NutsVersionFilter.and:(Lnet/thevpc/nuts/NutsVersionFilter;)Lnet/thevpc/nuts/NutsVersionFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method and ( NutsVersionFilter ) in NutsVersionFilter. |
[+] NutsVersionFilter.neg ( ) : NutsVersionFilter 1
net/thevpc/nuts/NutsVersionFilter.neg:()Lnet/thevpc/nuts/NutsVersionFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method neg ( ) in NutsVersionFilter. |
[+] NutsVersionFilter.or ( NutsVersionFilter other ) : NutsVersionFilter 1
net/thevpc/nuts/NutsVersionFilter.or:(Lnet/thevpc/nuts/NutsVersionFilter;)Lnet/thevpc/nuts/NutsVersionFilter;
| Change | Effect |
|---|
| 1 |
Method became non-default. |
Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method or ( NutsVersionFilter ) in NutsVersionFilter. |
to the top
Problems with Methods, Medium Severity 86
nuts-0.8.0.jar,
Nuts.class
package net.thevpc.nuts
[+] Nuts.createOptions ( ) [static] : NutsWorkspaceOptionsBuilder 1
net/thevpc/nuts/Nuts.createOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsWorkspaceOptionsBuilder to NutsWorkspaceOptions. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsWorkspaceOptions cannot be converted to NutsWorkspaceOptionsBuilder. |
[+] Nuts.openInheritedWorkspace ( String... args ) [static] : NutsWorkspace 1
net/thevpc/nuts/Nuts.openInheritedWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspace;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsWorkspace to NutsSession. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsSession cannot be converted to NutsWorkspace. |
[+] Nuts.openWorkspace ( ) [static] : NutsWorkspace 1
net/thevpc/nuts/Nuts.openWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsWorkspace to NutsSession. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsSession cannot be converted to NutsWorkspace. |
[+] Nuts.openWorkspace ( NutsWorkspaceOptions options ) [static] : NutsWorkspace 1
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsWorkspace;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsWorkspace to NutsSession. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsSession cannot be converted to NutsWorkspace. |
[+] Nuts.openWorkspace ( String... args ) [static] : NutsWorkspace 1
net/thevpc/nuts/Nuts.openWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspace;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsWorkspace to NutsSession. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsSession cannot be converted to NutsWorkspace. |
nuts-0.8.0.jar,
NutsApplicationContext.class
package net.thevpc.nuts
[+] NutsApplicationContext.configureLast ( NutsCommandLine p1 ) [abstract] : boolean 1
net/thevpc/nuts/NutsApplicationContext.configureLast:(Lnet/thevpc/nuts/NutsCommandLine;)Z
| Change | Effect |
|---|
| 1 |
Return value type has been changed from boolean to void. |
Recompilation of a client program may be terminated with the message: incompatible types: void cannot be converted to boolean. |
[+] NutsApplicationContext.getAppsFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getAppsFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsApplicationContext.getCacheFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getCacheFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsApplicationContext.getConfigFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getConfigFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsApplicationContext.getFolder ( NutsStoreLocation p1 ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsApplicationContext.getLibFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getLibFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsApplicationContext.getLogFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getLogFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsApplicationContext.getRunFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getRunFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsApplicationContext.getSharedAppsFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getSharedAppsFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsApplicationContext.getSharedConfigFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getSharedConfigFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsApplicationContext.getSharedFolder ( NutsStoreLocation p1 ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getSharedFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsApplicationContext.getSharedLibFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getSharedLibFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsApplicationContext.getSharedLogFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getSharedLogFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsApplicationContext.getSharedRunFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getSharedRunFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsApplicationContext.getSharedTempFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getSharedTempFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsApplicationContext.getSharedVarFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getSharedVarFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsApplicationContext.getTempFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getTempFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsApplicationContext.getVarFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsApplicationContext.getVarFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
nuts-0.8.0.jar,
NutsContent.class
package net.thevpc.nuts
[+] NutsContent.getPath ( ) [abstract] : Path 1
net/thevpc/nuts/NutsContent.getPath:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.nio.file.Path. |
nuts-0.8.0.jar,
NutsDefaultContent.class
package net.thevpc.nuts
[+] NutsDefaultContent.getPath ( ) : Path 1
net/thevpc/nuts/NutsDefaultContent.getPath:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.nio.file.Path. |
nuts-0.8.0.jar,
NutsDefaultTerminalSpec.class
package net.thevpc.nuts
[+] NutsDefaultTerminalSpec.getParent ( ) : NutsTerminalBase 1
net/thevpc/nuts/NutsDefaultTerminalSpec.getParent:()Lnet/thevpc/nuts/NutsTerminalBase;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTerminalBase to spi.NutsSystemTerminalBase. |
Recompilation of a client program may be terminated with the message: incompatible types: spi.NutsSystemTerminalBase cannot be converted to NutsTerminalBase. |
nuts-0.8.0.jar,
NutsDefinition.class
package net.thevpc.nuts
[+] NutsDefinition.getDependencies ( ) [abstract] : NutsDependency[ ] 1
net/thevpc/nuts/NutsDefinition.getDependencies:()[Lnet/thevpc/nuts/NutsDependency;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsDependency[] to NutsDependencies. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsDependencies cannot be converted to NutsDependency[]. |
nuts-0.8.0.jar,
NutsElementFormat.class
package net.thevpc.nuts
[+] NutsElementFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsElementFormat 1
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsElementFormat to NutsObjectFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsObjectFormat cannot be converted to NutsElementFormat. |
[+] NutsElementFormat.setSession ( NutsSession p1 ) [abstract] : NutsElementFormat 1
net/thevpc/nuts/NutsElementFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElementFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsElementFormat to NutsObjectFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsObjectFormat cannot be converted to NutsElementFormat. |
[+] NutsElementFormat.setValue ( Object p1 ) [abstract] : NutsElementFormat 1
net/thevpc/nuts/NutsElementFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElementFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsElementFormat to NutsObjectFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsObjectFormat cannot be converted to NutsElementFormat. |
nuts-0.8.0.jar,
NutsExecCommand.class
package net.thevpc.nuts
[+] NutsExecCommand.getErr ( ) [abstract] : PrintStream 1
net/thevpc/nuts/NutsExecCommand.getErr:()Ljava/io/PrintStream;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.io.PrintStream to NutsPrintStream. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPrintStream cannot be converted to java.io.PrintStream. |
[+] NutsExecCommand.getOut ( ) [abstract] : PrintStream 1
net/thevpc/nuts/NutsExecCommand.getOut:()Ljava/io/PrintStream;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.io.PrintStream to NutsPrintStream. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPrintStream cannot be converted to java.io.PrintStream. |
nuts-0.8.0.jar,
NutsExtensionException.class
package net.thevpc.nuts
[+] NutsExtensionException.getId ( ) : String 1
net/thevpc/nuts/NutsExtensionException.getId:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsId. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsId cannot be converted to java.lang.String. |
nuts-0.8.0.jar,
NutsFormat.class
package net.thevpc.nuts
[+] NutsFormat.format ( ) [abstract] : String 1
net/thevpc/nuts/NutsFormat.format:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsString. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsString cannot be converted to java.lang.String. |
nuts-0.8.0.jar,
NutsIdInvalidDependency.class
package net.thevpc.nuts
[+] NutsNotFoundException.NutsIdInvalidDependency.getId ( ) : String 1
net/thevpc/nuts/NutsNotFoundException.NutsIdInvalidDependency.getId:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsId. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsId cannot be converted to java.lang.String. |
nuts-0.8.0.jar,
NutsInstallationException.class
package net.thevpc.nuts
[+] NutsInstallationException.getId ( ) : String 1
net/thevpc/nuts/NutsInstallationException.getId:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsId. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsId cannot be converted to java.lang.String. |
nuts-0.8.0.jar,
NutsInstallInformation.class
package net.thevpc.nuts
[+] NutsInstallInformation.getInstallFolder ( ) [abstract] : Path 1
net/thevpc/nuts/NutsInstallInformation.getInstallFolder:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsInstallInformation.getInstallStatus ( ) [abstract] : Set<NutsInstallStatus> 1
net/thevpc/nuts/NutsInstallInformation.getInstallStatus:()Ljava/util/Set;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Set<NutsInstallStatus> to NutsInstallStatus. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsInstallStatus cannot be converted to java.util.Set<NutsInstallStatus>. |
nuts-0.8.0.jar,
NutsIOManager.class
package net.thevpc.nuts
[+] NutsIOManager.createPrintStream ( OutputStream p1, NutsTerminalMode p2 ) [abstract] : PrintStream 1
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NutsTerminalMode;)Ljava/io/PrintStream;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.io.PrintStream to NutsPrintStream. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPrintStream cannot be converted to java.io.PrintStream. |
[+] NutsIOManager.input ( ) [abstract] : NutsInputManager 1
net/thevpc/nuts/NutsIOManager.input:()Lnet/thevpc/nuts/NutsInputManager;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsInputManager to NutsInputAction. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsInputAction cannot be converted to NutsInputManager. |
[+] NutsIOManager.nullPrintStream ( ) [abstract] : PrintStream 1
net/thevpc/nuts/NutsIOManager.nullPrintStream:()Ljava/io/PrintStream;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.io.PrintStream to NutsPrintStream. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPrintStream cannot be converted to java.io.PrintStream. |
[+] NutsIOManager.output ( ) [abstract] : NutsOutputManager 1
net/thevpc/nuts/NutsIOManager.output:()Lnet/thevpc/nuts/NutsOutputManager;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsOutputManager to NutsOutputAction. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsOutputAction cannot be converted to NutsOutputManager. |
[+] NutsIOManager.tmp ( ) [abstract] : NutsTempManager 1
net/thevpc/nuts/NutsIOManager.tmp:()Lnet/thevpc/nuts/NutsTempManager;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTempManager to NutsTempAction. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsTempAction cannot be converted to NutsTempManager. |
nuts-0.8.0.jar,
NutsIterableFormat.class
package net.thevpc.nuts
[+] NutsIterableFormat.getOutputFormat ( ) [abstract] : NutsOutputFormat 1
net/thevpc/nuts/NutsIterableFormat.getOutputFormat:()Lnet/thevpc/nuts/NutsOutputFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsOutputFormat to NutsContentType. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentType cannot be converted to NutsOutputFormat. |
nuts-0.8.0.jar,
NutsMonitorAction.class
package net.thevpc.nuts
[+] NutsMonitorAction.getName ( ) [abstract] : String 1
net/thevpc/nuts/NutsMonitorAction.getName:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsString. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsString cannot be converted to java.lang.String. |
nuts-0.8.0.jar,
NutsNotExecutableException.class
package net.thevpc.nuts
[+] NutsNotExecutableException.getId ( ) : String 1
net/thevpc/nuts/NutsNotExecutableException.getId:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsId. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsId cannot be converted to java.lang.String. |
nuts-0.8.0.jar,
NutsNotFoundException.class
package net.thevpc.nuts
[+] NutsNotFoundException.getId ( ) : String 1
net/thevpc/nuts/NutsNotFoundException.getId:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsId. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsId cannot be converted to java.lang.String. |
nuts-0.8.0.jar,
NutsProgressEvent.class
package net.thevpc.nuts
[+] NutsProgressEvent.getMessage ( ) [abstract] : String 1
net/thevpc/nuts/NutsProgressEvent.getMessage:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsString. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsString cannot be converted to java.lang.String. |
nuts-0.8.0.jar,
NutsPropertiesFormat.class
package net.thevpc.nuts
[+] NutsPropertiesFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsPropertiesFormat 1
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsPropertiesFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsPropertiesFormat to NutsObjectFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsObjectFormat cannot be converted to NutsPropertiesFormat. |
[+] NutsPropertiesFormat.setSession ( NutsSession p1 ) : NutsFormat 1
net/thevpc/nuts/NutsPropertiesFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsFormat to NutsObjectFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsObjectFormat cannot be converted to NutsFormat. |
nuts-0.8.0.jar,
NutsPushException.class
package net.thevpc.nuts
[+] NutsPushException.getId ( ) : String 1
net/thevpc/nuts/NutsPushException.getId:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsId. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsId cannot be converted to java.lang.String. |
nuts-0.8.0.jar,
NutsRepositoryConfigManager.class
package net.thevpc.nuts
[+] NutsRepositoryConfigManager.getStoreLocation ( ) [abstract] : Path 1
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsRepositoryConfigManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : Path 1
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
nuts-0.8.0.jar,
NutsSearchCommand.class
package net.thevpc.nuts
[+] NutsSearchCommand.getInstallStatus ( ) [abstract] : Set<NutsInstallStatus>[ ] 1
net/thevpc/nuts/NutsSearchCommand.getInstallStatus:()[Ljava/util/Set;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Set<NutsInstallStatus>[] to NutsInstallStatusFilter. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsInstallStatusFilter cannot be converted to java.util.Set<NutsInstallStatus>[]. |
[+] NutsSearchCommand.getTargetApiVersion ( ) [abstract] : String 1
net/thevpc/nuts/NutsSearchCommand.getTargetApiVersion:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsVersion. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsVersion cannot be converted to java.lang.String. |
nuts-0.8.0.jar,
NutsServiceLoader.class
package net.thevpc.nuts
[+] NutsServiceLoader<T,B>.loadBest ( B p1 ) [abstract] : T 1
net/thevpc/nuts/NutsServiceLoader.loadBest:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsComponent;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from T to spi.NutsComponent<B>. |
Recompilation of a client program may be terminated with the message: incompatible types: spi.NutsComponent<B> cannot be converted to T. |
nuts-0.8.0.jar,
NutsSession.class
package net.thevpc.nuts
[+] NutsSession.err ( ) [abstract] : PrintStream 1
net/thevpc/nuts/NutsSession.err:()Ljava/io/PrintStream;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.io.PrintStream to NutsPrintStream. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPrintStream cannot be converted to java.io.PrintStream. |
[+] NutsSession.getIterableOutput ( ) [abstract] : NutsIterableOutput 1
net/thevpc/nuts/NutsSession.getIterableOutput:()Lnet/thevpc/nuts/NutsIterableOutput;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsIterableOutput to NutsIterableFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsIterableFormat cannot be converted to NutsIterableOutput. |
[+] NutsSession.getOutputFormat ( ) [abstract] : NutsOutputFormat 1
net/thevpc/nuts/NutsSession.getOutputFormat:()Lnet/thevpc/nuts/NutsOutputFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsOutputFormat to NutsContentType. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentType cannot be converted to NutsOutputFormat. |
[+] NutsSession.out ( ) [abstract] : PrintStream 1
net/thevpc/nuts/NutsSession.out:()Ljava/io/PrintStream;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.io.PrintStream to NutsPrintStream. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPrintStream cannot be converted to java.io.PrintStream. |
nuts-0.8.0.jar,
NutsTableFormat.class
package net.thevpc.nuts
[+] NutsTableFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsTableFormat 1
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsTableFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTableFormat to NutsObjectFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsObjectFormat cannot be converted to NutsTableFormat. |
[+] NutsTableFormat.setSession ( NutsSession p1 ) [abstract] : NutsTableFormat 1
net/thevpc/nuts/NutsTableFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTableFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTableFormat to NutsObjectFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsObjectFormat cannot be converted to NutsTableFormat. |
nuts-0.8.0.jar,
NutsTerminalSpec.class
package net.thevpc.nuts
[+] NutsTerminalSpec.getParent ( ) [abstract] : NutsTerminalBase 1
net/thevpc/nuts/NutsTerminalSpec.getParent:()Lnet/thevpc/nuts/NutsTerminalBase;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTerminalBase to spi.NutsSystemTerminalBase. |
Recompilation of a client program may be terminated with the message: incompatible types: spi.NutsSystemTerminalBase cannot be converted to NutsTerminalBase. |
nuts-0.8.0.jar,
NutsTreeFormat.class
package net.thevpc.nuts
[+] NutsTreeFormat.configure ( boolean p1, String[ ] p2 ) : Object 1
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.Object to NutsObjectFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsObjectFormat cannot be converted to java.lang.Object. |
[+] NutsTreeFormat.setSession ( NutsSession p1 ) : NutsFormat 1
net/thevpc/nuts/NutsTreeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsFormat to NutsObjectFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsObjectFormat cannot be converted to NutsFormat. |
nuts-0.8.0.jar,
NutsUpdateCommand.class
package net.thevpc.nuts
[+] NutsUpdateCommand.getApiVersion ( ) [abstract] : String 1
net/thevpc/nuts/NutsUpdateCommand.getApiVersion:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsVersion. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsVersion cannot be converted to java.lang.String. |
nuts-0.8.0.jar,
NutsVersion.class
package net.thevpc.nuts
[+] NutsVersion.getNumber ( int p1 ) [abstract] : int 1
net/thevpc/nuts/NutsVersion.getNumber:(I)I
| Change | Effect |
|---|
| 1 |
Return value type has been changed from int to java.math.BigInteger. |
Recompilation of a client program may be terminated with the message: incompatible types: java.math.BigInteger cannot be converted to int. |
nuts-0.8.0.jar,
NutsWorkspace.class
package net.thevpc.nuts
[+] NutsWorkspace.events ( ) [abstract] : NutsWorkspaceEvents 1
net/thevpc/nuts/NutsWorkspace.events:()Lnet/thevpc/nuts/NutsWorkspaceEvents;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsWorkspaceEvents to NutsWorkspaceEventManager. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsWorkspaceEventManager cannot be converted to NutsWorkspaceEvents. |
[+] NutsWorkspace.getApiVersion ( ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspace.getApiVersion:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsVersion. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsVersion cannot be converted to java.lang.String. |
nuts-0.8.0.jar,
NutsWorkspaceAppsManager.class
package net.thevpc.nuts
[+] NutsWorkspaceAppsManager.execEntries ( ) [abstract] : NutsExecutionEntryManager 1
net/thevpc/nuts/NutsWorkspaceAppsManager.execEntries:()Lnet/thevpc/nuts/NutsExecutionEntryManager;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsExecutionEntryManager to NutsExecutionEntryAction. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsExecutionEntryAction cannot be converted to NutsExecutionEntryManager. |
nuts-0.8.0.jar,
NutsWorkspaceBootConfig.class
package net.thevpc.nuts
[+] NutsWorkspaceBootConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsWorkspaceBootConfig.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsWorkspaceBootConfig.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsWorkspaceBootConfig.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceBootConfig.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
nuts-0.8.0.jar,
NutsWorkspaceConfigManager.class
package net.thevpc.nuts
[+] NutsWorkspaceConfigManager.getIndexStoreClientFactory ( ) [abstract] : NutsIndexStoreFactory 1
net/thevpc/nuts/NutsWorkspaceConfigManager.getIndexStoreClientFactory:()Lnet/thevpc/nuts/NutsIndexStoreFactory;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsIndexStoreFactory to spi.NutsIndexStoreFactory. |
Recompilation of a client program may be terminated with the message: incompatible types: spi.NutsIndexStoreFactory cannot be converted to NutsIndexStoreFactory. |
nuts-0.8.0.jar,
NutsWorkspaceInitInformation.class
package net.thevpc.nuts
[+] NutsWorkspaceInitInformation.getBootWorkspaceFactory ( ) [abstract] : NutsBootWorkspaceFactory 1
net/thevpc/nuts/NutsWorkspaceInitInformation.getBootWorkspaceFactory:()Lnet/thevpc/nuts/NutsBootWorkspaceFactory;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsBootWorkspaceFactory to spi.NutsBootWorkspaceFactory. |
Recompilation of a client program may be terminated with the message: incompatible types: spi.NutsBootWorkspaceFactory cannot be converted to NutsBootWorkspaceFactory. |
[+] NutsWorkspaceInitInformation.getRuntimeId ( ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeId:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to boot.NutsBootId. |
Recompilation of a client program may be terminated with the message: incompatible types: boot.NutsBootId cannot be converted to java.lang.String. |
nuts-0.8.0.jar,
NutsWorkspaceLocationManager.class
package net.thevpc.nuts
[+] NutsWorkspaceLocationManager.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsWorkspaceLocationManager.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
[+] NutsWorkspaceLocationManager.getWorkspaceLocation ( ) [abstract] : Path 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getWorkspaceLocation:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.nio.file.Path. |
nuts-0.8.0.jar,
NutsWorkspaceOptions.class
package net.thevpc.nuts
[+] NutsWorkspaceOptions.getErrors ( ) [abstract] : String[ ] 1
net/thevpc/nuts/NutsWorkspaceOptions.getErrors:()[Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String[] to NutsMessage[]. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsMessage[] cannot be converted to java.lang.String[]. |
[+] NutsWorkspaceOptions.getOpenMode ( ) [abstract] : NutsWorkspaceOpenMode 1
net/thevpc/nuts/NutsWorkspaceOptions.getOpenMode:()Lnet/thevpc/nuts/NutsWorkspaceOpenMode;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsWorkspaceOpenMode to NutsOpenMode. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsOpenMode cannot be converted to NutsWorkspaceOpenMode. |
[+] NutsWorkspaceOptions.getOutputFormat ( ) [abstract] : NutsOutputFormat 1
net/thevpc/nuts/NutsWorkspaceOptions.getOutputFormat:()Lnet/thevpc/nuts/NutsOutputFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsOutputFormat to NutsContentType. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentType cannot be converted to NutsOutputFormat. |
nuts-0.8.0.jar,
NutsWorkspaceOptionsFormat.class
package net.thevpc.nuts
[+] NutsWorkspaceOptionsFormat.getBootCommandLine ( ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceOptionsFormat.getBootCommandLine:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsCommandLine. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsCommandLine cannot be converted to java.lang.String. |
to the top
Problems with Data Types, Low Severity 3
nuts-0.8.0.jar
package net.thevpc.nuts
[+] class NutsInvalidWorkspaceException 1
| Change | Effect |
|---|
| 1 |
Superclass has been changed from NutsWorkspaceException to NutsBootException. |
1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in NutsInvalidWorkspaceException. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods: 1 (0.02%)
NutsInvalidWorkspaceException.getWorkspaceLocation ( )This method is from 'NutsInvalidWorkspaceException' class.
[+] class NutsWorkspaceAlreadyExistsException 1
| Change | Effect |
|---|
| 1 |
Superclass has been changed from NutsWorkspaceException to NutsBootException. |
1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in NutsWorkspaceAlreadyExistsException. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods: 1 (0.02%)
NutsWorkspaceAlreadyExistsException.getWorkspaceLocation ( )This method is from 'NutsWorkspaceAlreadyExistsException' class.
[+] class NutsWorkspaceNotFoundException 1
| Change | Effect |
|---|
| 1 |
Superclass has been changed from NutsWorkspaceException to NutsBootException. |
1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in NutsWorkspaceNotFoundException. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods: 1 (0.02%)
NutsWorkspaceNotFoundException.getWorkspaceLocation ( )This method is from 'NutsWorkspaceNotFoundException' class.
to the top
Other Changes in Data Types 24
nuts-0.8.0.jar
package net.thevpc.nuts
[+] class NutsAddRepositoryOptions 3
| Change | Effect |
|---|
| 1 |
Field ORDER_SYSTEM_LOCAL has been added to this class. |
No effect. |
| 2 |
Field ORDER_USER_LOCAL has been added to this class. |
No effect. |
| 3 |
Field ORDER_USER_REMOTE has been added to this class. |
No effect. |
[+] affected methods: 24 (0.4%)
NutsAddRepositoryOptions.NutsAddRepositoryOptions ( )This constructor is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.NutsAddRepositoryOptions ( NutsAddRepositoryOptions other )1st parameter 'other' of this method is of type 'NutsAddRepositoryOptions'.
NutsAddRepositoryOptions.copy ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.equals ( Object o )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getConfig ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getDeployOrder ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getLocation ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.getName ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.hashCode ( )This method is from 'NutsAddRepositoryOptions' class.
NutsAddRepositoryOptions.isCreate ( )This method is from 'NutsAddRepositoryOptions' class.
...
[+] class NutsDependencyScope 3
| Change | Effect |
|---|
| 1 |
Field TEST_IMPLEMENTATION has been added to this class. |
No effect. |
| 2 |
Field TEST_OTHER has been added to this class. |
No effect. |
| 3 |
Field TEST_SYSTEM has been added to this class. |
No effect. |
[+] affected methods: 10 (0.2%)
NutsDependencyFilterManager.byScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsDependencyParser.parseScope ( String p1 )Return value of this abstract method is of type 'NutsDependencyScope'.
NutsDependencyScope.id ( )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.valueOf ( String name )This method is from 'NutsDependencyScope' class.
NutsDependencyScope.values ( )This method is from 'NutsDependencyScope' class.
NutsFetchCommand.addScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsFetchCommand.removeScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsSearchCommand.addScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsSearchCommand.removeScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
NutsUpdateCommand.addScope ( NutsDependencyScope p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScope'.
[+] class NutsDependencyScopePattern 4
| Change | Effect |
|---|
| 1 |
Field TEST_API has been added to this class. |
No effect. |
| 2 |
Field TEST_IMPLEMENTATION has been added to this class. |
No effect. |
| 3 |
Field TEST_OTHER has been added to this class. |
No effect. |
| 4 |
Field TEST_SYSTEM has been added to this class. |
No effect. |
[+] affected methods: 9 (0.2%)
NutsDependencyFilterManager.byScope ( NutsDependencyScopePattern p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScopePattern'.
NutsDependencyManager.toScopeSet ( NutsDependencyScopePattern p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScopePattern'.
NutsDependencyScopePattern.id ( )This method is from 'NutsDependencyScopePattern' class.
NutsDependencyScopePattern.valueOf ( String name )This method is from 'NutsDependencyScopePattern' class.
NutsDependencyScopePattern.values ( )This method is from 'NutsDependencyScopePattern' class.
NutsFetchCommand.addScope ( NutsDependencyScopePattern p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScopePattern'.
NutsFetchCommand.removeScope ( NutsDependencyScopePattern p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScopePattern'.
NutsSearchCommand.addScope ( NutsDependencyScopePattern p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScopePattern'.
NutsSearchCommand.removeScope ( NutsDependencyScopePattern p1 )1st parameter 'p1' of this abstract method is of type 'NutsDependencyScopePattern'.
[+] class NutsElementType 6
| Change | Effect |
|---|
| 1 |
Field BIG_DECIMAL has been added to this class. |
No effect. |
| 2 |
Field BIG_INTEGER has been added to this class. |
No effect. |
| 3 |
Field DOUBLE has been added to this class. |
No effect. |
| 4 |
Field INSTANT has been added to this class. |
No effect. |
| 5 |
Field LONG has been added to this class. |
No effect. |
| 6 |
Field SHORT has been added to this class. |
No effect. |
[+] affected methods: 5 (0.1%)
NutsElement.type ( )Return value of this abstract method is of type 'NutsElementType'.
NutsElementType.id ( )This method is from 'NutsElementType' class.
NutsElementType.isPrimitive ( )This method is from 'NutsElementType' class.
NutsElementType.valueOf ( String name )This method is from 'NutsElementType' class.
NutsElementType.values ( )This method is from 'NutsElementType' class.
[+] class NutsExecutionType 1
| Change | Effect |
|---|
| 1 |
Field OPEN has been added to this class. |
No effect. |
[+] affected methods: 10 (0.2%)
NutsCommandExecOptions.getExecutionType ( )Return value of this method is of type 'NutsExecutionType'.
NutsCommandExecOptions.setExecutionType ( NutsExecutionType executionType )1st parameter 'executionType' of this method is of type 'NutsExecutionType'.
NutsExecCommand.getExecutionType ( )Return value of this abstract method is of type 'NutsExecutionType'.
NutsExecCommand.setExecutionType ( NutsExecutionType p1 )1st parameter 'p1' of this abstract method is of type 'NutsExecutionType'.
NutsExecutionContext.getExecutionType ( )Return value of this abstract method is of type 'NutsExecutionType'.
NutsExecutionType.id ( )This method is from 'NutsExecutionType' class.
NutsExecutionType.valueOf ( String name )This method is from 'NutsExecutionType' class.
NutsExecutionType.values ( )This method is from 'NutsExecutionType' class.
NutsWorkspaceOptions.getExecutionType ( )Return value of this abstract method is of type 'NutsExecutionType'.
NutsWorkspaceOptionsBuilder.setExecutionType ( NutsExecutionType p1 )1st parameter 'p1' of this abstract method is of type 'NutsExecutionType'.
[+] class NutsTerminalMode 1
| Change | Effect |
|---|
| 1 |
Field ANSI has been added to this class. |
No effect. |
[+] affected methods: 5 (0.1%)
NutsTerminalMode.id ( )This method is from 'NutsTerminalMode' class.
NutsTerminalMode.valueOf ( String name )This method is from 'NutsTerminalMode' class.
NutsTerminalMode.values ( )This method is from 'NutsTerminalMode' class.
NutsWorkspaceOptions.getTerminalMode ( )Return value of this abstract method is of type 'NutsTerminalMode'.
NutsWorkspaceOptionsBuilder.setTerminalMode ( NutsTerminalMode p1 )1st parameter 'p1' of this abstract method is of type 'NutsTerminalMode'.
[+] class NutsTextFormatStyle 2
| Change | Effect |
|---|
| 1 |
Field FORMATTED has been added to this class. |
No effect. |
| 2 |
Field PLAIN has been added to this class. |
No effect. |
[+] affected methods: 3 (0.1%)
NutsLoggerOp.style ( NutsTextFormatStyle p1 )1st parameter 'p1' of this abstract method is of type 'NutsTextFormatStyle'.
NutsTextFormatStyle.valueOf ( String name )This method is from 'NutsTextFormatStyle' class.
NutsTextFormatStyle.values ( )This method is from 'NutsTextFormatStyle' class.
[+] interface NutsCommandLineProcessor 1
| Change | Effect |
|---|
| 1 |
Field NOP has been added to this interface. |
No effect. |
[+] affected methods: 1 (0.02%)
NutsApplicationContext.processCommandLine ( NutsCommandLineProcessor p1 )1st parameter 'p1' of this abstract method is of type 'NutsCommandLineProcessor'.
[+] interface NutsProgressMonitor 3
| Change | Effect |
|---|
| 1 |
Method void onComplete ( NutsProgressEvent ) became default. |
No effect. |
| 2 |
Method boolean onProgress ( NutsProgressEvent ) became default. |
No effect. |
| 3 |
Method void onStart ( NutsProgressEvent ) became default. |
No effect. |
[+] affected methods: 3 (0.1%)
NutsProgressMonitor.onComplete ( NutsProgressEvent p1 )This abstract method is from 'NutsProgressMonitor' interface.
NutsProgressMonitor.onProgress ( NutsProgressEvent p1 )This abstract method is from 'NutsProgressMonitor' interface.
NutsProgressMonitor.onStart ( NutsProgressEvent p1 )This abstract method is from 'NutsProgressMonitor' interface.
to the top
Other Changes in Methods 3
nuts-0.8.0.jar,
NutsProgressMonitor.class
package net.thevpc.nuts
[+] NutsProgressMonitor.onComplete ( NutsProgressEvent p1 ) [abstract] : void 1
net/thevpc/nuts/NutsProgressMonitor.onComplete:(Lnet/thevpc/nuts/NutsProgressEvent;)V
| Change | Effect |
|---|
| 1 |
Method became default. |
No effect. |
[+] NutsProgressMonitor.onProgress ( NutsProgressEvent p1 ) [abstract] : boolean 1
net/thevpc/nuts/NutsProgressMonitor.onProgress:(Lnet/thevpc/nuts/NutsProgressEvent;)Z
| Change | Effect |
|---|
| 1 |
Method became default. |
No effect. |
[+] NutsProgressMonitor.onStart ( NutsProgressEvent p1 ) [abstract] : void 1
net/thevpc/nuts/NutsProgressMonitor.onStart:(Lnet/thevpc/nuts/NutsProgressEvent;)V
| Change | Effect |
|---|
| 1 |
Method became default. |
No effect. |
to the top
Java Archives 1
nuts-0.8.0.jar
to the top